Skip to content

Commit

Permalink
Merge pull request #844 from tjkirch/updater-ds-version
Browse files Browse the repository at this point in the history
Fix updater README's reference to data store version
  • Loading branch information
tjkirch authored Mar 11, 2020
2 parents 24ed37c + 686aef0 commit dc4d498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/updater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Updog will parse the manifest.json file from the TUF repository and will update
By default Updog only considers updates resulting in a version increase; downgrades are possible by using the `--image` option to force a specific version.
Updog will respect the `max_version` field in the update manifest and refuse to update beyond it.
Updog also considers the Bottlerocket "variant" of its current image and will not download updates for a different variant.
### Datastore version
Each update image has an associated datastore version.
If an update would cause a change in datastore version, Updog will ensure the appropriate migration files are available to safely transition between datastore versions.

Updog will ensure that appropriate migration files are available to safely transition to the new version and back.

### Update wave
Updates may include "wave" information which provides a way for updates to be scheduled over time for groups of Bottlerocket hosts.
Updog will find the update wave the host belongs to and jitter its update time within that range.
Expand Down

0 comments on commit dc4d498

Please sign in to comment.