Skip to content

Commit 9aa3fb8

Browse files
authored
Merge branch 'master' into std-labels
2 parents 658afdf + ca33b2a commit 9aa3fb8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## In Development
44
* BREAKING: Use the standardized labels recommended in the Helm docs. You can use `migrations/standardize-labels.sh` to prepare an existing cluster before running `helm update`. (#351) (by @cognifloyd)
5+
6+
## v0.110.0
57
* Switch st2 to `v3.8` as a new default stable version (#347)
68
* Cover the three most recent Kubernetes versions in Minikube and the single most recent in K3s. (#342) (by @mamercad)
79
* Update the GitHub badges. (#345) (by @mamercad)
810
* Reorganizing and renaming the CI workflows and jobs. (#344) (by @mamercad)
911
* Add support for providing `ingressClassName`. (#336) (by @mamercad)
10-
* Add an experimental GitHu/K3s Lint and End-to-End testing workflow. (#243) (by @mamercad)
12+
* Add an experimental GitHub/K3s Lint and End-to-End testing workflow. (#243) (by @mamercad)
1113
* Set `st2client` resources by `values.yaml`. (#337) (by @mamercad)
1214
* Switch to the official `bats` Docker image for e2e tests. (#338)
1315
* Temporary workaround for #311 to use previous bitnami index from: https://github.com/bitnami/charts/issues/10539 (#312 #318) (by @0xhaven)

Chart.yaml

Lines changed: 1 addition & 1 deletion
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.8"
44
name: stackstorm-ha
5-
version: 0.100.0
5+
version: 0.110.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)