Skip to content

v0.27.0

Compare
Choose a tag to compare
@f41gh7 f41gh7 released this 16 Aug 16:40
· 440 commits to master since this release
8916977

Changes since v0.26.3

Fixes

  • Adding support tls endpoint for vmauth config reloader by @mayurvaid-redvest in #511
  • Custom config-reloader incorrectly watch for directory at VMAgent #510
  • Removes validation for telegram_configs parse_mode validation #506
  • Deletion of VMAgent in StatefulMode #505

Features

  • Allows ignoring objects at argo-cd converted from prometheus CRD with env var: VM_PROMETHEUSCONVERTERADDARGOCDIGNOREANNOTATIONS=true #509
  • claimTemplates now supported at VMCluster, VMAlertmanager, VMAgent #507
  • readinessGates now supported by CRD objects 29807e6
  • HealthChecks now respects tls configured at CRD objects e43a4d5

New Contributors