-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #440 from amazonlinux/release/v0.1.6
v0.1.6
- Loading branch information
Showing
2 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# v0.1.6 (2019-10-21) | ||
|
||
## OS changes | ||
|
||
* The system fetches the pause container from ECR before starting `kubelet` ([#382]). | ||
* New settings: `settings.kubernetes.node-labels` and `settings.kubernetes.node-taints` ([#390], [#408]). | ||
* The control container has an `enable-admin-container` helper ([#405], [#413]). | ||
* Rust dependencies updated ([#410]). | ||
* `thar-be-settings` added trace-level messages in the client module ([#411]). | ||
* `updog` no longer checks for migrations from new root images ([#416]). | ||
* `pluto` was cleaned up to create an HTTP connection more consistently ([#419]). | ||
* Settings that are usually generated may have defaults, and `settings.kubernetes.max-pods` defaults to `110` if the EC2 instance type cannot be determined ([#420]). | ||
* The admin container MOTD is clearer about where the host's filesystem is mounted ([#424]). | ||
* `block-party` (used in `growpart` and `signpost`) errors are better structured ([#425]). | ||
* `thar-be-settings` logs render errors when running in `--all` mode ([#427]). | ||
* [Recommended `sysctl` settings from the Kernel Self Protection Project](https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings#sysctls) are now used ([#435]). | ||
* `acpid` is enabled by default to handle power button signals sent by EC2 on stop/restart/terminate events ([#437]). | ||
* `host-ctr` correctly fetches images from non-ECR registries ([#439]; this regression occurred after v0.1.5). | ||
|
||
## Build changes | ||
|
||
* amiize uses a short connection timeout when testing SSH connectivity ([#409]). | ||
* `tuftool` only downloads an arbitrary `root.json` with `--allow-root-download` ([#421]). | ||
* BuildKit updated to v0.6.2 ([#423], [#429]). | ||
* First-party Rust code is built in the same `rpmbuild` invocation to improve build times ([#428]). | ||
* `tuftool` correctly uses the `--timestamp-{version,expires}` arguments instead of the `--snapshot-{version,expires}` arguments in the timestamp role ([#438]). | ||
* `tuftool` accepts relative dates ([#438]). | ||
|
||
## Documentation changes | ||
|
||
* The `workspaces/updater` crates are better documented ([#381]). | ||
* INSTALL.md's subnet selection documentation is improved ([#422]). | ||
|
||
[#381]: ../../pull/381 | ||
[#382]: ../../pull/382 | ||
[#390]: ../../pull/390 | ||
[#405]: ../../pull/405 | ||
[#408]: ../../pull/408 | ||
[#409]: ../../pull/409 | ||
[#410]: ../../pull/410 | ||
[#411]: ../../pull/411 | ||
[#413]: ../../pull/413 | ||
[#416]: ../../pull/416 | ||
[#419]: ../../pull/419 | ||
[#420]: ../../pull/420 | ||
[#421]: ../../pull/421 | ||
[#422]: ../../pull/422 | ||
[#423]: ../../pull/423 | ||
[#424]: ../../pull/424 | ||
[#425]: ../../pull/425 | ||
[#427]: ../../pull/427 | ||
[#428]: ../../pull/428 | ||
[#429]: ../../pull/429 | ||
[#435]: ../../pull/435 | ||
[#437]: ../../pull/437 | ||
[#438]: ../../pull/438 | ||
[#439]: ../../pull/439 |
This file contains 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