File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 55
55
resource_class : large
56
56
machine :
57
57
# Available images https://circleci.com/docs/2.0/configuration-reference/#available-machine-images
58
- image : ubuntu-1604:201903-01
58
+ image : ubuntu-2204:2022.04.1
59
59
steps :
60
60
- checkout
61
61
- kubernetes/install
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## In Development
4
+
5
+ ## v0.100.0
4
6
* Switch st2 to ` v3.7 ` as a new default stable version (#274 )
5
7
* Upgrade MongoDB ` v4.0 ` -> ` v4.4 ` as 4.0 has reached its EOL. (#304 )
6
8
* Migrate from ` python 3.6 ` ` Ubuntu Bionic ` to ` python 3.8 ` ` Ubuntu Focal ` as a base StackStorm OS (StackStorm/st2-dockerfiles #54 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
# StackStorm version which refers to Docker images tag
3
3
appVersion : " 3.7"
4
4
name : stackstorm-ha
5
- version : 0.90 .0
5
+ version : 0.100 .0
6
6
description : StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
7
7
home : https://stackstorm.com/
8
8
icon : https://landscape.cncf.io/logos/stack-storm.svg
You can’t perform that action at this time.
0 commit comments