Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Prepare changelog for upcoming release #1682

Merged
merged 1 commit into from
May 29, 2020
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

lbonn marked this conversation as resolved.
Show resolved Hide resolved
## [2020.6] - 2020-04-30

### Added
Expand Down
1 change: 1 addition & 0 deletions docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
lbonn marked this conversation as resolved.
Show resolved Hide resolved
====

== Release process
Expand Down
2 changes: 1 addition & 1 deletion docs/ota-client-guide/antora.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down