Releases: streamnative/terraform-helm-charts
v0.8.1
What's Changed
- Add ability to set tolerations for OLM subscription. by @MarvinCai in #37
Full Changelog: v0.8.0...v0.8.1
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
[Patch] OLM Updates
What's Changed
Full Changelog: v0.7.2...v0.7.3
[Patch] Istio Improvements
What's Changed
- Istio authorization policies for OLM operators by @EronWright in #26
- Install Kiali into istio system namespace by @EronWright in #27
Full Changelog: v0.7.1...v0.7.2
[Patch] Update to Prometheus Operator
What's Changed
- Exclude webhook port of prometheus operator from istio by @fantapsody in #24
Full Changelog: v0.7.0...v0.7.1
Istio and OLM updates
What's Changed
- Update CRDs for OLM. by @jrsdav in #22
- Refine the OLM subscriptions Chart by @fantapsody in #21
- Do not inject istio sidecar for operators with webhook by @fantapsody in #23
Full Changelog: v0.6.1...v0.7.0
Fix count on OLM resource
This patch fixes an issue where count on a resource was referencing the variable instead of the local.
Added Istio
What's Changed
This release brings in an Istio configuration used by StreamNative, along with various improvements into how the root module composes and handles default input values.
Long term we see the root module being deprecated in favor of individual composition of the sub-modules on a as-needed basis.
- Fixes for OLM configuration by @jrsdav in #9
- Updated istio conf for SNC by @jrsdav in #6
- Module Refactor - default values and standardization by @jrsdav in #10
- Add resources for HPA. by @MarvinCai in #11
- [otel] Initial commit of otel-collector module by @jrsdav in #12
- [istio] customization by @EronWright in #13
- Add resources to deploy sn-operator. by @MarvinCai in #14
- Install Prometheus within Istio module by @EronWright in #15
- Add missing permission for custom-metrics-server clusterrole. by @MarvinCai in #16
- Added registry default for OLM by @jrsdav in #17
New Contributors
- @MarvinCai made their first contribution in #11
- @EronWright made their first contribution in #13
Full Changelog: v0.5.0...v0.6.0
Added Victoria Metrics
v0.5.0 Update README.md
Module Composition Release
This release now allows you to compose the helm releases more easily as part of your bootstrap, rather than specifying each sub-module individually.
Refer to the example in the README for usage.