File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55
66## v0.30.0
77* Pin st2 version to ` v3.3dev ` as a new latest development version (#129 )
8- * Switch from ` py2 ` ` Ubuntu Xenial ` to ` py3 ` ` Ubuntu Bionic ` as a base StackStorm OS (StackStorm/st2-dockerfiles #16 , #129 )
8+ * Migrate from ` py2 ` ` Ubuntu Xenial ` to ` py3 ` ` Ubuntu Bionic ` as a base StackStorm OS (StackStorm/st2-dockerfiles #16 , #129 )
9+ * Switch from MongoDB ` 3.4 ` to ` 4.0 ` for the mongodb-ha Helm chart (#129 )
910
1011## v0.27.0
1112* Added support to toggle etcd-operator as a coordination backend (#127 ) (by @rrahman-nv )
Original file line number Diff line number Diff line change @@ -419,8 +419,8 @@ mongodb-ha:
419419 # Specify your external [database] connection parameters under st2.config
420420 enabled : true
421421 image :
422- # StackStorm currently supports maximum MongoDB v3.4
423- tag : 3.4
422+ # StackStorm currently supports maximum MongoDB v4.0
423+ tag : " 4.0 "
424424 auth :
425425 enabled : true
426426 # NB! It's highly recommended to change ALL defaults!
You can’t perform that action at this time.
0 commit comments