From bc8d2f398a2d9d552d8d4cd3a1c044aaa8a5ba48 Mon Sep 17 00:00:00 2001 From: Mike Sul Date: Wed, 29 Jan 2020 23:14:15 +0200 Subject: [PATCH] Update the changelog and versions for 2020.2 Signed-off-by: Mike Sul --- CHANGELOG.md | 13 +++++++++++++ docs/README.adoc | 1 + .../ROOT/pages/_partials/aktualizr-version.adoc | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebed56bc6..54f64c2b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ Our versioning scheme is `YEAR.N` where `N` is incremented whenever a new releas ## [??? (unreleased)] +## [2020.2] - 2020-01-30 + +### Changed + +- Require OpenSSL >= 1.0.2 explicitly: [PR](https://github.com/advancedtelematic/aktualizr/pull/1487) +- Docs: Remove images from current location and Update image references to use new location: [PR](https://github.com/advancedtelematic/aktualizr/pull/1534) + +### Fixed + +- Catch the disk space availability exception: [PR](https://github.com/advancedtelematic/aktualizr/pull/1530) +- Correct secondary target name/filepath in a manifest: [PR](https://github.com/advancedtelematic/aktualizr/pull/1529) + + ## [2020.1] - 2020-01-17 ### Added diff --git a/docs/README.adoc b/docs/README.adoc index ad9b2c005f..631aea5b6f 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -33,6 +33,7 @@ The link above is for the doxygen docs on master. Doxygen docs for the following * https://advancedtelematic.github.io/aktualizr/2019.10/index.html[2019.10] * https://advancedtelematic.github.io/aktualizr/2019.11/index.html[2019.11] * https://advancedtelematic.github.io/aktualizr/2020.1/index.html[2020.1] +* https://advancedtelematic.github.io/aktualizr/2020.2/index.html[2020.2] ==== == Release process diff --git a/docs/ota-client-guide/modules/ROOT/pages/_partials/aktualizr-version.adoc b/docs/ota-client-guide/modules/ROOT/pages/_partials/aktualizr-version.adoc index 0b6f79303f..98074f453b 100644 --- a/docs/ota-client-guide/modules/ROOT/pages/_partials/aktualizr-version.adoc +++ b/docs/ota-client-guide/modules/ROOT/pages/_partials/aktualizr-version.adoc @@ -3,4 +3,4 @@ // the version being viewed, but when we are referencing aktualizr from // the other, non-versioned docs, we want to make sure we're using the // latest version. -:aktualizr-version: 2020.1 +:aktualizr-version: 2020.2