Skip to content

Commit

Permalink
Merge pull request #955 from iliana/version-0.4.0
Browse files Browse the repository at this point in the history
Prepare v0.4.0
  • Loading branch information
iliana authored Jun 23, 2020
2 parents 70eac42 + a31fe8f commit 7303622
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# v0.4.0 (2020-06-25)

## Breaking changes

* Remove all permissive types from the SELinux policy ([#945]). Actions that were not allowed by the SELinux policy now fail instead of only being logged.

## OS changes

* Use update repository metadata and signatures to run settings migrations ([#930])
* Mount debugfs in superpowered host containers, such as the admin container, to support tools like `bcc` and `bpftrace` ([#934])
* Protect container snapshot layers in SELinux policy ([#935])
* Add `POST /actions/reboot` API path ([#936])
* Update `tough` to v0.6.0 ([#944])
* Fix behavior of `signpost cancel-upgrade` ([#950])
* Update to kernel 5.4.46 ([#953])

## Build changes

* Canonicalize architecture names in amiize.sh ([#932])
* Split build output directories by variant and architecture ([#948])
* Move intermediate RPM output from `build/packages` to `build/rpms` ([#948])
* Fix `chmod` usage for building on macOS ([#951])

## Documentation changes

* Document platform-specific settings in README.md ([#941])

[#930]: https://github.com/bottlerocket-os/bottlerocket/pull/930
[#932]: https://github.com/bottlerocket-os/bottlerocket/pull/932
[#934]: https://github.com/bottlerocket-os/bottlerocket/pull/934
[#935]: https://github.com/bottlerocket-os/bottlerocket/pull/935
[#936]: https://github.com/bottlerocket-os/bottlerocket/pull/936
[#941]: https://github.com/bottlerocket-os/bottlerocket/pull/941
[#944]: https://github.com/bottlerocket-os/bottlerocket/pull/944
[#945]: https://github.com/bottlerocket-os/bottlerocket/pull/945
[#948]: https://github.com/bottlerocket-os/bottlerocket/pull/948
[#950]: https://github.com/bottlerocket-os/bottlerocket/pull/950
[#951]: https://github.com/bottlerocket-os/bottlerocket/pull/951
[#953]: https://github.com/bottlerocket-os/bottlerocket/pull/953

# v0.3.4 (2020-05-27)

## OS changes
Expand Down
3 changes: 2 additions & 1 deletion Release.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version = "0.3.4"
version = "0.4.0"

[migrations]
"(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0-5-0.lz4"]
"(0.3.2, 0.3.3)" = []
"(0.3.3, 0.3.4)" = []
"(0.3.4, 0.4.0)" = []

0 comments on commit 7303622

Please sign in to comment.