From ef625342131a7ee53aed71761666fa6e00e8c3b6 Mon Sep 17 00:00:00 2001 From: SLO Generator <71889107+slo-generator-bot@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:09:15 +0100 Subject: [PATCH] chore(master): release 2.6.0 (#407) --- CHANGELOG.md | 14 ++++++++++++++ setup.cfg | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4448f3a6..7528eb22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.6.0](https://github.com/google/slo-generator/compare/v2.5.2...v2.6.0) (2024-02-16) + + +### Features + +* add Error Budget Consumed Ratio metric to reports and BigQuery exporter ([#416](https://github.com/google/slo-generator/issues/416)) ([3b1f636](https://github.com/google/slo-generator/commit/3b1f6361ee2fde12f96e2c82510bb9924c7898e0)) + + +### Bug Fixes + +* **ci:** pin `safety` to v2 as v3 causes unit tests to fail ([#423](https://github.com/google/slo-generator/issues/423)) ([5b44bad](https://github.com/google/slo-generator/commit/5b44bade26327ea5140990c2e4bdb5f814132ce1)) +* **deps:** bump version of `pip` to avoid known CVE ([#397](https://github.com/google/slo-generator/issues/397)) ([b1edb12](https://github.com/google/slo-generator/commit/b1edb1217f978dd32a0bc9768aed65c3563f4444)) +* **open_search:** change the way range is added to filters ([#400](https://github.com/google/slo-generator/issues/400)) ([c221464](https://github.com/google/slo-generator/commit/c2214644cc7ebd43e3b5385d21971088b03fdb38)) + ## [2.5.2](https://github.com/google/slo-generator/compare/v2.5.1...v2.5.2) (2023-11-10) diff --git a/setup.cfg b/setup.cfg index 09ed7a24..6edfd500 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ [metadata] name = slo-generator -version = 2.5.2 +version = 2.6.0 author = Google Inc. author_email = olivier.cervello@gmail.com maintainer = Laurent VAYLET