Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@pintohutch pintohutch released this 10 Oct 19:44
· 41 commits to main since this release

We have just released version v0.14.0 of our managed collection for Kubernetes and v2.45.3-gmp.9-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.31 or newer. Self-deployed collection users should upgrade their binaries to use v2.45.3-gmp.9-gke.0.

Changes in managed collection v0.14.0:

  • [SECURITY] Use scale subresource to update replica counts.
  • [SECURITY] Do not automount initcontainer service account token in Managed Alertmanager.
  • [SECURITY] Remove operator RBAC permissions to update managed collector, rule-evaluator, and alertmanager deployments.
  • [ENHANCEMENT] Add mdox formating and binary flag doc autogen for better READMEs for our binaries.
  • [ENHANCEMENT] Prevent collector pod restarts on startup.
  • [ENHANCEMENT] Default OperatorConfig's external labels for project_id, location, and cluster from values passed to or auto-discovered by the operator to be explicit about relabeling.
  • [ENHANCEMENT] Default to Google Cloud links for Alerts in Managed Alertmanager.
  • [ENHANCEMENT] Allow updating collector, rule-evaluator, and alertmanager options at runtime.
  • [ENHANCEMENT] Add samples sent error counter gcm_export_samples_sent_errors_total when encountering errors on export.
  • [ENHANCEMENT] Allow GRAFANA_SERVICE_ACCOUNT_TOKEN environment variable for datasource-syncer
  • [ENHANCEMENT] Use protobuf encoding for core K8s API communication
  • [BUGFIX] cadvisor and kubelet ClusterNodeMonitoring examples regex fix.

Changes in self-deployed collection v2.45.3-gmp.9-gke.0:

  • [ENHANCEMENT] Google Cloud settings can now be configured via the config file. This allows operators to update Prometheus without needing DaemonSet PATCH/UPDATE RBAC permissions.