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 #1342 from advancedtelematic/docs/prep-2019.7
Browse files Browse the repository at this point in the history
Update changelog and docs for 2019.7 release.
  • Loading branch information
pattivacek authored Sep 10, 2019
2 parents b3f613a + 10265ca commit 3bb9fe9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3bb9fe9

Please sign in to comment.