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 #990 from advancedtelematic/rls/2018.13
Browse files Browse the repository at this point in the history
Prepair for 2018.13
  • Loading branch information
lbonn authored Nov 5, 2018
2 parents 4168442 + 50949e1 commit 6ad81c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,33 @@ This file summarizes notable changes introduced in aktualizr version. It roughly

Our versioning scheme is `YEAR.N` where `N` is incremented whenever a new release is deemed necessary. Thus it does not exactly map to months of the year.

## [2018.13 (unreleased)]
## [??? (unreleased)]

## [2018.13] - 2018-11-05

### Added

- [Ability to pause and resume update downloads](src/libaktualizr/primary/aktualizr.h)
- Expose download binary targets in API

### Changed

- Secondaries configuration files must now lie in a common directory which is passed in command line arguments or in static configuration
- Secondaries configuration files must now lie in a common directory and specified in command line arguments or in static configuration: [documentation](docs/configuration.adoc#uptane)
- API has been upgraded: FetchMeta has been merged with CheckUpdates and most functions now have meaningful return values.

### Removed

- implicit_writer has been removed as it was no longer being used.

### Fixed

- Now trim whitespaces in some of our configuration and provisioning files ([from meta-updater #420](https://github.com/advancedtelematic/meta-updater/issues/420))

## [2018.12] - 2018-10-10

### Changed

- Updates in aktualizr api
- Various updates in API
- `sota_implicit_prov` is deprecated
- All the imported data should be under /var/sota/import

Expand Down
1 change: 1 addition & 0 deletions docs/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Options for Uptane.
| `repo_server` | | Image repository server URL. If empty, set to `tls.server` with `/repo` appended.
| `key_source` | `"file"` | Where to read the device's private key from. Options: `"file"`, `"pkcs11"`.
| `key_type` | `"RSA2048"` | Type of cryptographic keys to use. Options: `"ED25519"`, `"RSA2048"`, `"RSA3072"` or `"RSA4096"`.
| `secondary_configs_dir` | `""` | Directory containing individual secondary json configuration files. Example here: link:{aktualizr-github-url}/config/secondary/virtualsec.json[]
|==========================================================================================

== `discovery`
Expand Down

0 comments on commit 6ad81c2

Please sign in to comment.