Skip to content

dev to beta #9340

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

Closed
wants to merge 34 commits into from
Closed

dev to beta #9340

wants to merge 34 commits into from

Conversation

k8s-on-aws-manager-app[bot]
Copy link
Contributor

  • kube-node-decommissioner: Update to version main-3 (#⁠9333) - 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-12 (#⁠9330) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • skipper: enable backend and response metrics (#⁠9335) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • skipper: use internal CIDRs variable for healthcheck routes (#⁠9308) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • zalando-iam-aws-proxy: Update to version main-4 (#⁠9323) - 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-47 (#⁠9324) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • kube-node-ready-controller: Update to version master-31 (#⁠9325) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • kubernetes-lifecycle-metrics: Update to version master-28 (#⁠9326) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • cronjob-fixer: Update to version master-21 (#⁠9332) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • spot-node-rescheduler: Update to version main-12 (#⁠9331) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • admission-controller: Update to version master-257 (#⁠9327) - bugfix Bug fixes and patches, e.g. fixing of a production issue that is affecting the customer experience.
  • event-logger: Update to version master-20 (#⁠9334) - dependencies minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
  • admission-controller: Update to version master-257 (#⁠9338) - minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.

AlexanderYastrebov and others added 30 commits April 29, 2025 15:19
* reuse existing `cluster_internal_cidrs` variable that accounts
  for `zalando-eks` provider configuration instead of ad-hoc formatting
* remove `-whitelisted-healthcheck-cidr` flag added by #9218
  which is not used since #9206 configured explicit healthcheck routes
* indent and preserve newlines in healthcheck routes

Follow up on #9206

Signed-off-by: Alexander Yastrebov <[email protected]>
Update 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/zalando-iam-aws-proxy to version main-3
Update container-registry.zalando.net/teapot/cluster-lifecycle-controller to version master-45
Update container-registry.zalando.net/teapot/kube-node-ready-controller to version master-31
Update container-registry.zalando.net/teapot/kubernetes-lifecycle-metrics to version master-28
Update 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller to version master-255
Update container-registry.zalando.net/teapot/kubelet-summary-metrics to version main-12
Update container-registry.zalando.net/teapot/spot-node-rescheduler to version main-11
Update container-registry.zalando.net/teapot/cronjob-fixer to version master-19
Update 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller to version master-256
Update container-registry.zalando.net/teapot/kube-node-decommissioner to version main-3
Update 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller to version master-257
Update 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/zalando-iam-aws-proxy to version main-4
Update container-registry.zalando.net/teapot/spot-node-rescheduler to version main-12
Update container-registry.zalando.net/teapot/cluster-lifecycle-controller to version master-47
Update container-registry.zalando.net/teapot/cronjob-fixer to version master-21
Update container-registry.zalando.net/teapot/event-logger to version master-20
…lando.net/teapot/kube-node-decommissioner

kube-node-decommissioner: Update to version main-3
…lando.net/teapot/kubelet-summary-metrics

kubelet-summary-metrics: Update to version main-12
This change adds new flags for enabling backend and response metrics
for skipper pods.

Signed-off-by: speruri <[email protected]>
…d-response-metrics

skipper: enable backend and response metrics
…ealth-format

skipper: use internal CIDRs variable for healthcheck routes
…eu-central-1.amazonaws.com/production_namespace/teapot/zalando-iam-aws-proxy

zalando-iam-aws-proxy: Update to version main-4
…lando.net/teapot/cluster-lifecycle-controller

cluster-lifecycle-controller: Update to version master-47
…lando.net/teapot/kube-node-ready-controller

kube-node-ready-controller: Update to version master-31
…lando.net/teapot/kubernetes-lifecycle-metrics

kubernetes-lifecycle-metrics: Update to version master-28
…lando.net/teapot/cronjob-fixer

cronjob-fixer: Update to version master-21
…lando.net/teapot/spot-node-rescheduler

spot-node-rescheduler: Update to version main-12
…eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller

admission-controller: Update to version master-257
Update 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller to version master-257
linki and others added 4 commits May 5, 2025 10:49
…lando.net/teapot/event-logger

event-logger: Update to version master-20
…eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller

admission-controller: Update to version master-257
@k8s-on-aws-manager-app k8s-on-aws-manager-app bot added updates/master-nodes updates/defaults bugfix Bug fixes and patches, e.g. fixing of a production issue that is affecting the customer experience. minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. dependencies labels May 5, 2025
@mikkeloscar mikkeloscar added the frozen new updates to the dev branch won't be added to dev-to-alpha pull request label May 5, 2025
@mikkeloscar
Copy link
Contributor

Closing in favor of #9350

@mikkeloscar mikkeloscar closed this May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Bug fixes and patches, e.g. fixing of a production issue that is affecting the customer experience. dependencies frozen new updates to the dev branch won't be added to dev-to-alpha pull request minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. updates/defaults updates/master-nodes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants