Skip to content

Commit

Permalink
Merge pull request #308 from cwilson21/master
Browse files Browse the repository at this point in the history
Bump to v0.100.0
  • Loading branch information
cognifloyd committed May 19, 2022
2 parents dceceed + c49beec commit b6419e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6419e6

Please sign in to comment.