Skip to content

Releases: FUSAKLA/promruval

v2.14.1

20 Mar 10:44
Compare
Choose a tag to compare

Changelog

  • 0fa04ff chore: Release 2.14.1, update changelog.
  • fd72575 fix(hasSourceTenantsForMetrics): Fix the error message, it had metric and tenant swapped.
  • 664efab chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#65)

v2.14.0

15 Mar 23:34
Compare
Choose a tag to compare

Changelog

  • 3412316 feat: add new param to the

v2.13.0

08 Mar 16:33
Compare
Choose a tag to compare

Changelog

  • 18e0033 chore: bump version 2.13.0
  • 50ca24c docs: fix wording in validation warning
  • 09ec132 docs: add links to validation types in readme
  • ce7546a fix: add forgotten helpers.go
  • cf81e1a feat: add support for disabling validations using comments on group and file level

v2.12.0

07 Mar 22:41
Compare
Choose a tag to compare

Changelog

  • 236a949 fix: sort tenants in the validator human readable output
  • 6d5c48e fix: load paramsFromFile as a relative path to the config file location

v2.11.0

07 Mar 21:35
Compare
Choose a tag to compare

Changelog

  • d274c08 feat: make the sourceTenant of the validator a list of regexps instead of single regexp

v2.10.0

04 Mar 23:34
Compare
Choose a tag to compare

Changelog

  • d968328 chore: bump version v2.10.0
  • cb50345 feat: change the params of the hasSourceTenantsForMetrics validator
  • 5a20a17 feat: allow to load params from file using the paramsFromFile
  • 3ce2f85 feat: add new config option additionalDetails to all validators
  • 06414e0 fix: error messages for the and validators~

v2.9.0

02 Mar 00:28
Compare
Choose a tag to compare

Changelog

  • d3bad33 chore: bump version 2.9.0
  • be4a40e chore: make lint more strict and fix all the issues and upgrade github actions (#64)
  • 0fade80 feat: add new validator keepFiringForIsNotLongerThan (#63)
  • 80a54eb feat: limit validators to reasonable scopes and add new validateLabelTemplates validator
  • 17b5144 feat: add new validator hasAllowedLimit (#62)
  • 84606f6 feat: Upgraded all deps to latest versions
  • 6e5970f feat: add new validator maxRulesPerGroup (#61)
  • 02d2b9c feat: add new validator expressionIsWellFormatted (#60)

v2.8.1

29 Feb 17:10
Compare
Choose a tag to compare

Changelog

  • 6c79b84 chore: bump version v2.8.1
  • 6854f89 Fus fix interval params validation (#51)

v2.8.0

29 Feb 00:28
Compare
Choose a tag to compare

Changelog

  • e85a2ef feat: add new validator hasValidPartialStrategy (#50)
  • e09713a feat: add ignoreTemplatedValues param to the ignoreTemplatedValues validator (#49)
  • e6bd372 fix: ignore empty rule files (#48)
  • bb282dd feat: add new validator hasAllowedEvaluationInterval (#47)
  • bc4b62c Add support for validation of rule groups themselves (#46)

v2.7.1

01 Feb 19:41
Compare
Choose a tag to compare

Changelog

  • cc64f12 chore: release version 2.7.1
  • f3994e6 Merge pull request #41 from FUSAKLA/rudo-make-version-work
  • 524c21a fix: Make "promruval version" not require -config-file.
  • 279c750 chore: Update deps; move to kingpin/v2 on github. (#42)