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.89.0 to 1.93.0 #96

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

Bumps github.com/gardener/gardener from 1.89.0 to 1.93.0.

Release notes

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

v1.93.0

[gardener/gardener]

📰 Noteworthy

  • [OPERATOR] Set kube-apiserver maxReplicas=3 for all Shoots that are not annotated with alpha.control-plane.scaling.shoot.gardener.cloud/scale-down-disabled=true. by @​voelzmo #9605

✨ New Features

  • [OPERATOR] gardener-operator now deploys two Prometheus replicas into the garden namespace. Read more about it here. by @​rfranzke #9543
  • [OPERATOR] A new gardenlet feature gate called ShootManagedIssuer was introduced. This feature gate guards the functionality described in GEP-24 until all of the components mentioned in the enhancement proposal are implemented by Gardener. by @​dimityrmirchev #9489
  • [OPERATOR] A new admission plugin ShootResourceReservation has been added to gardener-apiserver. It supports calculating resource reservations (memory/CPU/PID) for the kubelet.kubeReserved fields in Shoots based on the available resources of a machine type. This only applies when useGKEFormula is set to true. Otherwise, the old static values remain to be used. by @​MichaelEischer #9449
  • [OPERATOR] Support for proxy protocol is added to the istio ingress gateway to preserve the client source IP addresses. by @​DockToFuture #9526

🐛 Bug Fixes

  • [OPERATOR] Fix kube-apiserver advertise address for ipv6 local setup. by @​axel7born #9555
  • [OPERATOR] When vali is disabled in the GardenletConfiguration its fluentbit ClusterOutputs are no longer deployed. by @​maboehm #9525
  • [OPERATOR] Istio-ingress gateway dashboard now shows the correct sent tcp traffic metric and the correct memory usage. by @​ScheererJ #9596
  • [OPERATOR] A bug in gardener-node-agent which prevented copying files between different block devices has been fixed. by @​oliver-goetz #9614
  • [USER] A bug which mounted the kubelet data volume to /var/lib instead of /var/lib/kubelet when kubeletDataVolumeName was set has been fixed. by @​oliver-goetz #9614

🏃 Others

  • [OPERATOR] The vpn-seed-server now has better minimum memory settings so that less auto-scaling should occur. by @​ScheererJ #9590
  • [OPERATOR] Resource utilization metrics for the kube-apiserver container are now federated in the runtime/prometheus. by @​ialidzhikov #9581
  • [OPERATOR] K8s dashboard tests are classified as beta. by @​hendrikKahl #9567
  • [OPERATOR] Update Istio to v1.21.1 by @​axel7born #9560

Docker Images

  • admission-controller: europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.93.0
  • apiserver: europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.93.0
  • controller-manager: europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.93.0
  • gardenlet: europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.93.0
  • node-agent: europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.93.0
  • operator: europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.93.0
  • resource-manager: europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.93.0
  • scheduler: europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.93.0

v1.92.2

[gardener/gardener]

🐛 Bug Fixes

  • [USER] A bug which mounted the kubelet data volume to /var/lib instead of /var/lib/kubelet when kubeletDataVolumeName was set has been fixed. by @​oliver-goetz #9615
  • [OPERATOR] A bug in gardener-node-agent which prevented copying files between different block devices has been fixed. by @​oliver-goetz #9615

Docker Images

  • admission-controller: europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.92.2
  • apiserver: europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.92.2
  • controller-manager: europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.92.2
  • gardenlet: europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.92.2
  • node-agent: europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.92.2

... (truncated)

Commits
  • 3c02187 Release v1.93.0
  • b43b160 [release-v1.93] [node-agent] Fix kubelet datavolume & moving files between di...
  • dff5d9a Replace license/copyright header for no-go files (#9466)
  • f98e6ce Set kubeApiserver maxReplicas: 3 (#9605)
  • 70fe495 Fix istio-ingress dashboard (#9596)
  • 7a1753c fix(deps): update module k8s.io/component-helpers to v0.29.4 (#9603)
  • 8d2c1d2 fix(deps): update kubernetes packages to v0.29.4 (#9602)
  • 38edc60 chore(deps): update dependency kubernetes/kubernetes to v1.29.4 (#9601)
  • 3f2687b fix(deps): update golang.org/x/exp digest to fe59bbe (#9598)
  • 3a09e21 Add blank lines for better formatting in the resulting alert description (#9595)
  • 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.89.0 to 1.93.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.89.0...v1.93.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 Apr 19, 2024
@dependabot dependabot bot requested review from ialidzhikov and Kostov6 April 19, 2024 21:02
@gardener-prow gardener-prow bot requested a review from plkokanov April 19, 2024 21:02
Copy link

gardener-prow bot commented Apr 19, 2024

[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 plkokanov 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 cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. do-not-merge/needs-kind Indicates a PR lacks a `kind/foo` label and requires one. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Apr 19, 2024
@gardener-robot-ci-1
Copy link
Contributor

Thank you @dependabot[bot] for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.

Copy link

gardener-prow bot commented Apr 19, 2024

@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-shoot-rsyslog-relp-unit 452adfe link true /test pull-gardener-extension-shoot-rsyslog-relp-unit
pull-gardener-extension-shoot-rsyslog-relp-e2e-kind 452adfe link true /test pull-gardener-extension-shoot-rsyslog-relp-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 May 2, 2024

Superseded by #97.

@dependabot dependabot bot closed this May 2, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gardener/gardener-1.93.0 branch May 2, 2024 20:47
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/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant