Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog to prepare for version 1.0.0 tag #126

Merged
merged 1 commit into from
Nov 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## [v1.0.0](https://github.com/HewlettPackard/lustre_exporter/tree/v1.0.0) (2017-11-16)
[Full Changelog](https://github.com/HewlettPackard/lustre_exporter/compare/v1.0.0-rc.1...v1.0.0)

**Implemented enhancements:**

- Introduce "Core" and "Extended" as flag concepts [\#116](https://github.com/HewlettPackard/lustre_exporter/issues/116)

**Closed issues:**

- Feature request: Switch to kingpin [\#120](https://github.com/HewlettPackard/lustre_exporter/issues/120)
- Feature request: -collector Options [\#119](https://github.com/HewlettPackard/lustre_exporter/issues/119)
- client: label dimensions inconsistent with previously collected metrics in the same metric family [\#100](https://github.com/HewlettPackard/lustre_exporter/issues/100)

**Merged pull requests:**

- Add systemd directory for service files [\#124](https://github.com/HewlettPackard/lustre_exporter/pull/124) ([joehandzik](https://github.com/joehandzik))
- Clean up simple lint error [\#123](https://github.com/HewlettPackard/lustre_exporter/pull/123) ([joehandzik](https://github.com/joehandzik))
- Add double-dash to example flags [\#122](https://github.com/HewlettPackard/lustre_exporter/pull/122) ([joehandzik](https://github.com/joehandzik))
- Support Kingpin and improve help text [\#121](https://github.com/HewlettPackard/lustre_exporter/pull/121) ([joehandzik](https://github.com/joehandzik))
- Labeling overhaul [\#118](https://github.com/HewlettPackard/lustre_exporter/pull/118) ([joehandzik](https://github.com/joehandzik))
- Change flag behavior to introduce metric priority levels [\#117](https://github.com/HewlettPackard/lustre_exporter/pull/117) ([joehandzik](https://github.com/joehandzik))
- Update version and CHANGELOG [\#115](https://github.com/HewlettPackard/lustre_exporter/pull/115) ([joehandzik](https://github.com/joehandzik))

## [v1.0.0-rc.1](https://github.com/HewlettPackard/lustre_exporter/tree/v1.0.0-rc.1) (2017-07-31)
[Full Changelog](https://github.com/HewlettPackard/lustre_exporter/compare/v0.01.0...v1.0.0-rc.1)

Expand Down