Skip to content

Releases: enix/x509-certificate-exporter

v3.2.0

04 Jul 10:20
Compare
Choose a tag to compare

3.2.0 (2022-07-04)

Features

  • helm: allow deployment of extra k8s objects (29df17d)
  • helm: customize additional alerts in PrometheusRule (be6e446)

v3.1.0

30 Jun 12:58
Compare
Choose a tag to compare

3.1.0 (2022-06-30)

Features

  • add alertExtraLabels and rulePrefix to prometheusrule (5a17ecf)

v3.0.1

28 Jun 12:04
Compare
Choose a tag to compare

3.0.1 (2022-06-28)

Bug Fixes

  • chart: update artifacthub link to reference new chart location (0c6a328)
  • display correct version in prebuilt binaries (2e39e71)
  • fix CVE-2021-38561 vulnerability (9ac94ad)
  • show pretty version name instead of slug (43c5f56)

v3.0.1-beta.3

27 Jun 12:20
Compare
Choose a tag to compare
v3.0.1-beta.3 Pre-release
Pre-release

3.0.1-beta.3 (2022-06-27)

Bug Fixes

  • show pretty version name instead of slug (43c5f56)

v3.0.1-beta.2

27 Jun 10:44
Compare
Choose a tag to compare
v3.0.1-beta.2 Pre-release
Pre-release

3.0.1-beta.2 (2022-06-27)

Bug Fixes

  • display correct version in prebuilt binaries (a0eebda)

v3.0.1-beta.1

27 Jun 10:11
Compare
Choose a tag to compare
v3.0.1-beta.1 Pre-release
Pre-release

3.0.1-beta.1 (2022-06-27)

Bug Fixes

v3.0.0

21 Jun 12:57
Compare
Choose a tag to compare

3.0.0 (2022-06-21)

Features

  • exporter: ignore keys containing an empty string (bbeb328)
  • chart: made all alerting severity configurable (ba19d2a), closes #30
  • chart: adjust secrets exporter resources (5fe3f19)
  • exporter: --profile flag to run pprof server on :6060 (765ace4)
  • exporter: remove unneeded data from secrets to try reduce memory usage (4adeee7)
  • exporter: remove dependency on local libc (0f6b20f), closes #28

BREAKING CHANGES

  • The exporter will not emit errors when missing YAML entries.
  • The exporter will no longer emit errors when keys are empty strings.

v3.0.0-beta.26

20 Jun 11:58
Compare
Choose a tag to compare
v3.0.0-beta.26 Pre-release
Pre-release

3.0.0-beta.26 (2022-06-20)

Bug Fixes

  • ci: properly set changelog in chart.yml (c547e15)

v3.0.0-beta.25

20 Jun 10:36
Compare
Choose a tag to compare
v3.0.0-beta.25 Pre-release
Pre-release

3.0.0-beta.25 (2022-06-20)

Bug Fixes

v3.0.0-beta.24

20 Jun 09:52
Compare
Choose a tag to compare
v3.0.0-beta.24 Pre-release
Pre-release

3.0.0-beta.24 (2022-06-20)

Bug Fixes

  • ci: properly escape changelog when updating chart.yaml (5f610bb)
  • ci: remove title lines from artifacthub changelog (251c38e)

Features

  • made all alerting severity configurable (ba19d2a), closes #30