v0.8.0
What's Changed
BREAKING CHANGES
- Refactor of the
victoria-metrics
andvector-agent
submodules. The former is now calledvictoria-metrics-agent
, as that is the primary component we install as part of a StreamNative Cloud cluster. #32 - The helm chart used by
prometheus-operator
has been updated from version21.x
to33.x
. For existing deployments, following the upgrade procedures will be required.
OLM Updates
- Annotate CatalogSource to comply with autoscaler by @fantapsody in #30
- Support specifying the registry and version of olm image by @FushuWang in #34
- Support to specify subscription resources by @FushuWang in #33
- Support adding config env and envFrom by @FushuWang in #36
Other changes
- Updates to default
prometheus-operator
behavior (prometheus server is no longer installed by default) by @jrsdav in #31 - Add default sidecar annotation for autoscaler to handle eviction of Istio pods properly by @jrsdav in #35
New Contributors
- @FushuWang made their first contribution in #34
Full Changelog: v0.7.3...v0.8.0