diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe0b33..e37b075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,49 +4,57 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog -# Saltext.Prometheus 2.0.3 (2023-08-14) +## 2.1.0 (2024-02-22) + + +### Fixed + +- Fix `salt_aborted` metric lacking a state label [#26](https://github.com/salt-extensions/saltext-prometheus/issues/26) + + +## 2.0.3 (2023-08-14) ### Fixed - Fix salt deps by removing them (#22) -# Saltext.Prometheus 2.0.2 (2023-03-13) +## 2.0.2 (2023-03-13) ### Fixed - Fix mode set to int octal instead of octal notation (#21) -# Saltext.Prometheus 2.0.1 (2023-03-12) +## 2.0.1 (2023-03-12) ### Fixed - Fix KeyError thrown when requiring state is not run (#20) -# Saltext.Prometheus 2.0.0 (2022-10-13) +## 2.0.0 (2022-10-13) ### Added - Add ability to use prometheus_client library (#2) -# Saltext.Prometheus 1.1.1 (2022-05-04) +## 1.1.1 (2022-05-04) ### Added - Hide raw version numbers to normalize data on release version (#6) -# Saltext.Prometheus 1.0.1 (2022-03-18) +## 1.0.1 (2022-03-18) ### Fixed - Fix textfile output to view None result as success (#3) -# Saltext.Prometheus 1.0.0 (2022-01-29) +## 1.0.0 (2022-01-29) ### Added diff --git a/changelog/26.fixed.md b/changelog/26.fixed.md deleted file mode 100644 index 952edd1..0000000 --- a/changelog/26.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix salt_aborted metric lacking a state label diff --git a/docs/conf.py b/docs/conf.py index df51f80..48fc30d 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,8 +123,6 @@ autosummary_generate = False -suppress_warnings = ["myst.header"] - # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for