diff --git a/docs/releases/v0.6.2.md b/docs/releases/v0.6.2.md new file mode 100644 index 000000000..1d3df8871 --- /dev/null +++ b/docs/releases/v0.6.2.md @@ -0,0 +1,19 @@ +## v0.6.2 + +**Released:** 08/10/2019 + +This is the second patch release in the `v0.6.X` series, containing bugfixes: +It moves the blocking SSH wait for vm's run with `--ssh` to using the actual protocol. +It also fixes a locale bug with `resize2fs` parsing that used to occur when using `zh_CN.utf8`. + +### Bug Fixes + +- Breakout and test `resize2fs` parsing with localized strings + fix for `zh_CN.utf8` ([#473](https://github.com/weaveworks/ignite/pull/473), [@stealthybox](https://github.com/stealthybox)) +- Refactor SSH wait ([#474](https://github.com/weaveworks/ignite/pull/474), [@stealthybox](https://github.com/stealthybox)) +- Use SSH Dial to check if SSH service is really running ([#469](https://github.com/weaveworks/ignite/pull/469), [@chanwit](https://github.com/chanwit)) + +### Documentation + +- Ensure CNI bin dir exists before installing ([#471](https://github.com/weaveworks/ignite/pull/471), [@stealthybox](https://github.com/stealthybox)) +- Bump docs install version to v0.6.2 ([#475](https://github.com/weaveworks/ignite/pull/475), [@stealthybox](https://github.com/stealthybox)) + diff --git a/docs/releases/v0.6.3.md b/docs/releases/v0.6.3.md new file mode 100644 index 000000000..2073ea478 --- /dev/null +++ b/docs/releases/v0.6.3.md @@ -0,0 +1,9 @@ +## v0.6.3 + +**Released:** 10/12/2019 + +This is the third patch release in the `v0.6.x` series, containing 1 security bug fix. + +### Security Bug Fixes + +- Patch CVE-2019-18960 -- Use Firecracker v0.18.1 for ignite 0.6.x ([#499](https://github.com/weaveworks/ignite/pull/499), [@stealthybox](https://github.com/stealthybox))