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

kube-1.28 to alpha #7243

Merged
merged 13 commits into from
Apr 4, 2024
Merged

kube-1.28 to alpha #7243

merged 13 commits into from
Apr 4, 2024

Conversation

zalando-teapot-robot
Copy link
Contributor

@zalando-teapot-robot zalando-teapot-robot commented Apr 3, 2024

  • 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.

AlexanderYastrebov and others added 8 commits April 2, 2024 19:37
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]>
…e-hash

skipper: replace parent-resource-hash selector
…-unique-hosts

skipper: require unique hosts in RouteGroup CRD
@zalando-teapot-robot 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
@mikkeloscar mikkeloscar added the frozen new updates to the dev branch won't be added to dev-to-alpha pull request label Apr 3, 2024
@mikkeloscar
Copy link
Contributor

👍

1 similar comment
@gargravarr
Copy link
Contributor

👍

@gargravarr gargravarr merged commit 47020f0 into alpha Apr 4, 2024
10 checks passed
@gargravarr gargravarr deleted the kube-1.28-to-alpha branch April 4, 2024 07:36
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants