ironcore-dev / gardener-extension-provider-ironcore

Gardener extension controller for the IronCore cloud provider
https://github.com/ironcore-dev
Apache License 2.0
4 stars 4 forks source link

chore(deps): bump github.com/gardener/gardener from 1.76.2 to 1.78.2 #305

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/gardener/gardener from 1.76.2 to 1.78.2.

Release notes

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

v1.78.2

[gardener/gardener]

🐛 Bug Fixes

  • [OPERATOR] An issue has been fixed which was causing a broken ControlPlaneHealthy condition report for Shoots when the MachineControllerManagerDeployment feature gate gets enabled until their next reconciliation. by @​gardener-ci-robot #8411
  • [OPERATOR] Update Kubernetes dependencies (especially k8s.io/client-go) from v0.26.3 to v0.26.4 to resolve panic on working with special shoots. by @​gardener-ci-robot #8423

v1.78.1

[gardener/gardener]

🐛 Bug Fixes

  • [OPERATOR] A bug has been fixed which was causing the garbage collector in gardener-resource-manager to wrongfully collect Secrets related to ManagedResources when the source and the target cluster are equal. by @​gardener-ci-robot #8403

Docker Images

admission-controller: eu.gcr.io/gardener-project/gardener/admission-controller:v1.78.1 apiserver: eu.gcr.io/gardener-project/gardener/apiserver:v1.78.1 controller-manager: eu.gcr.io/gardener-project/gardener/controller-manager:v1.78.1 scheduler: eu.gcr.io/gardener-project/gardener/scheduler:v1.78.1 operator: eu.gcr.io/gardener-project/gardener/operator:v1.78.1 gardenlet: eu.gcr.io/gardener-project/gardener/gardenlet:v1.78.1 resource-manager: eu.gcr.io/gardener-project/gardener/resource-manager:v1.78.1

v1.78.0

[gardener/gardener]

⚠️ Breaking Changes

  • [DEVELOPER] The following mapper funcs from the extension library no longer accept a context.Context arg - ClusterToContainerResourceMapper, ClusterToControlPlaneMapper, ClusterToDNSRecordMapper, ClusterToExtensionMapper, ClusterToInfrastructureMapper, ClusterToNetworkMapper, ClusterToWorkerMapper and ClusterToObjectMapper. The context.Context arg was redundant and not used. by @​acumino #8321
  • [USER] Deprecated annotation alpha.featuregates.shoot.gardener.cloud/node-local-dns is removed. Use field .spec.systemComponents.nodeLocalDNS.enabled in Shoot instead. Switching on node-local-dns via shoot specification will roll the nodes even if node-local-dns was enabled beforehand via annotation. by @​acumino #8364
  • [USER] Deprecated annotation alpha.featuregates.shoot.gardener.cloud/node-local-dns-force-tcp-to-{cluster-dns, upstream-dns} is removed. Use field .spec.systemComponents.nodeLocalDNS.{forceTCPToClusterDNS, forceTCPToUpstreamDNS} in Shoot instead. by @​acumino #8364

✨ New Features

  • [OPERATOR] kubectl get garden now features additional printer column Observability providing information about the Observability components of the runtime cluster. by @​gardener-ci-robot #8384
  • [OPERATOR] It is possible now to trigger a seed reconciliation by annotating the Seed with gardener.cloud/operation=reconcile. by @​shafeeqes #8347
  • [OPERATOR] Status of garden now includes the ObservabilityComponentsHealthy condition which show the health of observability components in the garden runtime-cluster. by @​oliver-goetz #8346

🐛 Bug Fixes

  • [OPERATOR] operator now deletes ManagedResources deployed to the virtual-garden before deleting virtual-garden-kube-apiserver. by @​oliver-goetz #8368
  • [OPERATOR] A bug is fixed that prevented scraping the metrics of etcd in the shoot control plane. by @​istvanballok #8371
  • [OPERATOR] A bug is fixed that rendered the "CPU usage" panel of the "VPN" Plutono dashboard blank. by @​gardener-ci-robot #8392
  • [OPERATOR] A bug is fixed in the Prometheus alert definitions that caused false positive KubePodNotReadyControlPlane alerts related to the etcd compaction job. by @​rickardsjp #8361

🏃 Others

  • [OPERATOR] Shoot node network and seed pod network need to be disjoint. This will be checked during scheduling of a shoot cluster, i.e. during initial admission or on control-plane migration. by @​ScheererJ #8353
  • [OPERATOR] Prometheus scrape job configs for targets in the shoot cluster have been improved. by @​rickardsjp #8360
  • [OPERATOR] The following images are updated:
    • registry.k8s.io/metrics-server/metrics-server: v0.6.3 -> v0.6.4
    • registry.k8s.io/cpa/cluster-proportional-autoscaler: v1.8.8 -> v1.8.9
    • registry.k8s.io/coredns/coredns: v1.10.0 -> v1.10.1

... (truncated)

Commits
  • 88f81be Release v1.78.2
  • 5b4e9cb bump k8s.io/client-go to v0.26.4 (#8423)
  • eadf9ac Do not consider MCM deployment as required (#8411)
  • 5488c2d Prepare next Dev Cycle v1.78.2-dev
  • c9ea6d0 Release v1.78.1
  • 6a1b39b [release-v1.78] Fix unwanted garbage collection of immutable secrets (#8403)
  • 20f9908 Prepare next Dev Cycle v1.78.1-dev
  • 341a201 Release v1.78.0
  • bdabc55 [release-v1.78] Fix a typo in the VPN dashboard that rendered the CPU usage p...
  • 607335c Update kube-state-metrics to v2.8.2 (#8391)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #309.