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

OCPBUGS-27368: Update to kubernetes 1.28.6 #1857

Merged
merged 34 commits into from Jan 19, 2024

Conversation

soltysh
Copy link
Member

@soltysh soltysh commented Jan 18, 2024

uablrek and others added 30 commits November 16, 2023 16:22
…gin being loaded multiple times

Signed-off-by: caohe <caohe9603@gmail.com>
Bumping tools to include the fix for a nil pointer
deref error in go/types. See golang/go#64812
for more details.

This fix is needed for when we bump to go1.22.

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
…ck-of-#121919-upstream-release-1.28

Automated cherry pick of kubernetes#121919: kube-proxy: Fix etp:Local for externalIPs
…k-of-#122261-upstream-release-1.28

Automated cherry pick of kubernetes#122261: Add unit test for Job Controller for panic when PodFailurePolicy is used
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
Go 1.22 changed the name of init functions from "glob..func" to
"init.func". That difference is acceptable and has to be ignored when comparing
output.
…of-#119923-origin-release-1.28

Automated cherry pick of kubernetes#119923: fix: 119921
[1.28][go1.22] .*: bump golang.org/x/tools to v0.16.1
…k-of-#121566-upstream-release-1.28

Automated cherry pick of kubernetes#121566: etcd: Update to version 3.5.10
…-of-#122068-upstream-release-1.28

Automated cherry pick of kubernetes#122068: fix(scheduler): fix incorrect loop logic in MultiPoint to avoid a plugin being loaded multiple times
…ck-of-#122211-upstream-release-1.28

Automated cherry pick of kubernetes#122211: Fix device uncertain errors on reboot
…-of-#120750-origin-release-1.28

Automated cherry pick of kubernetes#120750: e2e framework: adapt unit test to Go 1.22
…ess iptables to 0.2.9

Signed-off-by: cpanato <ctadeu@gmail.com>
…y-pick-of-#120090-upstream-release-1.28

Automated cherry pick of kubernetes#120090: Handle edge cases in seat demand stats
[release-1.28] [go] Bump images, dependencies and versions to go 1.20.13 and distroless iptables to 0.2.9
…k-of-#122697-upstream-release-1.28

Automated cherry pick of kubernetes#122697: Revert "Graduate Evented PLEG to Beta"
…rry-pick-of-#121624-upstream-release-1.28

Automated cherry pick of kubernetes#121624: use context for lazy evaluation.
@soltysh
Copy link
Member Author

soltysh commented Jan 19, 2024

/retest

2 similar comments
@soltysh
Copy link
Member Author

soltysh commented Jan 19, 2024

/retest

@soltysh
Copy link
Member Author

soltysh commented Jan 19, 2024

/retest

@soltysh
Copy link
Member Author

soltysh commented Jan 19, 2024

/remove-label backports/unvalidated-commits
/label backports/validated-commits

Manually overriding valid-bug, since 1.29.1 is in #1858 and it's not being tracked in jira as a bug, yet.
/remove-label jira/invalid-bug
/label jira/valid-bug

/label backport-risk-assessed

@openshift-ci openshift-ci bot added backports/validated-commits Indicates that all commits come to merged upstream PRs. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. and removed backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. labels Jan 19, 2024
@openshift-ci openshift-ci bot removed the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Jan 19, 2024
Copy link
Member

@sairameshv sairameshv left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 19, 2024
Copy link

openshift-ci bot commented Jan 19, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sairameshv, soltysh

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

@soltysh
Copy link
Member Author

soltysh commented Jan 19, 2024

/retest

@wangke19
Copy link

/label cherry-pick-approved

@openshift-ci openshift-ci bot added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. label Jan 19, 2024
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD c84a6b8 and 2 for PR HEAD ee40600 in total

Copy link

openshift-ci bot commented Jan 19, 2024

@soltysh: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot bot merged commit 0fb4726 into openshift:release-4.15 Jan 19, 2024
23 checks passed
@openshift-ci-robot
Copy link

@soltysh: Jira Issue OCPBUGS-27368: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-27368 has been moved to the MODIFIED state.

In response to this:

/assign @suleymanakbas91 @jerpeter1

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

This PR has been included in build openshift-enterprise-pod-container-v4.15.0-202401200032.p0.g0fb4726.assembly.stream for distgit openshift-enterprise-pod.
All builds following this will include this PR.

@soltysh soltysh deleted the bump-1.28.6 branch January 22, 2024 09:37
@openshift-merge-robot
Copy link

Fix included in accepted release 4.15.0-0.nightly-2024-01-22-051500

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. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. backports/validated-commits Indicates that all commits come to merged upstream PRs. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. vendor-update Touching vendor dir or related files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet