Skip to content

beta to stable#10576

Open
k8s-on-aws-manager-app[bot] wants to merge 46 commits intostablefrom
beta-to-stable
Open

beta to stable#10576
k8s-on-aws-manager-app[bot] wants to merge 46 commits intostablefrom
beta-to-stable

Conversation

@k8s-on-aws-manager-app
Copy link
Contributor

  • skipper: update to v0.24 (#⁠10532) - major Major feature changes or updates, e.g. feature rollout to a new country, new API calls.
  • livenessprobe: Update to version v2.15.0-eks-1-33-9-master-33 (#⁠10523) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • node-driver-registrar: Update to version v2.13.0-eks-1-33-9-master-33 (#⁠10522) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • aws-ebs-csi-driver: Update to version v1.55.0-master-33 (#⁠10521) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • Sandbox e2e tests (#⁠10509) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • Replace sleep with poll when verifying mocked response (#⁠10546) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • kubelet-summary-metrics: Update to version main-23 (#⁠10547) - dependencies minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • webhook: use standalone opa config (#⁠10527) - major Major feature changes or updates, e.g. feature rollout to a new country, new API calls.
  • kube-static-egress-controller: Update to version v0.4.2-master-58 (#⁠10560) - dependencies
  • role-sync-controller: Update to version main-18 (#⁠10548) - dependencies minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • cluster-lifecycle-controller: Update to version master-61 (#⁠10549) - dependencies minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • flannel-tc: Update to version master-16 (#⁠10564) - dependencies minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • allow EKS worker to connect to legacy EFS (#⁠10545) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.

k8s-on-aws-manager-app bot and others added 30 commits February 5, 2026 14:57
Update container-registry.zalando.net/teapot/aws-ebs-csi-driver to version v1.55.0-master-33
Update container-registry.zalando.net/teapot/node-driver-registrar to version v2.13.0-eks-1-33-9-master-33
Update container-registry.zalando.net/teapot/livenessprobe to version v2.15.0-eks-1-33-9-master-33
Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
    2 minor version jump because these were 2 security related default config breaking changes.
    1. We know that we have disabled lua, so we change the default to "false" as all checks test for "true" it does not change anything, but we can pass the result to -enable-lua arg.
    2. we set externalname service to enabled but use config item to remove it in clusters that do not use this feature. In our current case it does not matter much, but changing towards multi tenant config is always a good thing

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
…alando.net/teapot/livenessprobe

livenessprobe: Update to version v2.15.0-eks-1-33-9-master-33
…alando.net/teapot/node-driver-registrar

node-driver-registrar: Update to version v2.13.0-eks-1-33-9-master-33
…alando.net/teapot/aws-ebs-csi-driver

aws-ebs-csi-driver: Update to version v1.55.0-master-33
Use wait.PollUntilContextTimeout instead of a fixed 2-second sleep
to wait for Skipper to pick up new routes, with a 30-second timeout
and 2-second polling interval.

Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
Update container-registry.zalando.net/teapot/kube-static-egress-controller to version v0.4.2-master-58
Signed-off-by: Aleksandr Ponimaskin <aleksandr.ponimaskin@zalando.de>
Replace sleep with poll when verifying mocked response
No need to push some of the services

Signed-off-by: Mustafa Abdelrahman <mustafa.abdelrahman@zalando.de>
Update container-registry.zalando.net/teapot/flannel-tc to version master-16
Update container-registry.zalando.net/teapot/kubelet-summary-metrics to version main-23
k8s-on-aws-manager-app bot and others added 16 commits February 12, 2026 22:36
Update container-registry.zalando.net/teapot/role-sync-controller to version main-18
Update container-registry.zalando.net/teapot/cluster-lifecycle-controller to version master-61
…alando.net/teapot/kubelet-summary-metrics

kubelet-summary-metrics: Update to version main-23
…alando.net/teapot/kube-static-egress-controller

kube-static-egress-controller: Update to version v0.4.2-master-58
…alando.net/teapot/role-sync-controller

role-sync-controller: Update to version main-18
…alando.net/teapot/cluster-lifecycle-controller

cluster-lifecycle-controller: Update to version master-61
…alando.net/teapot/flannel-tc

flannel-tc: Update to version master-16
This allows EKS clustrs in the same VPC to connect to the legacy EFS
allow EKS worker to connect to legacy EFS
@k8s-on-aws-manager-app k8s-on-aws-manager-app bot added updates/defaults major Major feature changes or updates, e.g. feature rollout to a new country, new API calls. minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. dependencies labels Feb 16, 2026
@mikkeloscar mikkeloscar added the frozen new updates to the dev branch won't be added to dev-to-alpha pull request label Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies frozen new updates to the dev branch won't be added to dev-to-alpha pull request major Major feature changes or updates, e.g. feature rollout to a new country, new API calls. minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. updates/defaults

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants