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

Commit

Permalink
preparing 2020.10 release
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoliy Odukha <aodukha@gmail.com>
  • Loading branch information
aodukha committed Oct 27, 2020
1 parent ebb75ad commit 417df59
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ Our versioning scheme is `YEAR.N` where `N` is incremented whenever a new releas

## [upcoming release]

- Update garage-push and garage-deploy tools to support the latest backend changes. Both are backward compatible. Previous versions have the server URL *without* the token path, so it needs to be hardcoded. The new version has the full URL with the */oauth2/token* path at the end. Also, treehub.json has an additional parameter *scope*: [PR](https://github.com/advancedtelematic/aktualizr/pull/1767)
## [2020.10] - 2020-10-27

### Added
- Updated garage-push and garage-deploy tools support new back-end token generation to authenticate API requests. Update treehub.json format evolved for the new back-end Both are backward compatible. Previous versions have the server URL *without* the token path, so it needs to be hardcoded. The new version has the full URL with the */oauth2/token* path at the end. Also, treehub.json has an additional parameter *scope*: [PR](https://github.com/advancedtelematic/aktualizr/pull/1767)

### Changed
- dockerfile use default ostree package: [PR](https://github.com/advancedtelematic/aktualizr/pull/1751)
- Improve libaktualizr API exceptions: [PR](https://github.com/advancedtelematic/aktualizr/pull/1754)
- Better logging for binary file download progress: [PR](https://github.com/advancedtelematic/aktualizr/pull/1756)
- Fixed issue with parameters check in aktualizr-get: [PR](https://github.com/advancedtelematic/aktualizr/pull/1760)
- Allow passing HTTP headers in aktualizr-get: [PR](https://github.com/advancedtelematic/aktualizr/pull/1762)
- aktualizr-lite moved into its own [aktualizr-lite repo](https://github.com/foundriesio/aktualizr-lite): [PR](https://github.com/advancedtelematic/aktualizr/pull/1763)
- Fixed output of pacman config: [PR](https://github.com/advancedtelematic/aktualizr/pull/1761)

## [2020.9] - 2020-08-26

Expand Down
1 change: 1 addition & 0 deletions docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The link above is for the doxygen docs on master. Doxygen docs for the following
* https://advancedtelematic.github.io/aktualizr/2020.7/index.html[2020.7]
* https://advancedtelematic.github.io/aktualizr/2020.8/index.html[2020.8]
* https://advancedtelematic.github.io/aktualizr/2020.9/index.html[2020.9]
* https://advancedtelematic.github.io/aktualizr/2020.10/index.html[2020.10]
====

== 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.9 (latest)
display_version: 2020.10 (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.9
:aktualizr-version: 2020.10

:yocto-version: 3.1

Expand Down

0 comments on commit 417df59

Please sign in to comment.