Skip to content

Releases: FUSAKLA/promruval

v2.5.0

28 Apr 22:45
47caf32
Compare
Choose a tag to compare

Changelog

  • 47caf32 Update README.md
  • d0bdb0e feat: Upgrade Go, dependencies and support source_tenants (#32)

v2.4.1

10 Jan 11:20
Compare
Choose a tag to compare

Changelog

  • e572bf1 fix: go install installation

v2.4.0

10 Jan 11:07
e03534d
Compare
Choose a tag to compare

Changelog

  • e03534d feat: upgrade to go 1.19 and bump version in the go.mod (#30)

v2.3.1

29 Jun 15:39
a5d6173
Compare
Choose a tag to compare

Changelog

  • a5d6173 chore: bump version 2.3.1
  • bc3ca0b fix: Various typos and word ordering in validator messages. (#27)
  • 79592d6 fix: Typo in a validation scope error message.

v2.3.0

07 Jun 19:54
Compare
Choose a tag to compare

Changelog

  • 53b61a2 chore: bump version 2.3.0
  • b4e4d0f fix: off-by-one
  • a1b8407 feat: Allow disabling validations by comments inside the rule expression. (#26)
  • 639c01c fix: logging (#25)

v2.2.0

07 Jun 12:06
Compare
Choose a tag to compare

Changelog

  • 9fe94c5 fix: e2e tests path
  • 0d6d2f6 feat: allow to disable validations using comments (#24)

v2.1.1

06 Jun 17:50
a4c12c0
Compare
Choose a tag to compare

Changelog

  • a4c12c0 fix: unmarshall expressionDoesNotUseOlderDataThan (#23)

v2.1.0

06 Jun 17:16
5248531
Compare
Choose a tag to compare

Changelog

v2.0.1

06 Jun 15:26
91ea76d
Compare
Choose a tag to compare

Changelog

v2.0.0

03 Jun 01:51
Compare
Choose a tag to compare

Changelog

  • 07a4071 ci: drop build for darwin and windows
  • 009a795 feat: allow multiple configs and thanos rules (#20)
  • e71e5ab docs: add go report badge
  • 0eb8be4 feat: all the things! (#19)
  • a819c69 feat: added e2e tests (#18)
  • 1719b1d feat: add new validators nonEmptyLabels and exclusiveLabels (#17)
  • 0933900 fix: upgrade yaml.v3 library (#16)
  • 8726e9d feat: upgrade to go 1.18 (#15)
  • 560b421 feat: add validator rateBeforeAggregation (#14)
  • 0584daf feat: add validator validFunctionsOnCounters (#13)
  • 401c092 feat: add new validator expressionDoesNotUseIrate (#12)
  • adf8ade feat: add validator forIsNotLongerThan (#11)
  • 8595cf9 feat: add new validateAnnotationTemplates validator (#10)
  • c8b6b52 chore: add golangci-lint
  • 8a46296 docs: fix CI badge
  • 0b50e5f chore: fix branch name
  • 9d44ddd chore: migrate to github actions
  • dd7fa42 feat: upgrade to Go 1.17
  • c9fcb98 Update README.md