diff --git a/CHANGELOG.md b/CHANGELOG.md index b575f3d1..89f5af35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Changelog ## In Development -* Add ability of templating on `st2.keyvalue` in Helm Values (#108) + +## v0.24.0 +* Fix st2web ingress to use `/` path by default instead of `/*`, useful for nginx ingress controller (#103) (by @erenatas) +* Add ability of templating on `st2.keyvalue` in Helm Values (#108) (by @erenatas) +* Update Ingress documentation in Helm values (#105) (by @AngryDeveloper) ## v0.23.0 * Add support for latest K8s version `1.16`, update e2e CI @@ -12,10 +16,10 @@ * Remove local 'docker-registry' dependency for hosting custom packs in-cluster that doesn't fit prod expectations (#88) ## v0.21.0 -* Change etcd dependency from incubator/etcd to stable/etcd-operator (#81) +* Change etcd dependency from incubator/etcd to stable/etcd-operator (#81) (by @trstruth) ## v0.20.0 -* Add option to disable MongoDB and RabbitMQ in-cluster deployment and configuration (#79) +* Add option to disable MongoDB and RabbitMQ in-cluster deployment and configuration (#79) (by @trstruth) * Compose multi-node connection string for MongoDB cluster instead of using loadbalancer single host (#80) ## v0.19.0 @@ -37,13 +41,13 @@ * Pin st2 version to `v3.1dev` as a new latest development version (#67) ## v0.13.0 -* Mongodb authentication is enabled by default (#63) +* Mongodb authentication is enabled by default (#63) (by @Lomonosow) ## v0.12.0 * Move `st2web.annotations` to `st2web.service.annotations` to match `values.yaml` (#66) ## v0.11.0 -* Add st2chatops support (@mosn, @rapittdev) (#55) +* Add st2chatops support (#55) (by @mosn, @rapittdev) ## v0.10.0 * Bump versions of all dependencies (#50) diff --git a/Chart.yaml b/Chart.yaml index 229c157b..846959db 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 # Update StackStorm version here to rely on other Docker images tags appVersion: 3.2dev name: stackstorm-ha -version: 0.23.0 +version: 0.24.0 description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment. home: https://stackstorm.com/#product icon: https://avatars1.githubusercontent.com/u/4969009 diff --git a/values.yaml b/values.yaml index 9ac31309..0aa605dd 100644 --- a/values.yaml +++ b/values.yaml @@ -114,6 +114,7 @@ st2: # scope: st2kv.system # secret: false # encrypted: false + # # Note that Helm templating is supported in this block! # value: "{{ .Release.Name }}" # Import a list of ST2 API Keys (https://docs.stackstorm.com/authentication.html#api-key-migration) apikeys: @@ -343,6 +344,7 @@ st2chatops: image: {} #repository: stackstorm #name: st2chatops + ## Note that Helm templating is supported in this block! #tag: "{{ .Chart.AppVersion }}" #pullPolicy: Always # Tested requested resource consumption for st2chatops & hubot in normal mode