Skip to content

Releases: streamnative/terraform-helm-charts

v0.8.1

04 Apr 15:46
73be8a0
Compare
Choose a tag to compare

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

30 Mar 21:42
d20420f
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

  • Refactor of the victoria-metrics and vector-agent submodules. The former is now called victoria-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 version 21.x to 33.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

Full Changelog: v0.7.3...v0.8.0

[Patch] OLM Updates

01 Mar 22:43
3d29624
Compare
Choose a tag to compare

What's Changed

  • Updated OLM CRDs and catalog-operator template by @jrsdav in #28

Full Changelog: v0.7.2...v0.7.3

[Patch] Istio Improvements

01 Mar 17:39
7cbbcbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

[Patch] Update to Prometheus Operator

14 Feb 20:43
50dbd3e
Compare
Choose a tag to compare

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

08 Feb 00:13
dd708a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

Fix count on OLM resource

18 Jan 16:40
f3e67a0
Compare
Choose a tag to compare

This patch fixes an issue where count on a resource was referencing the variable instead of the local.

Added Istio

11 Jan 22:22
Compare
Choose a tag to compare

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.

New Contributors

Full Changelog: v0.5.0...v0.6.0

Added Victoria Metrics

21 Sep 15:51
2038cdc
Compare
Choose a tag to compare
v0.5.0

Update README.md

Module Composition Release

31 Aug 23:06
a2441be
Compare
Choose a tag to compare

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.