-
Notifications
You must be signed in to change notification settings - Fork 7
Update release branch to v0.12.6 #227
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
Update release branch to v0.12.6 #227
Conversation
…gs#5433) Co-authored-by: vladikkuzn <[email protected]>
…s-sigs#5438) * Delete namesapce AfterEach * Delete duplicate namespace creation --------- Co-authored-by: Michal Szadkowski <[email protected]>
…de fails" test time (kubernetes-sigs#5447) * Fix long test time * Rewrite if to switch * Address comments --------- Co-authored-by: Dominik Pajak <[email protected]>
… default localqueue (kubernetes-sigs#5460) * block removal of localqueue label if namespace has default localqueue * add unit tests * fix linter error in imports * unit test for localqueue deletion on leaderworkerset --------- Co-authored-by: David Grove <[email protected]>
…s-sigs#5448) * Use function instead of directly updating the cond * Refactor the utility function * Remove setting transitiontime to now --------- Co-authored-by: Dominik Pajak <[email protected]>
…etes-sigs#5470) Signed-off-by: Yuki Iwai <[email protected]> Co-authored-by: Yuki Iwai <[email protected]>
…etes-sigs#5471) Signed-off-by: Yuki Iwai <[email protected]> Co-authored-by: Yuki Iwai <[email protected]>
Signed-off-by: Yuki Iwai <[email protected]> Co-authored-by: Yuki Iwai <[email protected]>
…s-sigs#5491) The cert-manager rotator previously used a hardcoded default certificate directory (/tmp/k8s-webhook-server/serving-certs), ignoring the configured webhook.certDir value. This commit updates the logic to use the configured value if provided, falling back to the default only when necessary. Signed-off-by: ichekrygin <[email protected]> Co-authored-by: ichekrygin <[email protected]>
…s#5495) Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
…sigs#5501) Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
…controller. (kubernetes-sigs#5514) Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
Co-authored-by: Michal Szadkowski <[email protected]>
…rnetes-sigs#5524) Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
…es-sigs#5533) Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
…gs#5546) Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
…5548) Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
…test (kubernetes-sigs#5577) * Remove assertion on annotation * Remove more assertions --------- Co-authored-by: Dominik Pajak <[email protected]>
Co-authored-by: Dominik Pajak <[email protected]>
Co-authored-by: Michal Wozniak <[email protected]>
…cting workloads due to AdmissionCheck retry (kubernetes-sigs#6301) * Fix evicting workloads due to AdmissionCheck retry * Fix compilation in MultiKueue
…client-side rate limiting (kubernetes-sigs#6306) * Support disabling client side rate limiting Signed-off-by: Yuki Iwai <[email protected]> * Align with controller-ruintime v0.20 specification Signed-off-by: Yuki Iwai <[email protected]> --------- Signed-off-by: Yuki Iwai <[email protected]>
…igs#6320) Co-authored-by: Michal Szadkowski <[email protected]>
…ed attempt (kubernetes-sigs#6330) * Add repro test scenario that fails * Copy requeue state from base workload to patch --------- Co-authored-by: Patryk Bundyra <[email protected]>
…-sigs#6344) Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
Extend timeout for expected object deletions, as they happen right after Kueue rollout Wait for Kueue availability post Kueue configuration update
…configuration. (kubernetes-sigs#6361) * Rename metrics-cert to metrics-certs. * Revert "Rename metrics-cert to metrics-certs." This reverts commit 7de2344. * Rename metrics-certs to metrics-cert. --------- Co-authored-by: Mykhailo Bobrovskyi <[email protected]>
In general it LGTM. |
Is there any plan to make this syncing of branch automatic? |
Yea, upstream doesn’t vendor hack/internal/tools. So it’s added in our fork. |
Any ideas how to do that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kannon92, MaysaMacedo 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 |
/test e2e-aws-ocp-4-18 |
/retest |
@kannon92: 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-sigs/prow repository. I understand the commands that are listed here. |
084cd75
into
openshift:release-0.12
Ran
git merge v0.12.6
on the release-0.12 branch.Updating to the latest released tag for 0.12.
I just add to apply 1600e7d to this merge as Kueue changed how certs are created in their kustomize.