Skip to content

v0.5.0

Compare
Choose a tag to compare
@pintohutch pintohutch released this 24 Oct 17:50
· 560 commits to main since this release
14c288e

We have just released version 0.5.0 of our managed collection for Kubernetes.

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 will be upgraded on a rolling basis, with 1.24 upgrading right now and older clusters starting next week. This release has no impact on self-deployed collection users.

Separately, PromQL is now available within the Cloud Monitoring console.

Changes in managed collection v0.5.0:

  • A managed Alertmanager deployment now comes out-of-the-box. This can be configured through the OperatorConfig.managedAlertmanager field. See the documentation for instructions on how to configure the managed AlertManager.
  • Move the collector and rule-evaluator manifests out of the operator control loop. This allows for more fine-grained customization of the managed resources, while letting the operator configure them at runtime.
  • Permit setting managed collection metrics compression in the OperatorConfig.
  • Support basic authentication in the GMP frontend.
  • Add init containers to prevent collector and rule-evaluator transient crashes on start-up.
  • Scope operator controller watch and limit RBAC permissions of the operator service account.