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.75.1 to 1.76.0 #250

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2023

Bumps github.com/gardener/gardener from 1.75.1 to 1.76.0.

Release notes

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

v1.76.0

[gardener/gardener]

⚠️ Breaking Changes

  • [OPERATOR] Removed service.beta.kubernetes.io/aws-load-balancer-type: nlb annotation from istio-ingressgateway service template. Set this annotation in seed configuration. Note: Changing load balancer type creates a new one, old one requires manual clean-up. by @​axel7born #8214
  • [OPERATOR] When deploying this version of gardener-operator, make sure that you update your Garden resources with the new .spec.virtualCluster.gardener.clusterIdentity field. If you already have a gardener-apiserver deployment, make sure that the value matches the --cluster-identity flag of the current gardener-apiserver deployment. by @​rfranzke #8234
  • [OPERATOR] gardener-operator no longer reports the Reconciled condition. Instead, it now reports the progress in .status.lastOperation, similar to how it's done for Shoots. by @​rfranzke #8238
  • [OPERATOR] ⚠️ The deprecated field .spec.settings.ownerChecks has been removed from the Seed API. Please check your Seeds and remove any usage before upgrading to this Gardener version. by @​dimitar-kostadinov #8109
  • [DEVELOPER] So far the github.com/gardener/gardener/pkg/utils/managedresources.{NewForShoot,CreateForShoot} funcs were ignoring the passed origin func parameter and were always using gardener as value. These funcs will now respect and use the passed origin value. by @​ialidzhikov #8260
  • [DEVELOPER] A new field errorCodeCheckFunc is introduced in the generic Worker actuator. This should be set to parse the Gardener error codes from the error returned in Worker reconciliation. by @​acumino #8242

✨ New Features

  • [OPERATOR] Add Care reconciler to Garden controller in gardener-operator. by @​oliver-goetz #8158
  • [OPERATOR] Shoots allow to optionally configure a specific scheduler via .spec.schedulerName. The default-scheduler is used in case non is configured. Please note, that Shoots will remain Pending in case a scheduler name is configured but an adequate scheduler is not available in the landscape. by @​timuthy #8261

🐛 Bug Fixes

  • [USER] An issue has been fixed which caused CoreDNS to not rewrite CNAME values in DNS answers. by @​axel7born #8231
  • [DEVELOPER] A bug in the local development environment has been fixed which prevented admission of Gardener resources by extension webhooks. by @​vpnachev #8239
  • [OPERATOR] The obsolete addons ManagedResource is now properly cleaned up. by @​shafeeqes #8233
  • [OPERATOR] Now the vali ingress definition points to the shoot logging service. by @​nickytd #8252

🏃 Others

  • [OPERATOR] Stability of the ssh tunnel in the local extension setup should improve due to better failure handling. by @​ScheererJ #8236
  • [OPERATOR] Following dependency has been updated:-
  • [USER] It is now possible to enable disabled APIs for workerless shoot clusters via spec.kubernetes.kubeAPIServer.runtimeConfig. by @​timuthy #8258

[gardener/dependency-watchdog]

🏃 Others

  • [DEVELOPER] update client-go version and exclude the old one in go.mod by @​acuminogardener/dependency-watchdog#90
Commits
  • a5a76db Release v1.76.0
  • ca999b8 Drop no longer needed checksum annotations from GCM deployment (#8270)
  • e18c332 [operator] Introduce gardenerscheduler Golang component (#8262)
  • e286e4e [operator] Add Gardener Scheduler options to Garden API (#8265)
  • afa8ef9 [operator] Introduce gardeneradmissioncontroller Golang component (#8244)
  • 6f8ce76 Move seed-monitoring and shoot-core charts and monitoring-related logic i...
  • 0426cfe Introduce .spec.schedulerName in Shoot API (#8261)
  • 63346c3 Enhance error code detection in worker controller (#8242)
  • fa50315 Release responsible schedule for v1.79 until v1.87 (#8226)
  • ac26953 [operator] Add component instantiation/deploy functions for `gardenerapiserve...
  • 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)

Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.75.1 to 1.76.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.75.1...v1.76.0)

---
updated-dependencies:
- dependency-name: github.com/gardener/gardener
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 28, 2023 14:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 28, 2023
@github-actions github-actions bot enabled auto-merge (squash) July 28, 2023 14:03
- Added a new field "files" to the spec object
- "files" is a list of file paths that are part of the generated Cloud Config
- "files" will be written to the host's file system
- "files" is an array of strings
- Added a new field "lastError" to the spec object
- "lastError" holds information about the last occurred error during an operation

Signed-off-by: Andreas Fritzler <andreas.fritzler@sap.com>
@github-actions github-actions bot added size/S and removed size/XS labels Jul 28, 2023
- Add a new argument to the `NewActuator` function

Signed-off-by: Andreas Fritzler <andreas.fritzler@sap.com>
@github-actions github-actions bot merged commit c778c22 into main Jul 28, 2023
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/gardener/gardener-1.76.0 branch July 28, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
controllers dependencies Pull requests that update a dependency file go Pull requests that update Go code size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant