Skip to content

v0.40.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Sep 08:33
v0.40.0
02265a4

Docker images: grafana/rollout-operator:v0.40.0 and grafana/rollout-operator-boringcrypto:v0.40.0

Changelog

  • [CHANGE] ZPDB cross-zone eviction delays use the Pod Ready condition's lastTransitionTime instead of the grafana.com/ready-time annotation, eliminating annotation PATCH requests and measuring the delay from Kubernetes readiness transitions. The -zpdb.pod-ready-annotation-patch-timeout flag is deprecated, has no effect, and logs a warning when supplied. #498
  • [ENHANCEMENT] Update Go to 1.27 #494
  • [ENHANCEMENT] Updated dependencies, including: #491
    • github.com/stretchr/testify from v1.12.0 to v1.12.1
    • k8s.io/api from v0.36.3 to v0.36.4
    • k8s.io/apiextensions-apiserver from v0.36.3 to v0.36.4
    • k8s.io/apimachinery from v0.36.3 to v0.36.4
    • k8s.io/client-go from v0.36.3 to v0.36.4
  • [ENHANCEMENT] Updated dependencies to address CVEs, including: #501 #502