Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog and update Release.toml for v1.0.6 #1348

Merged
merged 2 commits into from
Feb 25, 2021
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
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,85 @@
# v1.0.6 (2021-03-02)

## OS Changes
tjkirch marked this conversation as resolved.
Show resolved Hide resolved

* Add metricdog to support sending anonymous metrics ([#1006], [#1322])
* Add a vmware-dev variant ([#1292], [#1288], [#1290])
* Add Kubernetes static pods support ([#1317])
* Add high-level 'set' subcommand for changing settings using apiclient ([#1278])
* Allow admin container to use SSH public keys from user data ([#1331], [#19])
* Add support for kubelet in standalone mode and TLS auth ([#1338])
* Add https-proxy and no-proxy settings to updog ([#1324])
* Add support for pulling host-containers from ECR Public ([#1296])
* Add network proxy support to aws-k8s-1.19 ([#1337])
* Modify default SELinux label for containers to align with upstream ([#1318])
* Add aliases for container-selinux types to align with community ([#1316])
* Update default versions of admin and control containers ([#1347], [#1344])
* Update ecs-agent to 1.50.2 ([#1353])
* logdog: Add eni logs for Kubernetes ([#1327])

## Build Changes

* Add the ability to output vmdk via qemu-img ([#1289])
* Add support for kmod kits to ease building of third-party kernel modules ([#1287], [#1286], [#1285])
* storewolf: Declare dependencies on model and defaults files ([#1319])
* storewolf: Refactor default settings files to allow sharing ([#1303], [#1329])
* Switch from TermLogger to SimpleLogger ([#1282], **thanks @hencrice!**)
* Allow overriding the "pretty" name of the OS inside the image ([#1330])
* Specify bash in link-variant task for use of bash features ([#1323])
* Fix invalid symlinks when the BUILDSYS_NAME variable is set ([#1312])
* Track and clean output files for builds ([#1291])
* Update third-party software packages ([#1340], [#1336], [#1334], [#1333], [#1335], [#1190], [#1265], [#1315], [#1352])

## Documentation Changes

* Add lockdown notes to SECURITY_GUIDANCE.md ([#1281])
* Clarify use case for update repos ([#1339])
* Fix broken link from API docs to top-level docs ([#1306])

[#1006]: (https://github.com/bottlerocket-os/bottlerocket/pull/1006)
[#1190]: (https://github.com/bottlerocket-os/bottlerocket/pull/1190)
[#1265]: (https://github.com/bottlerocket-os/bottlerocket/pull/1265)
[#1278]: (https://github.com/bottlerocket-os/bottlerocket/pull/1278)
[#1281]: (https://github.com/bottlerocket-os/bottlerocket/pull/1281)
[#1282]: (https://github.com/bottlerocket-os/bottlerocket/pull/1282)
[#1285]: (https://github.com/bottlerocket-os/bottlerocket/pull/1285)
[#1286]: (https://github.com/bottlerocket-os/bottlerocket/pull/1286)
[#1287]: (https://github.com/bottlerocket-os/bottlerocket/pull/1287)
[#1288]: (https://github.com/bottlerocket-os/bottlerocket/pull/1288)
[#1289]: (https://github.com/bottlerocket-os/bottlerocket/pull/1289)
[#1290]: (https://github.com/bottlerocket-os/bottlerocket/pull/1290)
[#1291]: (https://github.com/bottlerocket-os/bottlerocket/pull/1291)
[#1292]: (https://github.com/bottlerocket-os/bottlerocket/pull/1292)
[#1296]: (https://github.com/bottlerocket-os/bottlerocket/pull/1296)
[#1303]: (https://github.com/bottlerocket-os/bottlerocket/pull/1303)
[#1306]: (https://github.com/bottlerocket-os/bottlerocket/pull/1306)
[#1312]: (https://github.com/bottlerocket-os/bottlerocket/pull/1312)
[#1315]: (https://github.com/bottlerocket-os/bottlerocket/pull/1315)
[#1316]: (https://github.com/bottlerocket-os/bottlerocket/pull/1316)
[#1317]: (https://github.com/bottlerocket-os/bottlerocket/pull/1317)
[#1318]: (https://github.com/bottlerocket-os/bottlerocket/pull/1318)
[#1319]: (https://github.com/bottlerocket-os/bottlerocket/pull/1319)
[#1322]: (https://github.com/bottlerocket-os/bottlerocket/pull/1322)
[#1323]: (https://github.com/bottlerocket-os/bottlerocket/pull/1323)
[#1324]: (https://github.com/bottlerocket-os/bottlerocket/pull/1324)
[#1327]: (https://github.com/bottlerocket-os/bottlerocket/pull/1327)
[#1329]: (https://github.com/bottlerocket-os/bottlerocket/pull/1329)
[#1330]: (https://github.com/bottlerocket-os/bottlerocket/pull/1330)
[#1331]: (https://github.com/bottlerocket-os/bottlerocket/pull/1331)
[#1333]: (https://github.com/bottlerocket-os/bottlerocket/pull/1333)
[#1334]: (https://github.com/bottlerocket-os/bottlerocket/pull/1334)
[#1335]: (https://github.com/bottlerocket-os/bottlerocket/pull/1335)
[#1336]: (https://github.com/bottlerocket-os/bottlerocket/pull/1336)
[#1337]: (https://github.com/bottlerocket-os/bottlerocket/pull/1337)
[#1338]: (https://github.com/bottlerocket-os/bottlerocket/pull/1338)
[#1339]: (https://github.com/bottlerocket-os/bottlerocket/pull/1339)
[#1340]: (https://github.com/bottlerocket-os/bottlerocket/pull/1340)
[#1344]: (https://github.com/bottlerocket-os/bottlerocket/pull/1344)
[#1347]: (https://github.com/bottlerocket-os/bottlerocket/pull/1347)
[#1352]: (https://github.com/bottlerocket-os/bottlerocket/pull/1352)
[#1353]: (https://github.com/bottlerocket-os/bottlerocket/pull/1353)
[#19]: (https://github.com/bottlerocket-os/bottlerocket-admin-container/pull/19)

# v1.0.5 (2021-01-15)

**Note for aws-ecs-1 variant**: due to a change in the ECS agent's data store schema, the aws-ecs-1 variant cannot be downgraded after updating to v1.0.5.
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 = "1.0.5"
version = "1.0.6"

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