Skip to content

Commit 3a0152c

Browse files
authored
Merge pull request #244 from StackStorm/bump-version-0.61
version bump: 0.70.0
2 parents 78e57fe + 97a0099 commit 3a0152c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## In Development
4+
5+
## v0.70.0
46
* New feature: Shared packs volumes `st2.packs.volumes`. Allow using cluster-specific persistent volumes to store packs, virtualenvs, and (optionally) configs. This enables using `st2 pack install`. It even works with `st2packs` images in `st2.packs.images`. (#199) (by @cognifloyd)
57
* Updated redis constant sentinel ID which will allow other sentinel peers to update to the new given IP in case of pod failure or worker node reboots. (#191) (by @manisha-tanwar)
68
* Removed reference to st2-license pullSecrets, which was missed when removing enterprise flags (#192) (by @cognifloyd)

Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
# StackStorm version which refers to Docker images tag
3-
appVersion: "3.5dev"
3+
appVersion: "3.5"
44
name: stackstorm-ha
5-
version: 0.60.0
5+
version: 0.70.0
66
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
77
home: https://stackstorm.com/
88
icon: https://landscape.cncf.io/logos/stack-storm.svg

0 commit comments

Comments
 (0)