Releases: StackStorm/stackstorm-k8s
Releases · StackStorm/stackstorm-k8s
v0.50.0
v0.41.0
- Fix Helm 2 repository location to a new working URL https://charts.helm.sh/stable (#164) (by @manisha-tanwar)
v0.40.0
- Switch st2 version to
v3.4dev
as a new latest development version (#157) - Disable Enterprise testing in CI (#157)
- Change pullPolicy to "IfNotPresent", as Docker-Hub Ratelimits now (#159) (by @moonrail)
- Update
rabbitmq-ha
3rd party chart from1.44.1
to1.46.1
(#158) (by @moonrail) - Enable
rabbitmqErlangCookie
forrabbitmq-ha
by default, to ensure cluster-redeployments do not fail (#158) (by @moonrail) - Add
forceBoot
forrabbitmq-ha
by default, to ensure cluster-redeployments do not fail due to unclean exits (#158) (by @moonrail) - Add option to define pull secret for st2 images (#162) (by @moonrail)
v0.32.0
- Fix a bug when datastore encrypted keys didn't work in scheduled rules. datastore_crypto_key is now shared with the st2scheduler pods (#148) (by @rahulshinde26)
- Change NOTES.txt template for using ST2 CLI to include namespace argument in 'kubectl exec' command (#150) (by @rahulshinde26)
- Move the apiVersion extensions/v1beta1 to networking.k8s.io/v1beta1 for ingress (#149) (by @jb-abbadie)
v0.31.0
- Fix chart compatibility with Helm versions >=
2.16.8
by downgradingmongodb-replicaset
from3.14.0
to3.12.0
(#137) (by @AbhyudayaSharma) - Allow injection of datastore key in cluster (#115) (by @angrydeveloper)
v0.30.0
Warning!
Breaking change!
See Switch to st2 3.3dev with py3, Ubuntu Bionic 18.04 and MongoDB 4 (Chart v0.30.0) #129 for more info about migration path.
- Pin st2 version to
v3.3dev
as a new latest development version (#129) - Migrate from
py2
Ubuntu Xenial
topy3
Ubuntu Bionic
as a base StackStorm OS (StackStorm/st2-dockerfiles#16, #129) - Switch from MongoDB
3.4
to4.0
for the mongodb-ha Helm chart (#129) - Update
etcd-operator
3rd party chart from0.10.0
to latest0.10.3
(#129) - Update
rabbitmq-ha
3rd party chart from1.36.4
to1.44.1
(#129) - Update
mongodb-replicaset
3rd party chart from3.9.6
to3.14.0
(#129) - Update CI infrastructure env, run tests on updated Helm
v2.16.7
, latest minikubev1.10.1
and K8s1.18
(#129)
v0.28.0
v0.27.0
v0.26.0
- Added custom annotations to sensorcontainer and actionrunner Pods (#123) (by @stefangusa)
- Improve Helm values recommendations to configure 3rd party chart dependencies rabbitmq-ha and mongodb-ha in prod (#125) (by @stefangusa)
v0.25.0
- Change ingress name from
<release name>-ingress
to<release name>-st2web-ingress
, useful when usingstackstorm-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)