chore(deps): update all non-major dependencies - #417
Conversation
ℹ️ Artifact update noticeFile name: cli/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
Review 2026-09-05 (agent-run, recorded for the codeowner who has to approve this: every gated path here, Unblocked: the failing Before merging, two bumps need a human decision:
Lower-risk notes: |
Decision brief on the two parked entriesInvestigated both against the live cluster and the charts' own source. Both parked premises turn out to be wrong or inverted, and both upgrades are safe to take. Opening them as two separate PRs rather than unparking them here, so a failure stays attributable. argo-cd 10.4.1 → 10.8.0 — the new controller livenessProbe is off by defaultThe chart ships it disabled, with its own comment citing the upstream reason: livenessProbe:
enabled: false # Argo CD removed this probe deliberately because
# restarting an overloaded controller usually makes things worseThe StatefulSet template wraps it in
Everything else in the values diff is additive and unused here (VPA startup boost, redis-ha sentinel hook, redis hostNetwork, redis-exporter tag). Self-management, since ArgoCD applies itself: the pods will restart, but from the nginx-gateway-fabric 2.6.7 → 2.7.0 — the CRD gap is real, but this cluster is already in that state and it does not failThe cluster runs Gateway API bundle v1.1.0, experimental channel ( NGF's On TCPRoute/UDPRoute specifically: 2.7.0 moved them out of the experimental-features block and gated them on the Kind absent at Rendered chart delta: images to 2.7.0, two new controller args that equal current implicit defaults ( The actual cost is traffic, not CRDs. The data-plane DaemonSet is created by the controller, not Helm, and will roll all 5 pods at Deliberately not bundledGateway API v1.1.0 → v1.6.1 is a five-minor jump that changes served/storage versions on RollbackBoth are a one-line revert of Not verifiedTwo things inferred rather than executed: that ArgoCD deletes the cert-generator hook RBAC at PreSync-phase completion rather than immediately (worth eyeballing on the first NGF sync — if it were immediate, the Job could lose its RBAC mid-run), and that a controller restart mid-sync leaves a 🤖 Generated with Claude Code |
d236495 to
7747c6c
Compare
This PR contains the following updates:
10.8.0→10.8.213.2.1→13.2.20.40.0→0.41.0v1.1.0→v1.6.2Release Notes
argoproj/argo-helm (argo-cd)
v10.8.2Compare Source
v10.8.1Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: argoproj/argo-helm@argo-events-2.4.26...argo-cd-10.8.1
grafana-community/helm-charts (grafana)
v13.2.2Compare Source
Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.
What's Changed
New Contributors
Full Changelog: grafana-community/helm-charts@loki-13.2.1...loki-13.2.2
kubernetes-sigs/gateway-api (kubernetes-sigs/gateway-api)
v1.6.2Compare Source
v1.6.2
Major Changes Since v1.6.1
Bug or Regression
Other (Cleanup or Flake)
TCPRouteWeightedRoutingandUDPRouteWeightedRoutingconformance tests by adding a data-plane readiness check before performing weighted routing assertions. (#5064, @arybolovlev)FailFastnot working as expected (#5204, @zirain)v1.6.1Compare Source
v1.6.1
Major Changes Since v1.6.0
Test & Conformance
TCPRouteMultipleRoutesAttachment. (#5053, @davidjumani)CleanupTestResourcesforBackendTLSPolicy,TCPRouteMultipleRoutesAttachmentandUDPRouteMultipleRoutesAttachment(#5065, @snorwin)SetupTimeoutConfig()not respecting defaults forListenerSetMustHaveCondition,ListenerSetListenersMustHaveConditions, andRequiredConsecutiveSuccesses. (#5066, @immanuwell)tcpRouteMustHaveConditionandudpRouteMustHaveConditiontimeouts which were silently ignore. (#5067, @immanuwell)Other (Cleanup or Flake)
GatewayStaticAddressestest flake by waiting for status.addresses to be published instead of assuming it appears atomically with Programmed. (#5038, @howardjohn)GatewayInfrastructuretest flake by polling for generated infrastructure resources instead of assuming immediate visibility after the gateway is accepted. (#5047, @howardjohn)TCPRouteWeightedRoutingandUDPRouteWeightedRoutingconformance tests by adding a data-plane readiness check before performing weighted routing assertions. (#5064, @arybolovlev)v1.6.0Compare Source
v1.6.0
Changes Since v1.5.1
GEP & API Graduation
XBackendresource into Experimental status (#4488, @keithmattix)Feature
retry.codesmust now be unique andretry.attemptsmust be >= 1. (#4907, @snorwin)8to16. (#4088, @root30)idleTimeoutfield from the experimental SessionPersistence API. (#4771, @gcs278)Documentation
ListenersNotValidprogrammed reason for listenerSets. (#4586, @davidjumani)allowCredentialsinstead of credentialed requests. (#4663, @snorwin)Bug or Regression
GatewayFrontendClientCertificateValidationInsecureFallback,GatewayFrontendClientCertificateValidation, andGatewayFrontendInvalidDefaultClientCertificateValidationfailing on IPv6 clusters. (#4636, @zirain)GatewayFrontendInvalidDefaultClientCertificateValidationfailing on IPv6 clusters. (#4629, @zirain)omitemptywithomitzeroforsupportedKindsin ListenerStatus to preserve backward compatibility for controllers reconciling older Gateway API versions. (#4551, @snorwin)filtersoftypeCORS. (#4639, @DamianSawicki)referencegrant.specfield required. (#4845, @bexxmodd)Test & Conformance
ListenerSetAllowedRoutesCrossNamespacewhich verifies that a ListenerSet only allows routes in its own namespace by default. (#4841, @asauber)Acceptedcondition with reasonListenersNotValidand the ListenerAcceptedcondition with reasonUnsupportedProtocol. (#4807, @snorwin)GatewayInvalidParametersRefthat verifies a Gateway referencing an invalid parameters is rejected. (#4808, @snorwin)ExpectMirroredRequestnow starts its log window before the requests are sent, so mirrors are not missed on high-latency data planes. (#4952, @lexfrei)DefaultPollInterval. (#4570, @howardjohn)Options.GRPCClient; it closes only theDefaultClientit creates internally. This lets implementations reuse a custom gRPC client across requests. (#4953, @lexfrei)conflicted=falsecondition is not required anymore in the listener status for non-conflicted listeners. (#4642, @zhaohuabing)What's Changed
j2_line_comment_prefixback to mkdocs configuration by @JoeyC-Dev in #4822New Contributors
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.