Skip to content

Commit a11b3b5

Browse files
author
Anton Kucherov
committed
Preparing release 0.9.0.
1 parent 34ea112 commit a11b3b5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99
### Changed
1010

11+
### Added
12+
13+
### Fixed
14+
15+
## [0.9.0]
16+
### Changed
17+
1118
### Added
1219
- [PMM-4131](https://jira.percona.com/browse/PMM-4131): Added missing features from [dcu/mongodb_exporter](https://github.com/dcu/mongodb_exporter). See list below.
1320
- New metrics:
@@ -18,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1825

1926
### Fixed
2027
- [PMM-4427](https://jira.percona.com/browse/PMM-4427): Panic when read rocksdb status, txh [@lijinglin2019](https://github.com/lijinglin2019).
28+
- [PMM-4583](https://jira.percona.com/browse/PMM-4583): Fix panic when GetTotalChunksByShard (#158), txh [@lijinglin2019](https://github.com/lijinglin2019).
2129

2230
## [0.8.0]
2331
### Changed
@@ -141,7 +149,8 @@ with source code locations.
141149
### Added
142150
- First tagged version.
143151

144-
[Unreleased]: https://github.com/percona/mongodb_exporter/compare/v0.8.0...HEAD
152+
[Unreleased]: https://github.com/percona/mongodb_exporter/compare/v0.9.0...HEAD
153+
[0.9.0]: https://github.com/percona/mongodb_exporter/compare/v0.8.0...v0.9.0
145154
[0.8.0]: https://github.com/percona/mongodb_exporter/compare/v0.7.1...v0.8.0
146155
[0.7.1]: https://github.com/percona/mongodb_exporter/compare/v0.7.0...v0.7.1
147156
[0.7.0]: https://github.com/percona/mongodb_exporter/compare/v0.6.3...v0.7.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.9.0

0 commit comments

Comments
 (0)