Skip to content

Commit

Permalink
version: bump to v1.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
  • Loading branch information
galexrt committed Feb 2, 2022
1 parent 0eaacee commit c04ed50
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.12.0 / 2022-02-02

* [ENHANCEMENT] Added Pdisk Remaining Rated Write Endurance Metric by @adityaborgaonkar

## 1.11.1 / 2021-10-12

* [ENHANCEMENT] update go version to 1.16
Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,24 @@ See [Troubleshooting doc page](docs/troubleshooting.md).
Golang version `1.16` is used for testing and building the dellhw_exporter.

`go mod` is used for "vendoring" of the dependencies.

### Creating a new Release

1. Update the version in the [`VERSION` file](VERSION).
2. Create an entry in the [`CHANGELOG.md` file](CHANGELOG.md).
Example of a changelog entry:
```
## 1.12.0 / 2022-02-02
* [ENHANCEMENT] Added Pdisk Remaining Rated Write Endurance Metric by @adityaborgaonkar
* [BUGFIX] ci: fix build routine issues
```
The following "kinds" of entries can be added:
* `CHANGE`
* `FEATURE`
* `ENHANCEMENT`
* `BUGFIX`
3. Commit the version increase with a commit messages in format: `version: bump to v1.12.0`
4. Create the `git` tag using `git tag v1.12.0`
5. Now push the changes and commit using `git push && git push --tags`
6. In a few minutes the new release should be available for "approval" under the [releases section](https://github.com/galexrt/dellhw_exporter/releases). Edit and save the release on GitHub and the release is complete.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0

0 comments on commit c04ed50

Please sign in to comment.