gardener / gardener-extension-registry-cache

Gardener extension controller which deploys pull-through caches for container registries.
Apache License 2.0
7 stars 20 forks source link

Bump github.com/gardener/gardener from 1.92.0 to 1.93.0 #185

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps github.com/gardener/gardener from 1.92.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 typeDependentReservations 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 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)
dimitar-kostadinov commented 6 months ago

/kind enhancement

gardener-prow[bot] commented 6 months ago

LGTM label has been added.

Git tree hash: 190dced0cacc9293ebcf6afc044fa22fde79d48d

gardener-prow[bot] commented 6 months ago

[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: - ~~[OWNERS](https://github.com/gardener/gardener-extension-registry-cache/blob/main/OWNERS)~~ [dimitar-kostadinov] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment