Skip to content

v0.18.0

Compare
Choose a tag to compare
@f41gh7 f41gh7 released this 24 Aug 18:25
· 652 commits to master since this release
eb59f5b

Changes since v0.17.2

Features

  • Adds OAuth2 configuration for VMagents remoteWrites and scrape endpoints
  • Adds TLSConfig for VMProbes
  • Major API update for VMServiceScrape, VMPodScrape, VMProbe, VMStaticScrape and VMNodeScrape:
  • Adds apiextensions.k8s.io/v1 CRD generation, v1beta1 is now legacy #291
  • Adds new CRD VMAlertmanagerConfig, it supports only v0.22 alertmanager version or above #188
  • Makes spec.selector optional for VMPodScrape and VMServiceScrape #307
  • Bumps alpine image for 3.14.1 - it should fixes security issues.
  • Adds more unit tests and fixes some bugs

Fixes

  • Fixes bug for incorrect finalizer remove #302

Deprecations

  • Deprecates apiextensions.k8s.io/v1beta1 API for CRD. Its still available at legacy mode.