Docker images: grafana/rollout-operator:v0.29.0
and grafana/rollout-operator-boringcrypto:v0.29.0
Changelog
- [CHANGE] Rename flag
server.cluster-validation.http.exclude-paths
toserver.cluster-validation.http.excluded-paths
to align withdskit
. #247 - [ENHANCEMENT] Update Go to
1.25
#263 - [ENHANCEMENT] Updated dependencies, including: #236 #238 #242 #247 #257
github.com/prometheus/client_golang
fromv1.22.0
tov1.23.0
github.com/prometheus/common
fromv0.64.0
tov0.65.0
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
fromv0.60.0
tov0.62.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
fromv0.60.0
tov0.62.0
go.opentelemetry.io/otel
fromv1.36.0
tov1.37.0
go.opentelemetry.io/otel/trace
fromv1.36.0
tov1.37.0
golang.org/x/sync
fromv0.15.0
tov0.16.0
k8s.io/api
fromv0.33.1
tov0.33.3
k8s.io/apimachinery
fromv0.33.1
tov0.33.3
k8s.io/client-go
fromv0.33.1
tov0.33.3
- [ENHANCEMENT] Automatically patch validating and mutating rollout-operator webhooks with the self-signed CA if they are created or modified after the rollout-operator starts. #262, #273
- [ENHANCEMENT] Support for zone and partition aware pod disruption budgets, enabling finer control over pod eviction policies. #253
- [BUGFIX] Always configure HTTP client with a timeout. #240
- [BUGFIX] Use a StatefulSet's
.spec.serviceName
when constructing the delayed downscale endpoint for a pod. #258