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

Commit

Permalink
Merge pull request #1682 from advancedtelematic/feat/prep-2020.7
Browse files Browse the repository at this point in the history
Prepare changelog for upcoming release
  • Loading branch information
lbonn authored May 29, 2020
2 parents 57793f4 + 3fe2f52 commit cf44da7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
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)

## [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]
====

== 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

0 comments on commit cf44da7

Please sign in to comment.