Skip to content

Releases: validator-labs/validator

v0.0.22

17 Nov 18:14
cc07547
Compare
Choose a tag to compare

0.0.22 (2023-11-17)

Features

  • expose insecureSkipVerify param for Alertmanager sink
  • add validation to the ValidationResult CRD's expectedResults field

Bug Fixes

v0.0.21

17 Nov 00:22
137df6b
Compare
Choose a tag to compare

0.0.21 (2023-11-17)

Features

  • expose insecureSkipVerify for Alertmanager sink (#118) (8dc7548)

Refactoring

v0.0.20

16 Nov 18:47
e2e98e7
Compare
Choose a tag to compare

0.0.20 (2023-11-16)

Bug Fixes

  • retry all status updates due to controller contention (#114) (35f03a4)

v0.0.19

16 Nov 17:56
acb9902
Compare
Choose a tag to compare

0.0.19 (2023-11-16)

Features

Bug Fixes

  • ensure plugin removal during Helm uninstall (#111) (0917418)

Docs

Refactoring

  • accept VR in HandleNewValidationResult for flexibility in plugins (#113) (1ead151)

Other

  • deps: update kubernetes packages to v0.28.4 (#112) (fc10444)

v0.0.18

12 Nov 16:41
315019a
Compare
Choose a tag to compare

0.0.18 (2023-11-12)

Bug Fixes

  • retry VR status updates (21b3808)
  • SafeUpdateValidationResult not handling all edge cases (#104) (8f34e2f)

Other

  • deps: update module sigs.k8s.io/yaml to v1.4.0 (#98) (5f35bba)
  • deps: pin codecov/codecov-action action to eaaf4be (#105) (70c3a0d)
  • deps: pin ncruces/go-coverage-report action to a12281c (#101) (bb5d6ac)

v0.0.17

10 Nov 23:28
51e757e
Compare
Choose a tag to compare

0.0.17 (2023-11-10)

Bug Fixes

  • ensure ValidationResult Status resets to successful if all checks pass (10237c5)

Other

v0.0.16

10 Nov 22:43
93f1b88
Compare
Choose a tag to compare

0.0.16 (2023-11-10)

Bug Fixes

  • ensure State always remains failed if any conditions fail (4f55823)

Other

  • fix Helm chart lint error (c938c89)
  • deps: update golang.org/x/exp digest to 9a3e603 (#97) (17c83e2)
  • release 0.0.16 (f031904)

v0.0.15

10 Nov 04:58
ee7685a
Compare
Choose a tag to compare

0.0.15 (2023-11-10)

Bug Fixes

  • ensure State always remains failed if any conditions fail (67e8462)

Other

v0.0.14

10 Nov 03:59
42e88ff
Compare
Choose a tag to compare

0.0.14 (2023-11-10)

Bug Fixes

  • prevent extraneous sink emissions (22de119)

Other

Refactoring

  • use header block for msg titles (a6ce7af)

v0.0.13

10 Nov 00:13
15a5342
Compare
Choose a tag to compare

0.0.13 (2023-11-10)

Bug Fixes

  • handle VRs w/ multiple conditions (8a3a243)
  • omit sink state from hash to avoid double-emitting on VR creation (071b960)

Other