Releases: StackStorm/stackstorm-k8s
Releases · StackStorm/stackstorm-k8s
v0.24.0
- Fix st2web ingress to use
/
path by default instead of /*
, valid 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
- Fix
StatefulSet
validation failure due to new K8s APIs, update rabbitmq-ha
3rd party chart to v1.36.4
(#85)
v0.22.0
- Add an option to pull custom
st2packs
image from private Docker registry (#87)
- Remove local
docker-registry
dependency for hosting custom packs in-cluster that doesn't fit prod expectations (#88)
v0.20.0
- Add option to disable MongoDB and RabbitMQ in-cluster deployment and configuration (#79)
- Compose multi-node connection string for MongoDB cluster instead of using loadbalancer single host (#80)
v0.18.0
- Pin st2 to
v3.2dev
as a new latest development version (#77)
v0.17.0
- Add chart e2e
helm test
with BATS. Run CI checks with minikube and CircleCI on every PR/push and nightly (#71)
v0.16.0
- st2web now uses HTTP by default (#72). We now recommend you rely on
LoadBalancer
or Ingress
to add HTTPS layer on top of it.
v0.15.0
- Add support for ingress (#68)