Skip to content

Commit

Permalink
Merge pull request #109 from StackStorm/release/v0.24.0
Browse files Browse the repository at this point in the history
Prepare release for v0.24.0
  • Loading branch information
armab authored Feb 11, 2020
2 parents e45481c + aab2ea4 commit ff078b2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ff078b2

Please sign in to comment.