-
-
Notifications
You must be signed in to change notification settings - Fork 118
Switch to st2 3.3dev with py3, Ubuntu Bionic 18.04 and MongoDB 4 (Chart v0.30.0) #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9410d58
Switch to 3.3dev Docker images with Ubuntu Bionic
0004274
Update bats tests to check new python 3.6 environment
34d490b
Bump chart version to 0.30.0, add Changelog
8b5ddb1
Switch from MongoDB 3.4 to 4.0
d2458b4
Update `etcd-operator` 3rd party chart from `0.10.0` to `0.10.3`
6dc7a0e
Update `rabbitmq-ha` 3rd party chart from `1.36.4` to latest `1.44.4`
c8f091d
Pin `rabbitmq-ha` 3rd party chart from `1.36.4` to `1.44.1`
2ce507a
Update `mongodb-replicaset` 3rd party chart from `3.9.6` to `3.14.0`
a515c69
Update helm to latest v2.16.7 in CI env
ae1ab74
Update kubernetes orb to latest
e0260a3
Update minikube to latest v1.10.1 with most recent K8s
b289761
Add a workaround for minikube with K8s 1.18
6e17b8b
Add a workaround for minikube with K8s 1.18
1d9bcb8
Update changelog for v0.30.0 with CI env changes: new K8s, Helm, Mini…
faeac1a
Merge branch 'master' into bionic-upgrade
armab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,14 @@ | |
|
|
||
| ## In Development | ||
|
|
||
| ## v0.30.0 | ||
| * Pin st2 version to `v3.3dev` as a new latest development version (#129) | ||
| * Migrate from `py2` `Ubuntu Xenial` to `py3` `Ubuntu Bionic` as a base StackStorm OS (StackStorm/st2-dockerfiles#16, #129) | ||
| * Switch from MongoDB `3.4` to `4.0` for the mongodb-ha Helm chart (#129) | ||
| * Update `etcd-operator` 3rd party chart from `0.10.0` to latest `0.10.3` (#129) | ||
| * Update `rabbitmq-ha` 3rd party chart from `1.36.4` to `1.44.1` (#129) | ||
| * Update `mongodb-replicaset` 3rd party chart from `3.9.6` to `3.14.0` (#129) | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Spot helm/charts#21630 (comment) bug in |
||
| * Update CI infrastructure env, run tests on updated Helm `v2.16.7`, latest minikube `v1.10.1` and K8s `1.18` (#129) | ||
|
|
||
| ## v0.28.0 | ||
| * Added support for custom image repository (#131) (by @ytjohn) | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spot helm/charts#21274 (comment) bug in
rabbitmq-ha1.44.2along the way.