gardener / gardener-extension-shoot-cert-service

Gardener extension controller for certificate services for shoot clusters.
https://gardener.cloud
Apache License 2.0
10 stars 35 forks source link

Bump github.com/gardener/gardener from 1.91.0 to 1.92.0 #249

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps github.com/gardener/gardener from 1.91.0 to 1.92.0.

Release notes

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

v1.92.0

[gardener/gardener]

⚠️ Breaking Changes

  • [OPERATOR] The deprecated .spec.runtimeCluster.ingress.domain field has been dropped from the Garden API. Make use of .spec.runtimeCluster.ingress.domains. by @​ScheererJ #9447
  • [OPERATOR] Graduated MachineControllerManagerDeployment feature gate was removed. by @​ScheererJ #9450
  • [OPERATOR] The graduated APIServerFastRollout feature gate has been dropped. by @​rfranzke #9478
  • [OPERATOR] The graduated UseGardenerNodeAgent feature gate has been dropped. Before upgrading to this Gardener version, make sure to have up-to-date OS extensions installed on your landscape: os-gardenlinux@v0.24+, os-ubuntu@v1.25+, os-suse-chost@v1.25+, os-coreos@v1.20+, os-metal@v0.8+, provider-aws@v1.53.2+. by @​rfranzke #9477
  • [USER] The specification of additional, non-primary DNS providers was deprecated and will be discontinued in a future release. If you need additional DNS providers for your shoot workload, please use the provider config for the respective DNS extension. by @​timuthy #9471
  • [DEVELOPER] The deprecated oscommon package has been removed. by @​rfranzke #9477

📰 Noteworthy

  • [DEVELOPER] Admission controllers of provider extensions should be adjusted to accommodate NamespacedCloudProfiles by @​benedictweis #9440
  • [DEVELOPER] The following fields in theextensions.gardener.cloud/v1alpha1.OperatingSystemConfig API have been deprecated and will be removed in a future version: .spec.reloadConfigFilePath, .status.command, .status.units, .status.files. by @​rfranzke #9477
  • [OPERATOR] Secret openvpn-diffie-hellman-key in the garden namespace containing the Diffie-Hellmann key can be deleted from landscapes as it is no longer needed. by @​ary1992 #9386
  • [OPERATOR] resource-manager's secret reconciler that removed resources.gardener.cloud/gardener-resource-manager finalizer has been removed. by @​Kostov6 #9490

✨ New Features

  • [DEVELOPER] A new extension lifecycle strategy reconcile: AfterWorker is now available for Extensions to use in their ControllerRegistration. by @​maboehm #9472

🐛 Bug Fixes

  • [DEVELOPER] provider-local: An issue causing the backup directory not to be deleted after successful control plane migration is now fixed. by @​Kostov6 #9182
  • [DEVELOPER] An issue was fixed that caused make verify to fail because of logcheck build issues. by @​timuthy #9458
  • [OPERATOR] Restarting systemd units by annotating the node now works without specifying the .service suffix in unit names. by @​oliver-goetz #9459

🏃 Others

  • [OPERATOR] Images for local development should now be properly rebuilt, if changes are made only to files in the main packages under ./cmd/... directories. by @​plkokanov #9496
  • [OPERATOR] During the restore phase of control plane migration of HA shoots, the shoot's kube-apiserver is deployed immediately after one replica is ready for each of the events and main etcds. The event and main etcds are scaled up to 3 replicas (the current default for HA shoots) after the kube-apiserver is deployed and ready. This should greatly reduce the downtime during control plane migration of HA shoots. by @​plkokanov #9462
  • [OPERATOR] A service is added for the shoot cluster's kube-system/node-problem-detector daemonset by @​istvanballok #9483
  • [OPERATOR] Secret vpn-seed-server-dh will no longer be created as gardener/vpn2 release v0.23.0 removed the need for supplying the vpn server with Diffie–Hellman parameters. by @​ary1992 #9386
  • [OPERATOR] The Data Transfer graph from the Istio Mesh Dashboard in the seed plutono now uses rate when displaying the istio_tcp_received_bytes_total and istio_tcp_sent_bytes_total metrics. by @​plkokanov #9495
  • [OPERATOR] Correct NodeNotHealthy filtering query to use v1beta1constants.TaintNodeCriticalComponentsNotReady by @​adenitiu #9470
  • [DEVELOPER] New consistOf and contain Gomega matchers for ManagedResources were added. Tests can concisely check for expected objects a ManagedResource is responsible for. by @​timuthy #9421

📖 Documentation

Docker Images

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

v1.91.3

[gardener/gardener]

... (truncated)

Commits
  • 7badb89 Release v1.92.0
  • 4567807 Replace topology labels when PV has no node affinity (#9542)
  • 9c4d572 [release-v1.92] Do not append reason to lastMaintenance.description if no f...
  • 541ceee Release responsible schedule for v1.94 until v1.102 (#9509)
  • 7a7908f Fix undeleted provider-local backup directory (#9182)
  • c174d88 chore(deps): update dependency go to v1.22.2 (#9518)
  • 30965aa chore(deps): update golang (#9519)
  • 5bf1462 Add scanning hints for apiserver-proxy envoy image. (#9505)
  • 90a86af Remove resource-manager's secret reconciler (#9490)
  • 6304799 docs: Add yq as a local setup prerequisite (#9510)
  • 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 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.91.0 to 1.92.0.
gardener-robot commented 6 months ago

@dependabot[bot] Thank you for your contribution.

gardener-robot-ci-2 commented 6 months ago

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.