Skip to content

v0.83.0

Compare
Choose a tag to compare
@n9-machine-user n9-machine-user released this 17 Jul 12:41
· 161 commits to refs/heads/main since this release
9f5fce6

What's Changed

🚀 Features

  • feat: PC-13045 Good total single query experimental support (#458) @marcinlawnik
  • feat: Define manifest objects examples in code (#477) @nieomylnieja

    Added extended examples to the v1alpha objects with different
    configuration variants.

  • feat: Add Alert Method types (#475) @nieomylnieja

    Added AlertMethod.Spec.GetType() function and
    v1alpha.AlertMethodType enum to help discern different types of alert
    methods.

  • feat: PC-12940/PC-12941 Allow to configure budget drop condition type (#423) @nobl9-adam-szymanski
  • feat: PC-13027 PC-13029 Add Azure Monitor managed service for Prometh… (#437) @dawidwisn

    Added Azure Monitor managed service for Prometheus Agent, and Metric
    Spec extending both v1alpha.Agent.Spec and v1alpha.SLO.MetricSpec.

🐞 Bug Fixes

  • fix: Double quoted JSON handling (#471) @nieomylnieja

    Fixed incorrect handling of double quoted JSON literals which caused
    errors when unmarshaling CloudWatch v1alpha SLOs
    with certain json queries.

  • fix: composite slo name and displayName validation [PC-12850] (#445) @nikodemrafalski

🧰 Maintenance

49 changes