-
Notifications
You must be signed in to change notification settings - Fork 10
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 dependencies (minor) #360
Open
gardener-ci-robot
wants to merge
1
commit into
master
Choose a base branch
from
renovate/dependencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ℹ 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. |
990aa76
to
a0c6268
Compare
a0c6268
to
3d2ae5c
Compare
3d2ae5c
to
9727f14
Compare
9727f14
to
6948f14
Compare
6948f14
to
b4eb699
Compare
b4eb699
to
9f05079
Compare
9f05079
to
f8861a0
Compare
f8861a0
to
1495260
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/enhancement
Enhancement, improvement, extension
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
needs/review
Needs review
needs/second-opinion
Needs second review by someone else
size/l
Size of pull request is large (see gardener-robot robot/bots/size.py)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.110.4
->v1.112.1
v0.25.0
->v0.26.0
Release Notes
gardener/gardener (github.com/gardener/gardener)
v1.112.1
Compare Source
[gardener/gardener]
🐛 Bug Fixes
[OPERATOR]
SpecifyingSeed
labels inManagedSeed.spec.gardenlet.config.seedConfig.metadata.labels
is fixed. by @timebertt [#11368]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.112.1
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.112.1
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.112.1
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.112.1
Docker Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.112.1
europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.112.1
europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.112.1
europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.112.1
europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.112.1
europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.112.1
europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.112.1
europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.112.1
v1.112.0
Compare Source
v1.111.2
Compare Source
[gardener/gardener]
🐛 Bug Fixes
[OPERATOR]
A bug preventing the deletion of Shoots that previously failed to create due to an erroneouskube-apiserver
has been fixed. by @shafeeqes [#11296][OPERATOR]
A bug which leads to a gardenlet nil pointer exception when running shoot deletion or migration flow for shoots whereshoot.status.networking == nil
has been fixed. by @oliver-goetz [#11307][OPERATOR]
A bug which might lead to duplicate config entries fornode-agent-authorizer
webhook has been fixed. by @oliver-goetz [#11302]🏃 Others
[DEPENDENCY]
Thegardener/machine-controller-manager
image has been updated tov0.56.0
. Release Notes by @gardener-ci-robot [#11299][DEPENDENCY]
Thegardener/autoscaler
image has been updated tov1.30.2
. Release Notes by @gardener-ci-robot [#11298]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.111.2
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.111.2
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.111.2
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.111.2
Docker Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.111.2
europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.111.2
europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.111.2
europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.111.2
europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.111.2
europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.111.2
europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.111.2
europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.111.2
v1.111.1
Compare Source
[gardener/gardener]
✨ New Features
[DEVELOPER]
A wrapper function forOperatingSystemConfig
provisioning bash script has been implemented. Using the wrapper ensures that the script exits early in case it has been executed successfully before. by @oliver-goetz [#11257]🏃 Others
[DEPENDENCY]
Thegardener/dashboard
image has been updated to1.79.1
. Release Notes by @gardener-ci-robot [#11262][OPERATOR]
An issue has been fixed that caused thegarden
reconciliation to stop when structured authentication was used in combination with the gardener-dashboardoidcConfig
. by @timuthy [#11233][DEVELOPER]
testing framework: The RootPodExecutor no longer requires output from command execution to interpret the command execution as successful. by @ialidzhikov [#11253]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.111.1
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.111.1
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.111.1
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.111.1
Docker Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.111.1
europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.111.1
europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.111.1
europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.111.1
europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.111.1
europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.111.1
europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.111.1
europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.111.1
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.