Skip to content

Commit b6419e6

Browse files
authored
Merge pull request #308 from cwilson21/master
Bump to v0.100.0
2 parents dceceed + c49beec commit b6419e6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
resource_class: large
5656
machine:
5757
# 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
5959
steps:
6060
- checkout
6161
- kubernetes/install

CHANGELOG.md

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

33
## In Development
4+
5+
## v0.100.0
46
* Switch st2 to `v3.7` as a new default stable version (#274)
57
* Upgrade MongoDB `v4.0` -> `v4.4` as 4.0 has reached its EOL. (#304)
68
* Migrate from `python 3.6` `Ubuntu Bionic` to `python 3.8` `Ubuntu Focal` as a base StackStorm OS (StackStorm/st2-dockerfiles#54)

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.7"
44
name: stackstorm-ha
5-
version: 0.90.0
5+
version: 0.100.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)