diff --git a/CHANGELOG.md b/CHANGELOG.md index 89045a79a4..a68f811a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ Our versioning scheme is `YEAR.N` where `N` is incremented whenever a new releas ## [??? (unreleased)] +## [2019.8] - 2019-09-12 + +### Fixed + +- garage-deploy logic with checking for keys and verifying successful push: [PR](https://github.com/advancedtelematic/aktualizr/pull/1347) + + ## [2019.7] - 2019-09-10 ### Added diff --git a/docs/README.adoc b/docs/README.adoc index 97c687116a..56af4583e7 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -28,6 +28,7 @@ The link above is for the doxygen docs on master. Doxygen docs for the following * 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] +* https://advancedtelematic.github.io/aktualizr/2019.8/index.html[2019.8] ==== == Release process 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 a941f05928..3cbe0c7705 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.7 +:garage-deploy-version: 2019.8 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.