Skip to content

Commit 3d14e55

Browse files
authored
Merge pull request #183 from StackStorm/release/v0.52.0
Release stackstorm-ha v0.52.0
2 parents 097d4f7 + 181880b commit 3d14e55

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

33
## In Development
4-
* Added resources requests cpu/memory values for St2 Pods (#179)
5-
* Implemented initContainers to wait for DB/MQ to be available for St2 Pods (#178)
4+
5+
6+
## v0.52.0
7+
* Improve resource allocation and scheduling by adding resources requests cpu/memory values for st2 Pods (#179)
8+
* Avoid cluster restart loop situations by making st2 Pod initContainers to wait for DB/MQ connection (#178)
69
* Add option to define config.js for st2web (#165) (by @moonrail)
710

811
## v0.51.0

Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
# StackStorm version which refers to Docker images tag
33
appVersion: 3.4dev
44
name: stackstorm-ha
5-
version: 0.51.0
5+
version: 0.52.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)