Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.27.3] 1.27.3 release #2427

Merged
merged 6 commits into from
Oct 19, 2023
Merged

[1.27.3] 1.27.3 release #2427

merged 6 commits into from
Oct 19, 2023

Conversation

kayrus
Copy link
Contributor

@kayrus kayrus commented Oct 12, 2023

What this PR does / why we need it:

This PR bumps a release version for manifests and docs using a new hack/bump-release.sh script

Special notes for reviewers:

I adjusted the chart version manually to 2.27.5 in order to avoid linter errors.

Release note:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Oct 12, 2023
@kayrus kayrus removed the request for review from mdbooth October 12, 2023 17:51
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Oct 12, 2023
@kayrus kayrus requested review from dulek, zetaab and mdbooth October 12, 2023 17:51
@kayrus
Copy link
Contributor Author

kayrus commented Oct 12, 2023

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 12, 2023
@kayrus kayrus force-pushed the r127 branch 5 times, most recently from 18800a6 to 6ee2afd Compare October 12, 2023 18:08
Copy link
Member

@zetaab zetaab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 12, 2023
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 12, 2023
@kayrus
Copy link
Contributor Author

kayrus commented Oct 12, 2023

/test openstack-cloud-csi-cinder-e2e-test-release-127

@kayrus kayrus force-pushed the r127 branch 2 times, most recently from 36833ea to 64adfda Compare October 12, 2023 19:39
@dulek
Copy link
Contributor

dulek commented Oct 13, 2023

/test openstack-cloud-controller-manager-e2e-test

Looks like k3s update breaks CI?

@k8s-ci-robot
Copy link
Contributor

@dulek: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

  • /test openstack-cloud-controller-manager-e2e-test-release-127
  • /test openstack-cloud-csi-cinder-e2e-test-release-127
  • /test openstack-cloud-csi-cinder-sanity-test-release-127
  • /test openstack-cloud-csi-manila-e2e-test-release-127
  • /test openstack-cloud-csi-manila-sanity-test-release-127
  • /test pull-cloud-provider-openstack-check
  • /test pull-cloud-provider-openstack-test

Use /test all to run the following jobs that were automatically triggered:

  • openstack-cloud-csi-cinder-e2e-test-release-127
  • pull-cloud-provider-openstack-check
  • pull-cloud-provider-openstack-test

In response to this:

/test openstack-cloud-controller-manager-e2e-test

Looks like k3s update breaks CI?

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@dulek
Copy link
Contributor

dulek commented Oct 13, 2023

/test openstack-cloud-controller-manager-e2e-test-release-127

Bumping golang.org/x/net in light of CVE-2023-39325 and CVE-2023-44487.
@kayrus
Copy link
Contributor Author

kayrus commented Oct 19, 2023

/test ?

@k8s-ci-robot
Copy link
Contributor

@kayrus: The following commands are available to trigger required jobs:

  • /test openstack-cloud-controller-manager-e2e-test-release-127
  • /test openstack-cloud-csi-cinder-e2e-test-release-127
  • /test openstack-cloud-csi-cinder-sanity-test-release-127
  • /test openstack-cloud-csi-manila-e2e-test-release-127
  • /test openstack-cloud-csi-manila-sanity-test-release-127
  • /test pull-cloud-provider-openstack-check
  • /test pull-cloud-provider-openstack-test

Use /test all to run the following jobs that were automatically triggered:

  • openstack-cloud-csi-cinder-e2e-test-release-127
  • pull-cloud-provider-openstack-check
  • pull-cloud-provider-openstack-test

In response to this:

/test ?

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@kayrus
Copy link
Contributor Author

kayrus commented Oct 19, 2023

/test openstack-cloud-controller-manager-e2e-test-release-127
/test openstack-cloud-csi-cinder-e2e-test-release-127
/test openstack-cloud-csi-cinder-sanity-test-release-127
/test openstack-cloud-csi-manila-e2e-test-release-127
/test openstack-cloud-csi-manila-sanity-test-release-127
/test pull-cloud-provider-openstack-check
/test pull-cloud-provider-openstack-test

@kayrus
Copy link
Contributor Author

kayrus commented Oct 19, 2023

/test openstack-cloud-csi-manila-sanity-test-release-127

@kayrus
Copy link
Contributor Author

kayrus commented Oct 19, 2023

/test openstack-cloud-controller-manager-e2e-test-release-127
/test openstack-cloud-csi-cinder-e2e-test-release-127
/test openstack-cloud-csi-cinder-sanity-test-release-127
/test openstack-cloud-csi-manila-e2e-test-release-127
/test openstack-cloud-csi-manila-sanity-test-release-127
/test pull-cloud-provider-openstack-check
/test pull-cloud-provider-openstack-test

The `storage.googleapis.com/kubernetes-release` URL is a hard coded path
to a GCS bucket location. To allow redirecting and spreading the load
across multiple hosting locations, the `dl.k8s.io` URL has been
introduced.

Signed-off-by: Sean McGinnis <[email protected]>
@kayrus
Copy link
Contributor Author

kayrus commented Oct 19, 2023

/test openstack-cloud-controller-manager-e2e-test-release-127
/test openstack-cloud-csi-cinder-e2e-test-release-127
/test openstack-cloud-csi-cinder-sanity-test-release-127
/test openstack-cloud-csi-manila-e2e-test-release-127
/test openstack-cloud-csi-manila-sanity-test-release-127
/test pull-cloud-provider-openstack-check
/test pull-cloud-provider-openstack-test

Copy link
Member

@zetaab zetaab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm

/hold cancel

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Oct 19, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zetaab

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit f7abe10 into kubernetes:release-1.27 Oct 19, 2023
1 check passed
@kayrus kayrus deleted the r127 branch October 19, 2023 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants