We have just released version v0.15.1 of our managed collection for Kubernetes and v2.45.3-gmp.10-gke.0 of self-deployed collection.
Users who deploy managed collection using kubectl should reapply the manifests in the documentation. Users who deploy the service using gcloud or the GKE UI are being upgraded on clusters running version 1.32 or newer. Self-deployed collection users should upgrade their binaries to use v2.45.3-gmp.10-gke.0.
Changes in managed collection v0.15.1 (compared to 0.14.0):
[SECURITY] Upgraded Go dependencies.
[ENHANCEMENT] Switched to Google maintained google-go.pkg.dev/golang
images for building Go code.
[ENHANCEMENT] By default operator configures collection relabelling to add top_level_controller
and top_level_controller_type
labels that tracks the controller type and name for pod workloads. For example a pod from the deployment dpl-foo
should have top_level_controller="dpl-foo", top_level_controller_type="Deployment"
labels added to all metrics.
Changes in self-deployed collection v2.45.3-gmp.10-gke.0:
[SECURITY] Upgraded Go and UI dependencies.