Skip to content

v0.29.0

Latest
Compare
Choose a tag to compare
@andyasp andyasp released this 26 Aug 20:34
· 2 commits to main since this release
v0.29.0
87827e8

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 to server.cluster-validation.http.excluded-paths to align with dskit. #247
  • [ENHANCEMENT] Update Go to 1.25 #263
  • [ENHANCEMENT] Updated dependencies, including: #236 #238 #242 #247 #257
    • github.com/prometheus/client_golang from v1.22.0 to v1.23.0
    • github.com/prometheus/common from v0.64.0 to v0.65.0
    • go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from v0.60.0 to v0.62.0
    • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from v0.60.0 to v0.62.0
    • go.opentelemetry.io/otel from v1.36.0 to v1.37.0
    • go.opentelemetry.io/otel/trace from v1.36.0 to v1.37.0
    • golang.org/x/sync from v0.15.0 to v0.16.0
    • k8s.io/api from v0.33.1 to v0.33.3
    • k8s.io/apimachinery from v0.33.1 to v0.33.3
    • k8s.io/client-go from v0.33.1 to v0.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