mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 06:28:13 +01:00
* Fix build workflow * Docs website with mkdocs (#99) * Fix docs workflow * Move mkdocs Docker file * Ignore docs in build workflow * Update workflows * Update links * Move upgrade notes to documentation Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
900 B
900 B
Diun v0 to v1
Some fields in configuration file has been changed:
registriesrenamedregoptsitemsrenamedimageitems[].imagerenamedimage[].nameitems[].registry_idrenamedimage[].regopts_idwatch.osandwatch.archmoved toimage[].osandimage[].arch
!!! example "v0" ```yaml watch: os: linux arch: amd64
registries:
someregistryoptions:
username: foo
password: bar
timeout: 20
items:
- image: docker.io/crazymax/nextcloud:latest
registry_id: someregistryoptions
```
!!! example "v1" ```yaml watch: os: linux arch: amd64
registries:
someregistryoptions:
username: foo
password: bar
timeout: 20
items:
- image: docker.io/crazymax/nextcloud:latest
registry_id: someregistryoptions
```