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.81.6 to 1.83.0 #90

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2023

Bumps github.com/gardener/gardener from 1.81.6 to 1.83.0.

Release notes

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

v1.83.0

[gardener/gardener]

⚠️ Breaking Changes

✨ New Features

  • [OPERATOR] CloudProfiles allow configuring update strategies {patch, minor, major} for machine images that affect update behavior during auto and force update. by @​danielfoehrKn #8275

🐛 Bug Fixes

  • [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
  • [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] An issue causing the etcd-backup Secret to be wrongly deleted for a Shoot cluster due to stale BackupEntry deletion from a previous Shoot creation with the same name is now fixed. by @​Kostov6 #8709
  • [OPERATOR] An issue has been fixed that prevented setting the UnauthenticatedHTTP2DOSMitigation feature gate. by @​timuthy #8732
  • [OPERATOR] Add memory and cpu limits (maxAllowed) to Prometheus (H)VPAs. by @​rickardsjp #8694

🏃 Others

  • [OPERATOR] nginx-ingress-controller image is updated to v1.9.4. by @​shafeeqes #8727
  • [OPERATOR] Partial Shoot maintenance errors are now reported as events on the Shoot and in the Shoot's LastMaintenance status. by @​danielfoehrKn #8275
  • [OPERATOR] With this release the obervability compoents are updated to the latest release versions. Plutono is now at v2.5.25 and Vali is now at v2.2.9 by @​nickytd #8689
  • [OPERATOR] The .status.lastOperation in core.gardener.cloud/v1beta1.Seed and operator.gardener.cloud/v1alpha1.Garden resources is now only updated each 5s during a reconciliation. Previously, it was updated immediately when a task was finished. by @​rfranzke #8705
  • [OPERATOR] The testmachinery tests now use AdminKubeconfig of the Shoots of ManagedSeeds to create seed client. by @​shafeeqes #8698
  • [OPERATOR] APIServer validation allows updating to expired Kubernetes and machine image versions. by @​danielfoehrKn #8275

[gardener/etcd-druid]

🏃 Others

  • [OPERATOR] Alpine image used in init containers is now part of the IMAGEVECTOR_OVERWRITE by @​aaronferngardener/etcd-druid#714

Docker Images

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

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

... (truncated)

Commits
  • ad35479 Release v1.83.0
  • 745643d [release-v1.83] Few enhancement for force delete (#8754)
  • 5c95600 Add a rule to the component checklist to run containers as non-root (#8741)
  • 59231f7 Enable few linters for golangci-lint (#8729)
  • 0b01d55 Add etcd-backup secret BackupEntry name annotation (#8709)
  • cf86f81 Remove .ci/resources.yaml when concourse dev-builds are enabled (#8740)
  • c56f15b Fix UnauthenticatedHTTP2DOSMitigation feature gate (#8732)
  • c6ad061 Fix flaking seed e2e test (#8731)
  • 93e7b09 Add validation for kubeAPIServer.RuntimeConfig in the Shoot API (#8695)
  • a2d5e44 Drop check that max two args can be passed (#8720)
  • 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)

Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.81.6 to 1.83.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.81.6...v1.83.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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 3, 2023
@gardener-prow gardener-prow bot added do-not-merge/needs-kind Indicates a PR lacks a `kind/foo` label and requires one. cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. labels Nov 3, 2023
Copy link
Contributor

gardener-prow bot commented Nov 3, 2023

[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 ialidzhikov 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 the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Nov 3, 2023
Copy link
Contributor

gardener-prow bot commented Nov 3, 2023

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-gardener-extension-registry-cache-verify-image-build 3f76930 link true /test pull-gardener-extension-registry-cache-verify-image-build
pull-gardener-extension-registry-cache-unit 3f76930 link true /test pull-gardener-extension-registry-cache-unit
pull-gardener-extension-registry-cache-e2e-kind 3f76930 link true /test pull-gardener-extension-registry-cache-e2e-kind

Full PR test history. Your PR dashboard. Command help for this repository.
Please help us cut down on flakes by linking this test failure to an open flake report or filing a new flake report if you can't find an existing one. Also see our testing guideline for how to avoid and hunt flakes.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2023

Superseded by #95.

@dependabot dependabot bot closed this Nov 9, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gardener/gardener-1.83.0 branch November 9, 2023 19:50
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/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant