-
Notifications
You must be signed in to change notification settings - Fork 163
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
kube-1.28 to alpha #7243
Merged
Merged
kube-1.28 to alpha #7243
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
zalando-teapot-robot
commented
Apr 3, 2024
•
edited
Loading
edited
- skipper: replace parent-resource-hash selector (#7236) -
minor
Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. - skipper: require unique hosts in RouteGroup CRD (#7242) -
minor
Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. - Update to Karpenter v0.35.4 (#7238) -
minor
Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
Use `kind: name` labels introduced for skipper-ingress application consolidation (see #4855 and #4847). This is a less obscure approach compared to use of `parent-resource-hash` label (see #4758) added by admission controller which is simply a hash of pod owner kind and name: ```console ~$ echo -n Deployment-skipper-ingress | sha1sum 71556441059f2d033fb06b1e73df03598c7ecaa6 - ~$ echo -n Deployment-skipper-ingress-routesrv | sha1sum abd943226b6885f66785592be28bdf303863fbac - ~$ echo -n StatefulSet-skipper-ingress-redis | sha1sum 97bcb33ef5bafb09bdbf83fc09c11e5f5fc84dad - ``` Signed-off-by: Alexander Yastrebov <[email protected]>
https://github.com/aws/karpenter-provider-aws/releases/tag/v0.35.4 Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
…e-hash skipper: replace parent-resource-hash selector
See changes szuecs/routegroup-client#41 Signed-off-by: Alexander Yastrebov <[email protected]>
…-unique-hosts skipper: require unique hosts in RouteGroup CRD
dev to kube-1.28
zalando-teapot-robot
added
the
minor
Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
label
Apr 3, 2024
Update to Karpenter v0.35.4
dev to kube-1.28
mikkeloscar
added
the
frozen
new updates to the dev branch won't be added to dev-to-alpha pull request
label
Apr 3, 2024
👍 |
1 similar comment
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
frozen
new updates to the dev branch won't be added to dev-to-alpha pull request
internal/merges-tagged
minor
Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.