Skip to content

Latest commit

 

History

History
95 lines (56 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

95 lines (56 loc) · 2.63 KB

1.12.2 / 2022-05-31

  • [SECURITY] update gopkg.in/yaml.v3 to v3.0.1 (CVE-2022-28948)

1.12.1 / 2022-05-04

  • [ENHANCEMENT] update deps to latest version
  • [ENHANCEMENT] updated minimum go version to 1.18

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

1.11.0 / 2021-09-12

  • [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

  • [ENHANCEMENT] add pdisk "predicted failure" metric

1.9.0 / 2021-08-29

  • [ENHANCEMENT] update go version and deps

1.8.0 / 2020-10-07

  • [ENHANCEMENT] Windows Service Support
  • [ENHANCEMENT] Kubernetes Helm chart

1.7.0 / 2020-09-29

  • [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.

1.6.0 / 2020-06-09

  • [ENHANCEMENT] Add support for firmware versions #43 (PR #44).
    • Thanks to @sfudeus for implementing this!
  • [ENHANCEMENT] docker: added expose for 9137/tcp exporter port

1.5.19 / 2020-06-07

  • [BUGFIX] ci: debug using tmate action

1.5.18 / 2020-06-07

  • [BUGFIX] ci: debug using tmate action

1.5.17 / 2020-06-07

  • [BUGFIX] ci: fix build routine issues #42

1.5.16 / 2020-06-07

  • [ENHANCEMENT] ci: no need to specify docker build dir

1.5.15 / 2020-06-07

  • [ENHANCEMENT] docker: fix copy path for binary

1.5.14 / 2020-06-07

  • [ENHANCEMENT] ci: use correct env vars for image name

1.5.13 / 2020-06-07

  • [ENHANCEMENT] ci: use correct env vars for image name

1.5.11 / 2020-06-07

  • [ENHANCEMENT] ci: use github actions

1.5.9 / 2020-06-07

  • [ENHANCEMENT] ci: use github actions

1.4.2 / 2020-02-24

  • [ENHANCEMENT] ci: fixed CI release upload