gardener / gardener-extension-os-gardenlinux

Gardener extension controller for the Garden Linux operating system
Apache License 2.0
9 stars 30 forks source link

Bump github.com/gardener/gardener from 1.92.0 to 1.94.1 #166

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps github.com/gardener/gardener from 1.92.0 to 1.94.1.

Release notes

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

v1.94.1

[gardener/gardener]

🐛 Bug Fixes

  • [OPERATOR] Fix an issue in the etcd component which caused Shoot deletion to fail when the VPAForETCD feature gate was enabled by @​voelzmo #9703

Docker Images

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

v1.94.0

[gardener/gardener]

📰 Noteworthy

  • [OPERATOR] Five minutes Infrastructure Cleanup Wait Period during shoot deletion was removed. Shoot annotation shoot.gardener.cloud/infrastructure-cleanup-wait-period-seconds which could be used to configure this period was removed, too. by @​oliver-goetz #9632
  • [DEVELOPER] The tools installed via the tools.mk make file are now by default installed in an OS and arch specific folder to allow running make targets from different platforms sharing the same source code.
    The previous behavior can be achieved by setting the variable TOOLS_BIN_DIR to hack/tools/bin to any make target. by @​vpnachev #9589
  • [DEVELOPER] Today's method of providing Plutono dashboards for garden or shoot clusters is deprecated and will be removed in a future release. Migrate to the new approach (see this document) for details. by @​rfranzke #9624

✨ New Features

  • [OPERATOR] gardener-operator is now managing the Gardener Dashboard web terminal controller manager when .spec.virtualCluster.gardener.gardenerDashboard.terminal is set in the Garden resource. Read more about it here by @​rfranzke #9646
  • [OPERATOR] gardener-node-agent no longer watches all Nodes in the cluster but restricts to only the Node it is responsible for (with the help of label/field selectors). This should lead to a significant reduction of network I/O, especially for shoot clusters with many nodes. by @​rfranzke #9672
  • [OPERATOR] gardener-operator now deploys two more Prometheus replicas into the garden namespace for storing long-term metrics. Read more about it here. by @​rfranzke #9606
  • [OPERATOR] A new feature gate named VPAForETCD is now introduced for gardenlet and gardener-operator. When enabled, VPA for etcd is used, regardless of the HVPA feature gate setting. The new VPA limits scaling down to a Shoot's maintenance window or even entirely based on the ShootClass in the same way as it is currently done for HVPA. by @​voelzmo #8984
  • [OPERATOR] gardener-operator is now managing the Gardener Dashboard when .spec.virtualCluster.gardener.gardenerDashboard is set in the Garden resource. Read more about it here by @​rfranzke #9583
  • [USER] It is now possible to define a higher number of maximum worker count in a shoot than pods and nodes networks allow. cluster-autoscaler ensures that not more nodes than the networking settings allow will be created. by @​oliver-goetz #9599

🐛 Bug Fixes

  • [OPERATOR] gardener-operator is now capable of reconciling shoot cluster-specific NetworkPolicys in case the garden cluster is a seed cluster at the same time. by @​rfranzke #9658
  • [OPERATOR] Fixed prometheus alerting rules for Seeds with unhealthy control-planes by @​voelzmo #9692
  • [OPERATOR] In the migrate flow of control plane migration the Deleting extensions before kube-apiserver task now depends on the Waiting until extension resources have been deleted task. by @​plkokanov #9651
  • [OPERATOR] Only update network policy allow-to-runtime-apiserver after resolver has been synced. by @​MartinWeindel #9644

🏃 Others

  • [OPERATOR] Updated VPA to 1.1.1 by @​voelzmo #8984
  • [OPERATOR] If a previous file copy attempt failed gardener-node-agent now deletes leftover *.tmp files instead of returning an error. by @​oliver-goetz #9630
  • [OPERATOR] extension library: An issue causing the backup.gardener.cloud/created-by annotation not being added on existing etcd-backup Secrets is now fixed. by @​ialidzhikov #9613
  • [OPERATOR] Added a cleanup function to gardenlet which is executed at startup and deletes orphaned VPAs with label role: vali-vpa that were previously managed by the HVPA deployed for vali. by @​plkokanov #9681
  • [OPERATOR] The gardenlet now runs as nonroot user and group 65532. by @​AleksandarSavchev #9669
  • [OPERATOR] A new plutono dashboard named Resource usage by container is added to garden/plutono. It shows aggregated CPU/memory usage vs requests/limits and utilization per container (currently only metrics for kube-apiserver containers are federated). by @​ialidzhikov #9643
  • [OPERATOR] Containers, configured to run as non-root, are now validated to start with non-root user by the kubelet. by @​AleksandarSavchev #9640
  • [OPERATOR] The fluent-operator component now runs as nonroot user and group 65532. by @​AleksandarSavchev #9640

... (truncated)

Commits
  • 2cc92cd Release v1.94.1
  • 13253b2 Don't do HVPA specific things for etcd when VPAforETCD is enabled (#9707)
  • 14df6da Prepare next Development Cycle v1.94.1-dev
  • a571429 Release v1.94.0
  • d46022a Switch from purpose to is_seed for Seed alerts (#9692)
  • e292c80 chore(deps): update quay.io/prometheus/node-exporter docker tag to v1.8.0 (#9...
  • 0bd94a8 No longer make Plutono dashboard ConfigMap unique (#9683)
  • e8454f0 Delete orphaned vali VPAs (#9681)
  • f82a1e6 [node-agent] Restrict Node watches via label/field selector to prevent watc...
  • 1cc8af5 Add "Resource usage by container" dashboard to garden/plutono (#9643)
  • 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)
gardener-robot commented 4 months ago

@dependabot[bot] Thank you for your contribution.

gardener-robot-ci-1 commented 4 months ago

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.