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.108.1 to 1.109.0 #297

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps github.com/gardener/gardener from 1.108.1 to 1.109.0.

Release notes

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

v1.109.0

[gardener/gardener]

⚠️ Breaking Changes

  • [OPERATOR] The HVPA autoscaling option (which is unconditionally disabled since v1.105.0) is removed from the etcd component. Before updating to this version of Gardener, make sure that you upgraded to v1.106.0 and all Seed and Garden resources reconciled with that version. This is required to ensure that the HVPA component and its CRD were properly cleaned up. by @​plkokanov #10800
  • [OPERATOR] The Baseline and HVPA autoscaling modes (which are unconditionally disabled since v1.105.0) are removed for {gardener,kube}-apiserver. Before updating to this version of Gardener, make sure that you upgraded to v1.106.0 and all Seed and Garden resources reconciled with that version. This is required to ensure that the HVPA component and its CRD were properly cleaned up. by @​plkokanov #10796
  • [OPERATOR] The deprecated and unconditionally disabled HVPA and HVPAForShootedSeed feature gates are removed. The GA-ed and unconditionally enabled VPAForETCD and VPAAndHPAForAPIServer features gates are removed. If you have references to the feature gates, clean them up before upgrading to this version of Gardener. by @​ialidzhikov #10853
  • [DEVELOPER] Rename the controlplane exposure webhook (ExposureWebhookName) to seed provider webhook (SeedProviderWebhookName). by @​LucaBernstein #10788

📰 Noteworthy

  • [OPERATOR] The gardener-scheduler was improved to consider reconciliation backoffs. In the past, unassigned shoots were affected by frequent scheduler reconciliations and status updates which potentially strained the scheduler and etcd. by @​timuthy #10821
  • [DEVELOPER] extension library: Provider extensions should rename control plane exposure webhook related packages to seed provider to reflect the naming change on their side (for example rename pkg/webhook/controlplaneexposure to pkg/webhook/seedprovider). by @​LucaBernstein #10788

✨ New Features

  • [OPERATOR] NodeAgentAuthorizer feature gate was introduced. It allows a webhook based authorization of gardener-node-agents with reduced permissions.
    ❗ This feature gate requires changes in machine-controller-manager-provider-*. Please check that you run a supported version before activating it. ❗ by @​oliver-goetz #10781
  • [USER] Allow dual-stack shoots creation. by @​axel7born #10803
  • [USER] shoot spec.kubernetes.clusterAutoscaler: Add support for startupTaints and statusTaints by @​dhague #10858

🐛 Bug Fixes

  • [USER] Fixed a bug where SSH key rotations for Shoots did not properly update the authorized keys on the worker nodes (hence, the new key was unusable until a node restart or rollout). by @​tobschli #10671
  • [USER] On Shoot deletion, Gardener now properly skips certain validation checks that are only relevant for creations or updates of Shoot resources. by @​rfranzke #10902
  • [OPERATOR] Fixed an error in BackupBucket reconciliation by replacing StrategicMergePatch with MergePatch to properly handle runtime.RawExtension fields. by @​seshachalam-yv #10904

🏃 Others

Helm Charts

  • controlplane: europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.109.0
  • gardenlet: europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.109.0
  • operator: europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.109.0
  • resource-manager: europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.109.0

Docker Images

  • admission-controller: europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.109.0

... (truncated)

Commits
  • d0adcfc Release v1.109.0
  • 65476b3 [release-v1.109] chore(deps): update etcd-druid to v0.25.0 (minor) (#10932)
  • 298f379 upgrade dwd to 1.3.0 (#10930)
  • fb6c0d9 Add support for node-local-dns in dual-stack cluster. (#10891)
  • 77c14bb chore(deps): update dependency gardener/gardener-extension-networking-calico ...
  • 592fec2 update alpine to fix openssh vulnerabilities (#10922)
  • 5aaaa4d [node-agent-authorizer] Introduce webhook based authorization to `gardener-no...
  • 4ac6d01 Update Kubernetes 1.31 conformance test coverage (#10829)
  • 8a975e6 Make determineSeed public (#10917)
  • c8b90f5 Correctly update the value in list (#10920)
  • 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.108.1 to 1.109.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.108.1...v1.109.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 the kind/enhancement Enhancement, improvement, extension label Nov 28, 2024
@gardener-prow gardener-prow bot added cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Nov 28, 2024
Copy link
Member

@ialidzhikov ialidzhikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@gardener-prow gardener-prow bot added the lgtm Indicates that a PR is ready to be merged. label Nov 28, 2024
Copy link
Contributor

gardener-prow bot commented Nov 28, 2024

LGTM label has been added.

Git tree hash: 15a64ea690b19ca5fed4b40a279a94754fbc305c

@ialidzhikov
Copy link
Member

  [FAILED] Expected success, but got an error:
      <*retry.Error | 0xc00088aca0>: 
      retry failed with context deadline exceeded, last error: shoot "e2e-cache-ssc" was not successfully reconciled
      {
          ctxError: <context.deadlineExceededError>{},
          err: <*errors.errorString | 0xc0004f5520>{
              s: "shoot \"e2e-cache-ssc\" was not successfully reconciled",
          },
      }
  In [It] at: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/test/e2e/cache/create_enabled_delete_shoot_system_components.go:40 @ 11/28/24 15:48:01.766

Occurrence of #290.

/test pull-gardener-extension-registry-cache-e2e-kind

Copy link
Contributor

@dimitar-kostadinov dimitar-kostadinov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Copy link
Contributor

gardener-prow bot commented Nov 29, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dimitar-kostadinov

The full list of commands accepted by this bot can be found here.

The pull request process is described 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 approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 29, 2024
@dimitar-kostadinov
Copy link
Contributor

  [FAILED] Expected success, but got an error:
      <*retry.Error | 0xc0007be6c0>: 
      retry failed with context deadline exceeded, last error: shoot "e2e-cache-ssc" was not successfully reconciled
      {
          ctxError: <context.deadlineExceededError>{},
          err: <*errors.errorString | 0xc000228cc0>{
              s: "shoot \"e2e-cache-ssc\" was not successfully reconciled",
          },
      }
  In [It] at: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/test/e2e/cache/create_enabled_delete_shoot_system_components.go:40 @ 11/29/24 13:58:12.715

Occurrence of #290.

/test pull-gardener-extension-registry-cache-e2e-kind

@dimitar-kostadinov
Copy link
Contributor

  [FAILED] Expected success, but got an error:
      <*retry.Error | 0xc00078e3c0>: 
      retry failed with context deadline exceeded, last error: shoot "e2e-cache-ssc" was not successfully reconciled
      {
          ctxError: <context.deadlineExceededError>{},
          err: <*errors.errorString | 0xc00043f510>{
              s: "shoot \"e2e-cache-ssc\" was not successfully reconciled",
          },
      }
  In [It] at: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/test/e2e/cache/create_enabled_delete_shoot_system_components.go:40 @ 11/29/24 15:12:27.97

Occurrence of #290.

/test pull-gardener-extension-registry-cache-e2e-kind

@dimitar-kostadinov
Copy link
Contributor

[FAILED] Unexpected error:
      <*errors.joinError | 0xc000440840>: 
      error dialing backend: dial tcp 10.2.20.197:9443: connect: connection refused
      {
          errs: [
              <*errors.StatusError | 0xc000374460>{
                  ErrStatus: {
                      TypeMeta: {Kind: "", APIVersion: ""},
                      ListMeta: {
                          SelfLink: "",
                          ResourceVersion: "",
                          Continue: "",
                          RemainingItemCount: nil,
                      },
                      Status: "Failure",
                      Message: "error dialing backend: dial tcp 10.2.20.197:[944](https://prow.gardener.cloud/view/gs/gardener-prow/pr-logs/pull/gardener_gardener-extension-registry-cache/297/pull-gardener-extension-registry-cache-e2e-kind/1862520564908822528#1:build-log.txt%3A944)3: connect: connection refused",
                      Reason: "",
                      Details: nil,
                      Code: 500,
                  },
              },
          ],
      }
  occurred
  In [It] at: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/test/e2e/cache/create_enable_for_private_registry_delete.go:114 @ 11/29/24 15:53:42.349

and

  [FAILED] Expected success, but got an error:
      <*retry.Error | 0xc0004fc0e0>: 
      retry failed with context deadline exceeded, last error: shoot "e2e-cache-ssc" was not successfully reconciled
      {
          ctxError: <context.deadlineExceededError>{},
          err: <*errors.errorString | 0xc000b62320>{
              s: "shoot \"e2e-cache-ssc\" was not successfully reconciled",
          },
      }
  In [It] at: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/test/e2e/cache/create_enabled_delete_shoot_system_components.go:40 @ 11/29/24 16:06:21.497

Occurrence of #290.

/test pull-gardener-extension-registry-cache-e2e-kind

@dimitar-kostadinov
Copy link
Contributor

  [FAILED] Context was cancelled (cause: context deadline exceeded) after 120.000s.
  Expected to successfully find the ghcr.io/jitesoft/alpine:3.18.9 image in the registry's volume
  Expected success, but got an error:
      <*fmt.wrapError | 0xc000932220>: 
      failed to get the ghcr.io/jitesoft/alpine:3.18.9 image index digest: command terminated with exit code 1
      {
          msg: "failed to get the ghcr.io/jitesoft/alpine:3.18.9 image index digest: command terminated with exit code 1",
          err: <*errors.joinError | 0xc000012498>{
              errs: [
                  <exec.CodeExitError>{
                      Err: <*errors.errorString | 0xc00047c060>{
                          s: "command terminated with exit code 1",
                      },
                      Code: 1,
                  },
              ],
          },
      }
  In [It] at: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/test/e2e/cache/create_enable_add_remove_disable_delete.go:47 @ 11/29/24 18:02:07.537

Occurrence of #283.

/test pull-gardener-extension-registry-cache-e2e-kind

@gardener-prow gardener-prow bot merged commit 5ddcc4d into main Nov 30, 2024
6 checks passed
@gardener-prow gardener-prow bot deleted the dependabot/go_modules/github.com/gardener/gardener-1.109.0 branch November 30, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants