From d572fd2a42414244bb17ac321d7d84db78e24d69 Mon Sep 17 00:00:00 2001 From: Curtis Wilson Date: Thu, 19 May 2022 12:14:04 -0500 Subject: [PATCH 1/2] Bump to v0.100.0 --- CHANGELOG.md | 2 ++ Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19cc9045..b17c19da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## In Development + +## v0.100.0 * Switch st2 to `v3.7` as a new default stable version (#274) * Upgrade MongoDB `v4.0` -> `v4.4` as 4.0 has reached its EOL. (#304) * Migrate from `python 3.6` `Ubuntu Bionic` to `python 3.8` `Ubuntu Focal` as a base StackStorm OS (StackStorm/st2-dockerfiles#54) diff --git a/Chart.yaml b/Chart.yaml index 4edfe8ad..acea0f55 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 # StackStorm version which refers to Docker images tag appVersion: "3.7" name: stackstorm-ha -version: 0.90.0 +version: 0.100.0 description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment. home: https://stackstorm.com/ icon: https://landscape.cncf.io/logos/stack-storm.svg From b1d737668189ec13117c06758b4e549d06a357d0 Mon Sep 17 00:00:00 2001 From: Curtis Wilson Date: Thu, 19 May 2022 13:31:49 -0500 Subject: [PATCH 2/2] Updating image to use the 2204 image on circlci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b3b515d1..a6f974ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: resource_class: large machine: # Available images https://circleci.com/docs/2.0/configuration-reference/#available-machine-images - image: ubuntu-1604:201903-01 + image: ubuntu-2204:2022.04.1 steps: - checkout - kubernetes/install