You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Unreleased
1
+
## v0.6.0
2
2
3
3
Upgrade notes:
4
4
* Renamed the `data_volume` variable to `default_data_volume`. The data disk config now represent default disk configuration.
@@ -19,6 +19,8 @@ Breaking Changes:
19
19
* Renamed the data_volume variable as default_data_volume. The new configuration represent default data disk config which will be used by all the nodes.
20
20
This can be overridden at node level by providing selectively different values for the values. (See the input variable documents)
21
21
22
+
Full Changelog: [v0.5.0...v0.6.0](https://github.com/prashantkalkar/stateful_application_module/compare/v0.5.0...v0.6.0)
0 commit comments