File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -4,49 +4,57 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH
44
55# Changelog
66
7- # Saltext.Prometheus 2.0.3 (2023-08-14)
7+ ## 2.1.0 (2024-02-22)
8+
9+
10+ ### Fixed
11+
12+ - Fix ` salt_aborted ` metric lacking a state label [ #26 ] ( https://github.com/salt-extensions/saltext-prometheus/issues/26 )
13+
14+
15+ ## 2.0.3 (2023-08-14)
816
917### Fixed
1018
1119- Fix salt deps by removing them (#22 )
1220
1321
14- # Saltext.Prometheus 2.0.2 (2023-03-13)
22+ ## 2.0.2 (2023-03-13)
1523
1624### Fixed
1725
1826- Fix mode set to int octal instead of octal notation (#21 )
1927
2028
21- # Saltext.Prometheus 2.0.1 (2023-03-12)
29+ ## 2.0.1 (2023-03-12)
2230
2331### Fixed
2432
2533- Fix KeyError thrown when requiring state is not run (#20 )
2634
2735
28- # Saltext.Prometheus 2.0.0 (2022-10-13)
36+ ## 2.0.0 (2022-10-13)
2937
3038### Added
3139
3240- Add ability to use prometheus_client library (#2 )
3341
3442
35- # Saltext.Prometheus 1.1.1 (2022-05-04)
43+ ## 1.1.1 (2022-05-04)
3644
3745### Added
3846
3947- Hide raw version numbers to normalize data on release version (#6 )
4048
4149
42- # Saltext.Prometheus 1.0.1 (2022-03-18)
50+ ## 1.0.1 (2022-03-18)
4351
4452### Fixed
4553
4654- Fix textfile output to view None result as success (#3 )
4755
4856
49- # Saltext.Prometheus 1.0.0 (2022-01-29)
57+ ## 1.0.0 (2022-01-29)
5058
5159### Added
5260
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 123123
124124autosummary_generate = False
125125
126- suppress_warnings = ["myst.header" ]
127-
128126# -- Options for HTML output -------------------------------------------------
129127
130128# The theme to use for HTML and HTML Help pages. See the documentation for
You can’t perform that action at this time.
0 commit comments