From 38fc63cbe22c8afad13aba574128648ea24694df 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 | 11 +++++++++++ docs/README.adoc | 1 + 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a43d488a..d960e8b695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ 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) + +### 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