Skip to content

Commit fd4e222

Browse files
authored
Merge pull request #282 from jstaph/ubuntu_20
feat: add CHANGELOG entry for container version bump to Python 3.8 / …
2 parents 12ed1c6 + 3e51186 commit fd4e222

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

33
## In Development
4+
* Switch st2 to `v3.7` as a new default stable version (#274)
45
* Upgrade MongoDB `v4.0` -> `v4.4` as 4.0 has reached its EOL. (#304)
6+
* Migrate from `python 3.6` `Ubuntu Bionic` to `python 3.8` `Ubuntu Focal` as a base StackStorm OS (StackStorm/st2-dockerfiles#54)
57

68
## v0.90.0
79
* 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)

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
# StackStorm version which refers to Docker images tag
3-
appVersion: "3.6"
3+
appVersion: "3.7"
44
name: stackstorm-ha
55
version: 0.90.0
66
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.

tests/integration/st2tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ load "${BATS_HELPERS_DIR}/bats-file/load.bash"
77
@test 'st2 version deployed and python env are as expected' {
88
run st2 --version
99
assert_success
10-
# st2 3.3dev (9ea417346), on Python 3.6.9
10+
# st2 3.7dev (4aac99ba8), on Python 3.8.10
1111
assert_line --partial "st2 ${ST2_VERSION}"
12-
assert_line --partial 'on Python 3.6.9'
12+
assert_line --partial 'on Python 3.8.10'
1313
}
1414

1515
@test 'ST2_AUTH_URL service endpoint is accessible and working' {

0 commit comments

Comments
 (0)