Skip to content

Commit

Permalink
chore(master): release 2.3.0 (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Vaylet <[email protected]>
  • Loading branch information
slo-generator-bot and lvaylet authored Oct 24, 2022
1 parent 2fea289 commit e8d240a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [2.3.0](https://github.com/google/slo-generator/compare/v2.2.0...v2.3.0) (2022-10-24)


### Features

* add Cloud Monitoring MQL backend ([#245](https://github.com/google/slo-generator/issues/245)) ([159f4d5](https://github.com/google/slo-generator/commit/159f4d5f93fd389f991fd1df3981ab28a2a80572))
* add Prometheus Self exporter for API mode ([#209](https://github.com/google/slo-generator/issues/209)) ([53c0fdf](https://github.com/google/slo-generator/commit/53c0fdfb1030b84ca7ec11e2c54ab2d22cb046f4))
* add pytype linting ([#249](https://github.com/google/slo-generator/issues/249)) ([b622d09](https://github.com/google/slo-generator/commit/b622d098a1f489988c8f4b2e92f52e87cad703bc))


### Bug Fixes

* add timeFrame to retrieve_slo dynatrace ([#212](https://github.com/google/slo-generator/issues/212)) ([2db0140](https://github.com/google/slo-generator/commit/2db01404e1b9e9d216a26f987fbc5531092312ea))
* make unit tests pass again with elasticsearch 8.x client ([#223](https://github.com/google/slo-generator/issues/223)) ([39dd26c](https://github.com/google/slo-generator/commit/39dd26cb7197fdae0c4cb6f4fbc6808053615a37))
* prevent gcloud crash with python 3.10 during release workflow ([39a257e](https://github.com/google/slo-generator/commit/39a257e7244c53990063fb63f0edf88cfbb30681))
* remove useless and unknown Pylint options ([#247](https://github.com/google/slo-generator/issues/247)) ([5053251](https://github.com/google/slo-generator/commit/50532511b4de13becabd5b78d92eb32d59fefde7))
* support custom exporters ([#235](https://github.com/google/slo-generator/issues/235)) ([b72b8f4](https://github.com/google/slo-generator/commit/b72b8f46d33b42ceb805c45eccdd7275c5495dd9))
* update "Development Status" classifier ([c82eea3](https://github.com/google/slo-generator/commit/c82eea3a843dadf8720e8c828b2eaed0064eee4e))


### Documentation

* add missing 'method' field in readme ([#213](https://github.com/google/slo-generator/issues/213)) ([5d2a9a0](https://github.com/google/slo-generator/commit/5d2a9a00ba3cb45b2fe1d5144e4aee735abaf655))
* add Python 3.9 classifier ([#226](https://github.com/google/slo-generator/issues/226)) ([83c36b9](https://github.com/google/slo-generator/commit/83c36b93693d4d6cb231ba38c5ea3ea0c8e01c2a))
* document how to write and configure filters in Cloud Monitoring provider ([#266](https://github.com/google/slo-generator/issues/266)) ([29ab2e1](https://github.com/google/slo-generator/commit/29ab2e1dc043bbaa5203c2b5219e474d292fe7f9))

## [2.2.0](https://www.github.com/google/slo-generator/compare/v2.1.0...v2.2.0) (2022-02-02)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[metadata]
name = slo-generator
version = 2.2.0
version = 2.3.0
author = Google Inc.
author_email = [email protected]
maintainer = Laurent VAYLET
Expand Down

0 comments on commit e8d240a

Please sign in to comment.