ironcore-dev / gardener-extension-provider-ironcore

Gardener extension controller for the IronCore cloud provider
https://github.com/ironcore-dev
Apache License 2.0
4 stars 4 forks source link

chore(deps): bump github.com/gardener/gardener from 1.80.3 to 1.82.2 #392

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 1 year ago

Bumps github.com/gardener/gardener from 1.80.3 to 1.82.2.

Release notes

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

v1.82.2

[gardener/gardener]

🐛 Bug Fixes

  • [OPERATOR] An issue has been fixed that prevented setting the UnauthenticatedHTTP2DOSMitigation feature gate. by @​timuthy #8737

Docker Images

admission-controller: eu.gcr.io/gardener-project/gardener/admission-controller:v1.82.2 apiserver: eu.gcr.io/gardener-project/gardener/apiserver:v1.82.2 controller-manager: eu.gcr.io/gardener-project/gardener/controller-manager:v1.82.2 gardenlet: eu.gcr.io/gardener-project/gardener/gardenlet:v1.82.2 operator: eu.gcr.io/gardener-project/gardener/operator:v1.82.2 resource-manager: eu.gcr.io/gardener-project/gardener/resource-manager:v1.82.2 scheduler: eu.gcr.io/gardener-project/gardener/scheduler:v1.82.2

v1.82.1

[gardener/gardener]

🐛 Bug Fixes

  • [OPERATOR] A bug causing the managedseed controller to error if the controller restarts and the seed secret is already deleted is now fixed. by @​shafeeqes #8699
  • [OPERATOR] A bug has been fixed which caused ServiceAccounts related to garden access secrets for extensions to leak in the seed namespace in the garden cluster after uninstallation of said extensions. by @​rfranzke #8697

🏃 Others

  • [OPERATOR] github.com/gardener/etcd-druid #714 @​aaronfern
    Alpine image used in init containers is now part of the IMAGEVECTOR_OVERWRITE by @​gardener-ci-robot #8684
  • [OPERATOR] The testmachinery tests now use AdminKubeconfig of the Shoots of ManagedSeeds to create seed client. by @​shafeeqes #8698

Docker Images

admission-controller: eu.gcr.io/gardener-project/gardener/admission-controller:v1.82.1 apiserver: eu.gcr.io/gardener-project/gardener/apiserver:v1.82.1 controller-manager: eu.gcr.io/gardener-project/gardener/controller-manager:v1.82.1 gardenlet: eu.gcr.io/gardener-project/gardener/gardenlet:v1.82.1 operator: eu.gcr.io/gardener-project/gardener/operator:v1.82.1 resource-manager: eu.gcr.io/gardener-project/gardener/resource-manager:v1.82.1 scheduler: eu.gcr.io/gardener-project/gardener/scheduler:v1.82.1

v1.82.0

[gardener/gardener]

⚠️ Breaking Changes

  • [DEPENDENCY] The deprecated ChartRenderer.Render and ChartApplier.{Apply,Delete} methods have been dropped. Use ChartRendere.RenderEmbeddedFS and ChartApplier.{Apply,Delete}FromEmbeddedFS instead. by @​rfranzke #8540
  • [DEPENDENCY] The hack/generate-crds.sh script now receives the file name prefix via the -p option (previously, the prefix was the first argument to the script). by @​rfranzke #8560
  • [DEPENDENCY] The no longer required --gardenlet-manages-mcm option has been removed. All code in provider extensions related to management/deployment of machine-controller-manager should be removed. by @​rfranzke #8596
  • [DEPENDENCY] The deprecated core.gardener.cloud/apiserver-exposure label and handling has been dropped. by @​rfranzke #8540
  • [DEPENDENCY] Provider extensions must now pass the cluster.Cluster object for the garden cluster to the genericactuator.NewActuator function. See this for an example how to create such a cluster.Cluster object. by @​rfranzke #8559
  • [OPERATOR] Before upgrading to this Gardener versions, you must make sure that the Services of all registered provider extensions serving webhooks for the shoot cluster are annotated with networking.resources.gardener.cloud/from-all-webhook-targets-allowed-ports=[{"protocol":"TCP","port":<port>}], networking.resources.gardener.cloud/namespace-selectors=[{"matchLabels":{"gardener.cloud/role":"shoot"}}], and networking.resources.gardener.cloud/pod-label-selector-namespace-alias=extensions. by @​rfranzke #8540
  • [DEVELOPER] Methods SkipIf and DoIf for TaskFn have been dropped. A new field SkipIf is introduced in Task, If set to true the task will be skipped and will also not be reported by the progress reporter. by @​acumino #8541

... (truncated)

Commits
  • eb6e28f Release v1.82.2
  • a80bb34 Fix UnauthenticatedHTTP2DOSMitigation feature gate (#8737)
  • ef64038 Fix flaking seed e2e test (#8735)
  • 27ea16b Prepare next Dev Cycle v1.82.2-dev
  • 5ddf933 Release v1.82.1
  • a8b2ea6 [release-v1.82] Clean up orphaned ServiceAccounts related to garden access ...
  • 4e3de83 [release-v1.82] Remove the secretRef annotation from the ManagedSeed if the s...
  • 6278c6e [release-v1.82] Use adminkubeconfig of the Shoots of ManagedSeeds to crea...
  • 5899cc3 Upgrade etcd-druid (#8684)
  • d33e007 Prepare next Dev Cycle v1.82.1-dev
  • 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)
dependabot[bot] commented 12 months ago

Superseded by #398.