Skip to content

Commit

Permalink
Merge pull request #909 from etungsten/release-v0.3.2-migration-ext-fix
Browse files Browse the repository at this point in the history
v0.3.2 release: add missing migration extension, update changelog
  • Loading branch information
etungsten authored Apr 16, 2020
2 parents 06c469e + 200230b commit 1823c51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Special thanks to our first contributors, @inductor ([#853]), @smoser ([#871]),
* Add upstream fix for arm64 in coreutils ([#879])
* Add ability to add waves using TOML files ([#883])
* Add default wave files ([#881])
* Fix migrations builds ([#906])

## Documentation changes

Expand All @@ -45,6 +46,7 @@ Special thanks to our first contributors, @inductor ([#853]), @smoser ([#871]),
* README: Fixes and updates ([#831])
* Update name of early-boot-config in API system diagram ([#840])
* Fix updater README's reference to data store version ([#844])
* Fix example wave files ([#908])

[#831]: https://github.com/bottlerocket-os/bottlerocket/pull/831
[#832]: https://github.com/bottlerocket-os/bottlerocket/pull/832
Expand Down Expand Up @@ -82,6 +84,8 @@ Special thanks to our first contributors, @inductor ([#853]), @smoser ([#871]),
[#899]: https://github.com/bottlerocket-os/bottlerocket/pull/899
[#902]: https://github.com/bottlerocket-os/bottlerocket/pull/902
[#903]: https://github.com/bottlerocket-os/bottlerocket/pull/903
[#906]: https://github.com/bottlerocket-os/bottlerocket/pull/906
[#908]: https://github.com/bottlerocket-os/bottlerocket/pull/908
[73d120c9]: https://github.com/bottlerocket-os/bottlerocket/commit/73d120c9

# v0.3.1 (2020-03-10)
Expand Down
2 changes: 1 addition & 1 deletion Release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.3.2"

[migrations]
"(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0_5_0"]
"(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0_5_0.lz4"]

0 comments on commit 1823c51

Please sign in to comment.