-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update module github.com/gardener/gardener to v1.111.0 #425
Update module github.com/gardener/gardener to v1.111.0 #425
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
@gardener-ci-robot Thank you for your contribution. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
This PR contains the following updates:
v1.110.4
->v1.111.0
Release Notes
gardener/gardener (github.com/gardener/gardener)
v1.111.0
Compare Source
[gardener/gardener]
[OPERATOR]
TheOperatorConfiguration
changed incompatibly:extensionRequired
was renamed toextensionRequiredRuntime
. by @timuthy [#11001][OPERATOR]
TheShootManagedIssuer
feature gate was removed. Enablement of the feature is now dependent on the existence of a secret in thegarden
namespace labeled withgardener.cloud/role: shoot-service-account-issuer
. by @dimityrmirchev [#11078][OPERATOR]
TheShootForceDeletion
feature gate has been graduated to GA and is locked totrue
. by @shafeeqes [#11107][OPERATOR]
This change applies to IPv4 clusters only.Gardener uses the CIDR range of 240.0.0.0/8 which is reserved as per IANA db to map the cluster ip of the kubernetes api-server in the seed to a different network range before exposing it to the shoot in the
kubernetes
service. This frees up address space in the shoot and removes potential clashes with shoot workload ips.Seed operators need to check if any of the following properties collide with the 240.0.0.0/8 range:
by @domdom82 [#10949]
[OPERATOR]
The wildcard TLS certificate for the runtime cluster must now be labelled withgardener.cloud/role=garden-cert
instead ofgardener.cloud/role=controlplane-cert
to avoid duplicate role assignments for runtime and seed certificate secrets if Gardener runtime and seed run on the same cluster.The old role name is deprecated for the runtime cluster. It will not be accepted anymore with the next Gardener release. by @MartinWeindel [#11113]
[DEPENDENCY]
Client-related functions have been adapted to use the external version ofk8s.io/component-base/config.ClientConnectionConfiguration
. If you need a helper function for transitioning to the external version, usepkg/client/kubernetes.ConvertClientConnectionConfigurationToExternal
. by @timebertt [#11052][DEPENDENCY]
The packagegithub.com/gardener/gardener/extensions/pkg/apis/config
has been dropped. Use the versioned variant of the package instead:github.com/gardener/gardener/extensions/pkg/apis/config/v1alpha1
. by @timebertt [#11056]📰 Noteworthy
[USER]
Expired versions from theNamespacedCloudProfile
are always dropped, except for already applied versions. by @LucaBernstein [#10910][OPERATOR]
Thevpa
field (ineffective sincev1.102
) has been removed from theManagedSeed
API. by @rfranzke [#11047][OPERATOR]
Now "vali" contains the managed control plane logs from the early stages of shoot reconcile. by @nickytd [#11082]✨ New Features
[OPERATOR]
Gardener-Operator handles generic Gardener extensions in the Garden-Runtime cluster (type:Extension
). Such extensions can be configured viaspec.extensions
in theGarden
resource. by @timuthy [#11192][OPERATOR]
gardener-node-agent
now persists its applied changes after each step when reconciling the OSC. This should avoid unnecessary work and systemd unit restarts. by @maboehm [#10969][OPERATOR]
Add vpa histogram decay half-life parameters to the Shoot spec. by @voelzmo [#10959][OPERATOR]
The Gardener Admission Controller now implements a handler that can prevent tampering with systemSecret
s andConfigMap
s if they are labeled withgardener.cloud/update-restriction=true
. by @dimityrmirchev [#11108][OPERATOR]
Add flow and flow task metrics for timing duration, delay and result count to gardenlet metrics. by @LucaBernstein [#10967][USER]
Gardener now allows to omit or to only partially define the machine image version inshoot.Spec.Provider.Workers[].Machine.Image.Version
. The version will automatically be defaulted to the latest minor/patch version found in the referencedCloudProfile
. by @LucaBernstein [#10954][DEVELOPER]
The extension library now supports adding watches viaWatchBuilder
for other resources in the generic extension controller. by @domdom82 [#11064][DEVELOPER]
Add option to register flow metrics on monitoring registry. by @LucaBernstein [#10967][DEVELOPER]
A local setup for trying out, developing, and testing the autonomous shoot cluster functionality ofgardenadm
has been introduced. You can find the documentation here. by @rfranzke [#10977]🐛 Bug Fixes
[OPERATOR]
Gardener can now delete and migrate shoots that use dynamic node network allocation, even if the infrastructure creation has never been successfully completed. by @timebertt [#11038][OPERATOR]
An issue was fixed ingardener-operator
that prevented configuring OIDC forgardener-dashboard
while using Structured Authentication. by @timuthy [#11080][OPERATOR]
gardener-node-agent
does not restartcontainerd.service
on every OSC reconciliation anymore. by @oliver-goetz [#11120][USER]
Fix theNamespacedCloudProfile
status mutation. by @LucaBernstein [#11036][DEVELOPER]
Avoid callingGetCluster
for non-shoot namespaces inshootNotFailedPredicate
anddnsrecord
controller. by @MartinWeindel [#11123][DEVELOPER]
gardener-node-agent
deletes unit files and drop-ins only if it created them previously. by @oliver-goetz [#11015]🏃 Others
[USER]
Custom machine images and machine types inNamespacedCloudProfile
are not interfered by later added conflicting entries in the parentCloudProfile
. by @LucaBernstein [#11093][DEPENDENCY]
Thequay.io/kiwigrid/k8s-sidecar
image has been updated to1.29.0
. by @gardener-ci-robot [#11138][DEPENDENCY]
Thegardener/etcd-druid
image has been updated tov0.26.1
. Release Notes by @gardener-ci-robot [#11202][DEPENDENCY]
Thegcr.io/istio-release/pilot
image has been updated to1.23.4
. by @gardener-ci-robot [#11071][DEPENDENCY]
Theenvoyproxy/envoy
image has been updated tov1.33.0
. Release Notes by @gardener-ci-robot [#11167][DEPENDENCY]
Theregistry.k8s.io/ingress-nginx/controller-chroot
image has been updated tov1.12.0
. by @gardener-ci-robot [#11087][DEPENDENCY]
Thequay.io/kiwigrid/k8s-sidecar
image has been updated to1.28.4
. by @gardener-ci-robot [#11053][DEPENDENCY]
Thegardener/logging
image has been updated tov0.63.0
. Release Notes by @gardener-ci-robot [#11195][DEPENDENCY]
Theregistry.k8s.io/dns/k8s-dns-node-cache
image has been updated to1.24.0
. by @gardener-ci-robot [#11032][DEPENDENCY]
Thegardener/alpine-conntrack
image has been updated to3.21.0
. Release Notes by @gardener-ci-robot [#11023][DEPENDENCY]
Thegardener/dashboard
image has been updated to1.79.0
. Release Notes by @gardener-ci-robot [#11199][DEPENDENCY]
Thequay.io/prometheus/alertmanager
image has been updated tov0.28.0
. by @gardener-ci-robot [#11176][DEPENDENCY]
Theenvoyproxy/envoy
image has been updated tov1.32.3
. Release Notes by @gardener-ci-robot [#11068][DEPENDENCY]
Thegardener/ingress-default-backend
image has been updated to0.21.0
. Release Notes by @gardener-ci-robot [#11046][DEPENDENCY]
Thegardener/terminal-controller-manager
image has been updated tov0.34.0
. Release Notes by @gardener-ci-robot [#11212][DEPENDENCY]
Thegardener/alpine-conntrack
image has been updated to3.21.1
. Release Notes by @gardener-ci-robot [#11151][DEVELOPER]
Fix malformed file path error ongo get github.com/gardener/gardener@master
by @MartinWeindel [#11145][DEVELOPER]
drop unused codepath from component_descriptor creation script. by @ccwienk [#11124][DEVELOPER]
The images of the registry caches used in the extensions local setup are now updated to distribution/[email protected] rc.2. by @ialidzhikov [#11079][OPERATOR]
Add additional context to shoot admission DNS errors so that it is more obvious what should be changed. by @ScheererJ [#11022][OPERATOR]
Allow specifying the IP families for the shoot creation tests. by @ScheererJ [#11135][OPERATOR]
Switchvpa-recommender
back to the image built from the vertical-pod-autoscaler upstream repo . by @plkokanov [#11122][OPERATOR]
Thegardener-dashboard
configuration was enhanced in thegarden
API with fieldsgardenerDashboard.oidcConfig.clientIDPublic
andgardenerDashboard.oidcConfig.issuerURL
.Those are required to switch from the deprecated
kubeAPIServer.oidcConfig
tokubeAPIServer.structuredAuthentication
. by @timuthy [#11080][OPERATOR]
gardener-operator
now maintains a new conditionRequiredVirtual
forExtension
resources. The new condition indicates whether the extension is related to requiredControllerInstallation
s in the virtual garden cluster. by @timuthy [#11001][OPERATOR]
Add alerts for capped VPA recommendations by @vicwicker [#11136][OPERATOR]
Retry failedCluster
resource sync after otherwise successfulShoot
reconciliation. by @LucaBernstein [#11144][OPERATOR]
gardener-operator
restarts itself when thegarden
resource is deleted. This is required to stop controllers gracefully that depend on the existence of a virtual garden cluster. by @timuthy [#11058]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.111.0
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.111.0
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.111.0
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.111.0
Docker Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.111.0
europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.111.0
europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.111.0
europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.111.0
europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.111.0
europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.111.0
europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.111.0
europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.111.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.