Skip to content

Releases: galexrt/dellhw_exporter

1.13.1 / 2023-12-07

07 Dec 00:37
361d5fc
Compare
Choose a tag to compare

1.13.0 / 2023-12-07

07 Dec 00:37
fd04177
Compare
Choose a tag to compare
1.13.0 / 2023-12-07 Pre-release
Pre-release

Container image build failed for this release, please use 1.13.1 instead!

1.12.2 / 2022-05-31

14 Nov 17:11
b1fa769
Compare
Choose a tag to compare

1.12.1 / 2022-05-04

04 May 11:17
9e1a2a5
Compare
Choose a tag to compare
  • [ENHANCEMENT] update deps to latest version
  • [ENHANCEMENT] updated minimum go version to 1.18

1.12.0 / 2022-02-02

02 Feb 11:01
c04ed50
Compare
Choose a tag to compare
  • [ENHANCEMENT] Added Pdisk Remaining Rated Write Endurance Metric by @AdityaBorgaonkar

1.11.0 / 2021-09-12

12 Sep 15:17
f82cb04
Compare
Choose a tag to compare
  • [ENHANCEMENT] add vdisk raid level metric
    • This adds dell_hw_storage_vdisk_raidlevel metric, which holds the RAID
      level of the VDISK.
      Additionally the controller ID label was added to some metrics missing
      it. Resolves #8

1.10.0 / 2021-08-30

30 Aug 11:16
db1a556
Compare
Choose a tag to compare
  • [ENHANCEMENT] add pdisk "predicted failure" metric

1.8.0 / 2020-10-07

06 Oct 22:09
bd35648
Compare
Choose a tag to compare
  • [ENHANCEMENT] Windows Service Support
  • [ENHANCEMENT] Kubernetes Helm chart

1.7.0 / 2020-09-29

29 Sep 10:30
de296a8
Compare
Choose a tag to compare
  • [ENHANCEMENT] Metric results can be cached to improve performance.
    • Thanks to @Phil1602 for adding this as a feature!
  • [ENHANCEMENT] The default value of the --collectors-omreport flag is now dependent on the OS for Linux and Windows.
  • [ENHANCEMENT] Enabled windows/amd64 release binary builds.
  • [ENHANCEMENT] Golang 1.15 is used by default for CI and build.
  • [ENHANCEMENT] Updated LICENSE file and go code file headers.
  • [ENHANCEMENT] Created documentation page using mkdocs, available at dellhw-exporter.galexrt.moe.

Docker images are available from Docker Hub and Quay.io.

1.6.0 /2020-06-09

09 Jun 17:49
b253f67
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add support for firmware versions #43 (PR #44).
    • Thanks to @sfudeus for implementing this!
  • [ENHANCEMENT] docker: added expose for 9137/tcp exporter port