Skip to content

Commit ff078b2

Browse files
authored
Merge pull request #109 from StackStorm/release/v0.24.0
Prepare release for v0.24.0
2 parents e45481c + aab2ea4 commit ff078b2

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

33
## In Development
4-
* Add ability of templating on `st2.keyvalue` in Helm Values (#108)
4+
5+
## v0.24.0
6+
* Fix st2web ingress to use `/` path by default instead of `/*`, useful for nginx ingress controller (#103) (by @erenatas)
7+
* Add ability of templating on `st2.keyvalue` in Helm Values (#108) (by @erenatas)
8+
* Update Ingress documentation in Helm values (#105) (by @AngryDeveloper)
59

610
## v0.23.0
711
* Add support for latest K8s version `1.16`, update e2e CI
@@ -12,10 +16,10 @@
1216
* Remove local 'docker-registry' dependency for hosting custom packs in-cluster that doesn't fit prod expectations (#88)
1317

1418
## v0.21.0
15-
* Change etcd dependency from incubator/etcd to stable/etcd-operator (#81)
19+
* Change etcd dependency from incubator/etcd to stable/etcd-operator (#81) (by @trstruth)
1620

1721
## v0.20.0
18-
* Add option to disable MongoDB and RabbitMQ in-cluster deployment and configuration (#79)
22+
* Add option to disable MongoDB and RabbitMQ in-cluster deployment and configuration (#79) (by @trstruth)
1923
* Compose multi-node connection string for MongoDB cluster instead of using loadbalancer single host (#80)
2024

2125
## v0.19.0
@@ -37,13 +41,13 @@
3741
* Pin st2 version to `v3.1dev` as a new latest development version (#67)
3842

3943
## v0.13.0
40-
* Mongodb authentication is enabled by default (#63)
44+
* Mongodb authentication is enabled by default (#63) (by @Lomonosow)
4145

4246
## v0.12.0
4347
* Move `st2web.annotations` to `st2web.service.annotations` to match `values.yaml` (#66)
4448

4549
## v0.11.0
46-
* Add st2chatops support (@mosn, @rapittdev) (#55)
50+
* Add st2chatops support (#55) (by @mosn, @rapittdev)
4751

4852
## v0.10.0
4953
* Bump versions of all dependencies (#50)

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
# Update StackStorm version here to rely on other Docker images tags
33
appVersion: 3.2dev
44
name: stackstorm-ha
5-
version: 0.23.0
5+
version: 0.24.0
66
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
77
home: https://stackstorm.com/#product
88
icon: https://avatars1.githubusercontent.com/u/4969009

values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ st2:
114114
# scope: st2kv.system
115115
# secret: false
116116
# encrypted: false
117+
# # Note that Helm templating is supported in this block!
117118
# value: "{{ .Release.Name }}"
118119
# Import a list of ST2 API Keys (https://docs.stackstorm.com/authentication.html#api-key-migration)
119120
apikeys:
@@ -343,6 +344,7 @@ st2chatops:
343344
image: {}
344345
#repository: stackstorm
345346
#name: st2chatops
347+
## Note that Helm templating is supported in this block!
346348
#tag: "{{ .Chart.AppVersion }}"
347349
#pullPolicy: Always
348350
# Tested requested resource consumption for st2chatops & hubot in normal mode

0 commit comments

Comments
 (0)