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.22.1 to 1.23.0 #41

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2021

Bumps github.com/gardener/gardener from 1.22.1 to 1.23.0.

Release notes

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

v1.23.0

[gardener]

⚠️ Breaking Changes

  • [DEVELOPER] Deployment specific information from ControllerRegistrations was outsourced to a new resource type ControllerDeployment. If you use Gardener's /hack scripts and utilities, please make sure to run make generate after you have updated your Gardener dependencies to this version, as it updates the example registration in your extension. Otherwise, please make sure to adjust your example ControllerRegistration manifest to the new structure. (#3995, @​timuthy)

✨ New Features

  • [USER] The shoot resource now support optional columns that are shown only when kubectl get is used with the -o wide flag. (#4032, @​vpnachev)
    • The optional columns are: SEED, PURPOSE, GARDENER VERSION, APISERVER, CONTROL, NODES and SYSTEM.
    • New mandatory columns REGION and STATUS are introduced.
  • [USER] Add the resource ShootExtensionStatus to the resource group core.gardener.cloud which is intended to hold the information of the ProviderStatus field from multiple Gardener Extension resources from the Seed cluster. (#3878, @​danielfoehrKn)
  • [OPERATOR] A new resource ControllerDeployment was added to the core.gardener.cloud API group. A ControllerDeployment is supposed to contain specifications about how extension controllers are deployed to seed clusters. Specifying deployments via ControllerRegistrations directly is therefore deprecated. Instead, we recommend to use a dedicated ControllerDeployment resource and reference it in a ControllerRegistration via spec.deployment.DeploymentRefs[].Name. Please consult the documentation for more information. (#3995, @​timuthy)
    • As ControllerDeployments may contain sensitive information, we recommend to add this type to the Gardener API server's EncryptionConfiguration. This happens automatically if you deploy Gardener via our pre-configured Helm charts (/charts/gardener).
  • [OPERATOR] Introduce compressed etcd backups for faster upload and download of etcd snapshots. (#3953, @​shreyas-s-rao)

🐛 Bug Fixes

  • [OPERATOR] A bug generally preventing ManagedSeed deletion has been fixed. (#4045, @​rfranzke)
  • [OPERATOR] Fix an issue where the gardenlet overwrites changes from hvpa for the aggregate-prometheus. (#3998, @​wyb1)

🏃 Others

  • [OPERATOR] Fixed an issue that prevented the update and deletion of managed seeds on soil clusters. (#4070, @​stoyanr)
  • [OPERATOR] Gardener administrators are now allowed to access certificatesigningrequests. (#4059, @​ialidzhikov)
  • [OPERATOR] Some shoot clusters try to wrongly configure the kube-apiserver and it fails to start. Since some time, Gardener shows the last 10 log lines for such kube-apiservers in the `shoot..status.lastOperation.description', but error message with the useful information might not be in those lines. Therefore, for shoots clusters running on k8s <1.19 now also the first 1KiB of logs will be shown. (#4050, @​vpnachev)
  • [OPERATOR] Adjust hvpa limitsRequestsGapScaleParams for prometheus (#4049, @​wyb1)
  • [OPERATOR] Apply a mitigation that will prevent gardenlet to panic under certain circumstances. (#4046, @​ialidzhikov)
  • [OPERATOR] istio images are now pulled from the official mirrors to Google Container Registry to prevent any potential dockerhub rate limit issues in environments that use the default images (don't specify any imagevector overwrite). (#4022, @​ialidzhikov)
  • [OPERATOR] Increase limits for metrics-server. This is a temporary fix until we have non-circular auto-scaling for metrics-server. (#4017, @​amshuman-kr)
  • [OPERATOR] Disable etcd scale down for shoot clusters with purpose "production". This avoids multiple etcd restarts during the shoot's maintenance time window if VPA recommendation for scale down is inappropriate. (#4016, @​amshuman-kr)
  • [DEVELOPER] The unknown github label area/operations has been removed from the github issues templates. (#4013, @​vpnachev)

📰 Noteworthy

  • [OPERATOR] The .gardener.garden.identity value (deprecated with v1.11.0, removed with v1.22.0) is added again and will be passed to the Helm chart values of ControllerInstallations. It's still deprecated and planned to be removed in a future version, hence, Gardener operators have to make sure to update affected provider extensions accordingly. (#4021, @​rfranzke)

[autoscaler]

🐛 Bug Fixes

🏃 Others

[etcd-backup-restore]

🏃 Others

📰 Noteworthy

[etcd-druid]

✨ New Features

🏃 Others

📰 Noteworthy

... (truncated)

Commits
  • b53c1cb Release v1.23.0
  • 28234df Merge pull request #4070 from stoyanr/fix-managed-seed-deletion-on-soil-clusters
  • fc85d5e Kubeconfig generation supports multiple server hosts (#4052)
  • bff46ba Fix ManagedSeed deletion issue on soil clusters
  • cb2c544 Add the certificatesigningrequests/seedclient RBAC rule to the seed-bootstr...
  • 90f60bb Fix ManagedSeed deletion (#4066)
  • 7231a20 Fix ./hack/.ci/prepare_release (#4061)
  • 41cfe1d Allow Gardener admins to access csrs (#4059)
  • 98b5f82 Read also the first log lines of failed pods (#4050)
  • 906ffd1 Fix wrong MergePatchOrCreate usage (#4057)
  • 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 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 19, 2021
@dependabot dependabot bot requested a review from afritzler May 19, 2021 06:48
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gardener/gardener-1.23.0 branch from eff2eda to 469eb65 Compare May 21, 2021 08:03
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gardener/gardener-1.23.0 branch from 469eb65 to 86664ee Compare May 21, 2021 08:09
@afritzler afritzler merged commit 3da4fc3 into master May 21, 2021
@afritzler afritzler deleted the dependabot/go_modules/github.com/gardener/gardener-1.23.0 branch May 21, 2021 08:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant