From ca33b2a1f11ed8e64902652f389492cc0d064262 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sat, 28 Jan 2023 15:45:19 -0600 Subject: [PATCH] version bump to v0.110.0 (#352) --- CHANGELOG.md | 2 ++ Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f06b131..f2407646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## In Development + +## v0.110.0 * Switch st2 to `v3.8` as a new default stable version (#347) * Cover the three most recent Kubernetes versions in Minikube and the single most recent in K3s. (#342) (by @mamercad) * Update the GitHub badges. (#345) (by @mamercad) diff --git a/Chart.yaml b/Chart.yaml index cf65d48a..319eacef 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 # StackStorm version which refers to Docker images tag appVersion: "3.8" name: stackstorm-ha -version: 0.100.0 +version: 0.110.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