Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## In Development

## v0.14.0
* Pin st2 version to `v3.1dev` as a new latest development version (#67)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think 0.14.0 would be more appropriate versioning since it's not a bugfix or patch but a version change.

https://github.com/StackStorm/stackstorm-ha/blob/master/CHANGELOG.md#v083 and https://github.com/StackStorm/stackstorm-ha/blob/master/CHANGELOG.md#v083 were a bit messy due to updated release plans changes and version renames.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going to do a minor version bump for the reasons you mention, but I noticed that v0.8.4 just bumped patch when changing appVersion from v2.10dev to 3.0dev. Figured it set a precedent...

Anyhow, I agree that we shouldn't bump patch when appVersion is changed. I'll make the change you suggest.


## v0.13.0
* Mongodb authentication is enabled by default (#63)

Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
# Update StackStorm version here to rely on other Docker images tags
appVersion: 3.0dev
appVersion: 3.1dev
name: stackstorm-ha
version: 0.13.0
version: 0.14.0
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
home: https://stackstorm.com/#product
icon: https://avatars1.githubusercontent.com/u/4969009
Expand Down