Skip to content

Commit f16e982

Browse files
Merge pull request #28 from nicholasmhughes/release/v2.1.0
release v2.1.0
2 parents 14787e8 + a90e56b commit f16e982

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff 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

changelog/26.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@
123123

124124
autosummary_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

0 commit comments

Comments
 (0)