Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
Bear with me, while I figure out the new release process here :)
  • Loading branch information
bitfehler committed Feb 21, 2022
1 parent 8f3072a commit a3d8f40
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
27 changes: 20 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,48 @@
## v1.4.0 / 2021-06-01
## 1.5.1 / 2022-02-21

* Bugfix release for the release process itself :)

## 1.5.0 / 2022-02-21

* move to prometheus-community
* new build system and (hopefully) the docker namespace
* some fan sensors that measure in "percent of maximum rotation speed" now show
up as fans (previously generic sensors)

Thanks a lot to all the contributors and sorry for the long wait!

## 1.4.0 / 2021-06-01

* Includes a lot of refactoring under the hood
* Add ability to customize the commands executed by the collectors - see the sample config for some examples.

## v1.3.2 / 2021-02-22
## 1.3.2 / 2021-02-22

* Fixes in the `bmc` collector for systems which do not support retrieving the system firmware revision (see #57)
* Fix for sensors returning multiple events formatted as a string with questionable quoting (see #62)
* Use latest go builder container for the Docker image

## v1.3.1 / 2020-10-22
## 1.3.1 / 2020-10-22

* Fix #57 - that's all :slightly_smiling_face:

## v1.3.0 / 2020-07-26
## 1.3.0 / 2020-07-26

* New `sm-lan-mode` collector to get the ["LAN mode" setting](https://www.supermicro.com/support/faqs/faq.cfm?faq=28159) on Supermicro BMCs (not enabled by default)
* Added "system firmware version" (i.e. the host's BIOS version) to the BMC info metric
* Update all dependencies

## v1.2.0 / 2020-04-22
## 1.2.0 / 2020-04-22

* New `sel` collector to get number of SEL entries and free space
* Update all dependencies

## v1.1.0 / 2020-02-14
## 1.1.0 / 2020-02-14

* Added config option for FreeIPMI workaround-flags
* Added missing documentation bits around `ipmi-chassis` usage
* Updated dependencies to latest version

## v1.0.0 / 2019-10-18
## 1.0.0 / 2019-10-18

Initial release.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.5.1

0 comments on commit a3d8f40

Please sign in to comment.