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.89.0 to 1.95.0 #105

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/gardener/gardener from 1.94.1 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 16, 2024
@gardener-prow gardener-prow bot requested review from Kostov6 and plkokanov May 16, 2024 20:44
Copy link

gardener-prow bot commented May 16, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign plkokanov for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow bot added cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. do-not-merge/needs-kind Indicates a PR lacks a `kind/foo` label and requires one. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels May 16, 2024
@gardener-robot-ci-1
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.

Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.89.0 to 1.95.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.89.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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gardener/gardener-1.95.0 branch from e618bb5 to 1b87d9c Compare May 17, 2024 07:00
@gardener-prow gardener-prow bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels May 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 21, 2024

Superseded by #108.

@dependabot dependabot bot closed this May 21, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gardener/gardener-1.95.0 branch May 21, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. dependencies Pull requests that update a dependency file do-not-merge/needs-kind Indicates a PR lacks a `kind/foo` label and requires one. go Pull requests that update Go code size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant