Skip to content

v0.21.0

Compare
Choose a tag to compare
@f41gh7 f41gh7 released this 30 Nov 13:01
· 566 commits to master since this release
42119ca

Changes since v0.20.3

Breaking changes

  • Rollback changes for default behavior for CR selectors, such as serviceScrapeSelector at vmagent.spec. With new option spec.selectAllByDefault: true default behavior changes for select all on nil (as was at 0.20 version). #383
  • moves ingress api to networking/v1 for VMAuth, minimal kubernetes supported version for VMAuth 1.19 2c6f81e

Fixes

  • removes HPA from cache watch, it must remove errors at cluster without such api 04bab9c
  • labels and annotations update for auto-generated serviceScrape components.
  • typos at quick-start e411cfe thanks @marcbachmann

Features