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

Bump github.com/gardener/gardener from 1.94.0 to 1.95.0 #259

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2024

Bumps github.com/gardener/gardener from 1.94.0 to 1.95.0.

Release notes

Sourced from github.com/gardener/gardener's releases.

v1.95.0

[gardener/gardener]

⚠️ Breaking Changes

  • [OPERATOR] The .monitoring.shoot.remoteWrite.queueConfig field is no longer available in the gardenlet component configuration. If needed, you have to register a webhook for the monitoring.coreos.com/v1.Prometheus object named shoot in the shoot namespaces. The webhook can inject the needed configuration in .spec.remoteWrite[0].queueConfig. by @​rfranzke #9695

📰 Noteworthy

  • [DEVELOPER] The extensions.gardener.cloud/v1alpha1.Worker resource now has a new .spec.pools[].userDataSecretRef field which references a Secret containing the actual user data. the .spec.pools[].userData field is deprecated and will be removed in a future version. Worker extensions should fetch the user data from the secret and can use the extensions/pkg/controller/worker.FetchUserData helper function for it. by @​rfranzke #9722
  • [DEVELOPER] The legacy method for extensions to provide observability configuration for shoot clusters (via ConfigMaps labelled with extensions.gardener.cloud/configuration=monitoring) is deprecated and will be removed in a future release. Please refer to this document to get information about the new, recommended way, and start migrating to it. by @​rfranzke #9695

✨ New Features

  • [OPERATOR] Gardener can now support clusters with Kubernetes version 1.30. To allow creation/update of 1.30 clusters you will have to update the version of your provider extension(s) to a version that supports 1.30 as well. Please consult the respective releases and notes in the provider extension's repository. by @​shafeeqes #9689
  • [OPERATOR] A new feature gate named VPAAndHPAForAPIServer is introduced to gardenlet. When enabled, the Shoot Kubernetes API Server is scaled simultaneously by VPA and HPA on the same metric (CPU and memory usage). The new feature aims to replace the existing HVPA autoscaling mechanism for the Shoot Kubernetes API server. by @​ialidzhikov #9678
  • [USER] It is now possible to configure Projects with the "four-👀 approval concept for deletion" concept. For now, this can only be applied to Shoots. If configured, the user confirming a Shoot deletion (via the confirmation.gardener.cloud/deletion annotation) must not be the same user who is sending the DELETE request. This can help preventing accidental/unintentional Shoot deletion. Find all information about the feature in this document. by @​rfranzke #9680
  • [DEVELOPER] Gardener can now support clusters with Kubernetes version 1.30. Extension developers have to prepare individual extensions as well to work with 1.30. by @​shafeeqes #9689

🐛 Bug Fixes

  • [OPERATOR] A bug has been fixed which caused regeneration of managedresource-shoot-core-system-* Secrets on each Shoot reconciliation. by @​rfranzke #9718
  • [USER] A bug has has been fixed which caused unneeded gardener-node-agent reconciliations after each Shoot reconciliation even if the underlying OperatingSystemConfig did not contain relevant changes. by @​rfranzke #9723

🏃 Others

  • [OPERATOR] e2e-kind tests can now run successfully in an IPv4-only environment by @​ScheererJ #9693
  • [OPERATOR] Validation of DNSRecords: allow domain names starting with an underscore "_" by @​MartinWeindel #9714
  • [OPERATOR] The istio ingress gateway access log now includes the connections initiated via apiserver-proxy, i.e. cluster-internal communication via kubernetes.default.svc.cluster.local. by @​ScheererJ #9686
  • [OPERATOR] Replaced HVPA for the vali StatefulSet with VPA. Additionally, the curator kube-rbac-proxy and telegraf containers of the vali StatefulSet now specify CPU resource requests of 5m each. by @​plkokanov #9611
  • [OPERATOR] Updated MCM metrics list used to configure prometheus by @​rishabh-11 #9684
  • [OPERATOR] The kube-controller-manager component is now scaled by VPA, instead of HVPA. by @​andrerun #9698
  • [OPERATOR] Modified the CPU and memory resource requests for the plutono container to 5m and 45Mi, respectively. Additionally, reduced the vali container CPU resource requests to 20m. by @​plkokanov #9754

Docker Images

  • admission-controller: europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.95.0
  • apiserver: europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.95.0
  • controller-manager: europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.95.0
  • gardenlet: europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.95.0
  • node-agent: europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.95.0
  • operator: europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.95.0
  • resource-manager: europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.95.0
  • scheduler: europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.95.0

v1.94.1

[gardener/gardener]

🐛 Bug Fixes

  • [OPERATOR] Fix an issue in the etcd component which caused Shoot deletion to fail when the VPAForETCD feature gate was enabled by @​voelzmo #9703

Docker Images

  • admission-controller: europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.94.1
  • apiserver: europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.94.1

... (truncated)

Commits
  • 706bf65 Release v1.95.0
  • e370e50 Fix shoot control plane federation regression (2) (#9772)
  • 21a346d [release-v1.95] Fix shoot control plane federation regression (#9768)
  • 6d6c06c Introduce a new autoscaling mode (VPAAndHPA) for Shoot Kubernetes API serve...
  • 883320b Optimise plutono and vali resource requests (#9754)
  • a796070 chore(deps): update dependency googlecontainertools/skaffold to v2.12.0 (#9751)
  • 2c9e497 Remove unneeded code for dwd deployment (#9747)
  • c024f37 chore(deps): update quay.io/kiwigrid/k8s-sidecar docker tag to v1.27.1 (#9741)
  • 0a6c424 chore(deps): update dependency kubernetes-sigs/kind to v0.23.0 (#9744)
  • 7ea06a4 chore(deps): update kindest/node docker tag to v1.29.4 (#9742)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Release note:

Bumps github.com/gardener/gardener from 1.94.0 to 1.95.0.

Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.94.0 to 1.95.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.94.0...v1.95.0)

---
updated-dependencies:
- dependency-name: github.com/gardener/gardener
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners May 17, 2024 03:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 17, 2024
@gardener-robot gardener-robot added the needs/review Needs review label May 17, 2024
@gardener-robot
Copy link

@dependabot[bot] Thank you for your contribution.

@gardener-robot gardener-robot added the size/s Size of pull request is small (see gardener-robot robot/bots/size.py) label May 17, 2024
@gardener-robot-ci-2
Copy link
Contributor

Thank you @dependabot[bot] for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.

Copy link
Member

@MartinWeindel MartinWeindel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@gardener-robot gardener-robot added reviewed/lgtm Has approval for merging and removed needs/review Needs review labels May 17, 2024
@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label May 17, 2024
@gardener-robot-ci-2 gardener-robot-ci-2 added needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels May 17, 2024
@MartinWeindel MartinWeindel merged commit 2b37d50 into master May 17, 2024
6 checks passed
@MartinWeindel MartinWeindel deleted the dependabot/go_modules/github.com/gardener/gardener-1.95.0 branch May 17, 2024 08:03
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) reviewed/lgtm Has approval for merging size/s Size of pull request is small (see gardener-robot robot/bots/size.py) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants