diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ec18c0d0..3a225e4847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/README.adoc b/docs/README.adoc index 04ea20bed6..81a8688141 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -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 diff --git a/docs/ota-client-guide/antora.yml b/docs/ota-client-guide/antora.yml index 852da5f20d..d4a0468097 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.9 (latest) +display_version: 2020.10 (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 064297f8b5..bf4ad787fc 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.9 +:aktualizr-version: 2020.10 :yocto-version: 3.1