From 3fe2f5282cad4daaa4679940641f75c8765d9190 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Thu, 28 May 2020 17:06:24 +0200 Subject: [PATCH] Prepare changelog for upcoming release Signed-off-by: Laurent Bonnans --- CHANGELOG.md | 12 ++++++++++++ docs/README.adoc | 1 + docs/ota-client-guide/antora.yml | 2 +- .../ROOT/pages/_partials/aktualizr-version.adoc | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a43d488a..059f3b1f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ Our versioning scheme is `YEAR.N` where `N` is incremented whenever a new releas ## [??? (unreleased)] +## [2020.7] - 2020-05-29 + +### Changed + +- Cache device data (network, hardware info...) as much as we can to save bandwidth: [PR](https://github.com/advancedtelematic/aktualizr/pull/1673) +- Stricter matching of Uptane metadata with installed images: [PR](https://github.com/advancedtelematic/aktualizr/pull/1666) + +### Fixed + +- Various docker-app fixes: [PR](https://github.com/advancedtelematic/aktualizr/pull/1664) [PR](https://github.com/advancedtelematic/aktualizr/pull/1665) +- Use ED25519 to sign manifests when set as key type: [PR](https://github.com/advancedtelematic/aktualizr/pull/1608) + ## [2020.6] - 2020-04-30 ### Added diff --git a/docs/README.adoc b/docs/README.adoc index 4f92fb96e2..90810c6002 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -38,6 +38,7 @@ The link above is for the doxygen docs on master. Doxygen docs for the following * https://advancedtelematic.github.io/aktualizr/2020.4/index.html[2020.4] * https://advancedtelematic.github.io/aktualizr/2020.5/index.html[2020.5] * https://advancedtelematic.github.io/aktualizr/2020.6/index.html[2020.6] +* https://advancedtelematic.github.io/aktualizr/2020.7/index.html[2020.7] ==== == Release process diff --git a/docs/ota-client-guide/antora.yml b/docs/ota-client-guide/antora.yml index e767d2647d..c4f57e3ec2 100644 --- a/docs/ota-client-guide/antora.yml +++ b/docs/ota-client-guide/antora.yml @@ -1,6 +1,6 @@ name: ota-client title: OTA Connect Developer Guide version: latest -display_version: 2020.6 (latest) +display_version: 2020.7 (latest) nav: - modules/ROOT/nav.adoc 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 f77f98cfd1..1beb7976a6 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,7 +3,7 @@ // 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.6 +:aktualizr-version: 2020.7 :yocto-version: 3.0