diff --git a/CHANGELOG.md b/CHANGELOG.md index 88dbf50a..d5e63612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## In Development +## v0.8.3 +* Switch st2 version from `v3.0dev` to `v2.10dev` due to new release plans (#40) + ## v0.8.2 * Fix LoadBalancer templating to utilize correct service endpoints in NOTES (#39) @@ -16,7 +19,7 @@ ## v0.7.0 * Add new Helm `st2.keyvalue` to import data into st2 K/V storage (#30) -* Include new st2 component `st2scheduler`, introduced since st2 `v3.0` (#32) +* Include new st2 component `st2scheduler`, introduced in st2 `v2.10` (#32) ## v0.6.0 * Add StackStorm FOSS (community version), make Enterprise install optional (#22) diff --git a/Chart.yaml b/Chart.yaml index 22f6c01c..7b7ae2af 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 # Update StackStorm version here to rely on other Docker images tags -appVersion: 3.0dev +appVersion: 2.10dev name: stackstorm-ha -version: 0.8.2 +version: 0.8.3 description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment. home: https://stackstorm.com/#product icon: https://avatars1.githubusercontent.com/u/4969009