diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3b3c3239..89045a79a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,30 @@ Our versioning scheme is `YEAR.N` where `N` is incremented whenever a new releas ## [??? (unreleased)] + +## [2019.7] - 2019-09-10 + ### Added - `GetInstallationLog` API method: [PR](https://github.com/advancedtelematic/aktualizr/pull/1318) - The aktualizr daemon will now automatically remove old downloaded targets to free up disk space: [PR](https://github.com/advancedtelematic/aktualizr/pull/1318) +- CA path is now always supplied to curl and can be overwritten: [PR](https://github.com/advancedtelematic/aktualizr/pull/1294) + +### Changed + +- garage-push and garage-deploy can now stream OSTree objects to [S3 via Treehub](https://github.com/advancedtelematic/treehub/pull/70) (instead of getting copied): [PR](https://github.com/advancedtelematic/aktualizr/pull/1305) + +### Removed + +- hmi-stub (replaced by [libaktualizr-demo-app](https://github.com/advancedtelematic/libaktualizr-demo-app)): [PR](https://github.com/advancedtelematic/aktualizr/pull/1310) + +### Fixed + +- Uptane metadata is now rechecked (offline) before downloading and installing: [PR](https://github.com/advancedtelematic/aktualizr/pull/1296) +- Downloaded target hashes are rechecked before installation: [PR](https://github.com/advancedtelematic/aktualizr/pull/1296) +- Failed downloads are now reported to the backend in the installation report: [PR](https://github.com/advancedtelematic/aktualizr/pull/1301) +- Binary targets for an OSTree-based primary are now rejected immediately: [PR](https://github.com/advancedtelematic/aktualizr/pull/1282) + ## [2019.6] - 2019-08-21 @@ -35,6 +55,7 @@ Our versioning scheme is `YEAR.N` where `N` is incremented whenever a new releas - Target matching requires the hardware IDs to match: [PR](https://github.com/advancedtelematic/aktualizr/pull/1258) - Custom URL logic now prefers the Director and if it is empty, only then checks the Image repository value: [PR](https://github.com/advancedtelematic/aktualizr/pull/1267) + ## [2019.5] - 2019-07-12 ### Added diff --git a/docs/README.adoc b/docs/README.adoc index f2be00c8d1..97c687116a 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -27,6 +27,7 @@ The link above is for the doxygen docs on master. Doxygen docs for the following * https://advancedtelematic.github.io/aktualizr/2019.4/index.html[2019.4] * https://advancedtelematic.github.io/aktualizr/2019.5/index.html[2019.5] * https://advancedtelematic.github.io/aktualizr/2019.6/index.html[2019.6] +* https://advancedtelematic.github.io/aktualizr/2019.7/index.html[2019.7] ==== == Release process diff --git a/docs/ota-client-guide/modules/ROOT/pages/cross-deploy-images.adoc b/docs/ota-client-guide/modules/ROOT/pages/cross-deploy-images.adoc index 1ecf3eeef8..e62f221024 100644 --- a/docs/ota-client-guide/modules/ROOT/pages/cross-deploy-images.adoc +++ b/docs/ota-client-guide/modules/ROOT/pages/cross-deploy-images.adoc @@ -13,7 +13,6 @@ endif::[] :page-order: 3 :icons: font :sectnums: -:garage-deploy-version: 2019.6 For our recommended production workflow, you will need to move disk images from one account to another from time to time. For example, you might want to send a development build that you're happy with to the QA team, or send that build to the deployment team once it's passed QA. You can do this with our `garage-deploy` tool. diff --git a/docs/ota-client-guide/modules/ROOT/pages/install-garage-sign-deploy.adoc b/docs/ota-client-guide/modules/ROOT/pages/install-garage-sign-deploy.adoc index ebf6921512..a941f05928 100644 --- a/docs/ota-client-guide/modules/ROOT/pages/install-garage-sign-deploy.adoc +++ b/docs/ota-client-guide/modules/ROOT/pages/install-garage-sign-deploy.adoc @@ -12,7 +12,7 @@ endif::[] :page-date: 2018-09-13 11:50:24 :page-order: 2 :icons: font -:garage-deploy-version: 2019.6 +:garage-deploy-version: 2019.7 For our recommended production workflow, we recommend some extra security procedures. Before you can follow these procedures, you need to install our `garage-deploy` tool first.