Skip to content

Commit

Permalink
Merge pull request #282 from jstaph/ubuntu_20
Browse files Browse the repository at this point in the history
feat: add CHANGELOG entry for container version bump to Python 3.8 / …
  • Loading branch information
cognifloyd authored May 6, 2022
2 parents 12ed1c6 + 3e51186 commit fd4e222
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## In Development
* 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)

## v0.90.0
* Advanced Feature: Make securityContext (on Deployments/Jobs) and podSecurityContext (on Pods) configurable. This allows dropping all capabilities, for example. You can override the securityContext for `st2actionrunner`, `st2sensorcontainer`, and `st2client` if your actions or sensors need, for example, additional capabilites that the rest of StackStorm does not need. (#271) (by @cognifloyd)
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
# StackStorm version which refers to Docker images tag
appVersion: "3.6"
appVersion: "3.7"
name: stackstorm-ha
version: 0.90.0
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/st2tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ load "${BATS_HELPERS_DIR}/bats-file/load.bash"
@test 'st2 version deployed and python env are as expected' {
run st2 --version
assert_success
# st2 3.3dev (9ea417346), on Python 3.6.9
# st2 3.7dev (4aac99ba8), on Python 3.8.10
assert_line --partial "st2 ${ST2_VERSION}"
assert_line --partial 'on Python 3.6.9'
assert_line --partial 'on Python 3.8.10'
}

@test 'ST2_AUTH_URL service endpoint is accessible and working' {
Expand Down

0 comments on commit fd4e222

Please sign in to comment.