Skip to content

Commit

Permalink
Prepare for Helm chart v0.25.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
armab committed Mar 22, 2020
1 parent e2abbae commit e2fda85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## In Development
* Change ingress name from `<release name>-ingress` to <release name>-st2web-ingress, useful when using `stackstorm-ha` as a requirement for another chart. (#112) (by @erenatas)


## v0.25.0
* Change ingress name from `<release name>-ingress` to `<release name>-st2web-ingress`, useful when using `stackstorm-ha` as a requirement for another chart. (#112) (by @erenatas)
* Fix st2web ingress which should have been defined as an Integer instead of a String (#111) (by @erenatas)
* Add an option to inject hostAliases in the st2actionrunner containers (#114)
* Add support for Service Accounts (#117) (by @Vince-Chenal)
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.24.0
version: 0.25.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

0 comments on commit e2fda85

Please sign in to comment.