Releases: crazy-max/diun
Releases · crazy-max/diun
v1.3.0
- Add Linux service doc and sample
- Move documentation
- Fix go mod
- Remove
--docker
flag
- Allow to override database path through
DIUN_DB
env var
v1.2.0
- Update libs
- Display containers/image logs
- Fix registry options not setted (Issue #5)
v1.0.2
- Worker pool can be full while retrieving tags
v1.0.0
⚠️ See Migration notes in the documentation for breaking changes.
- Always run on startup. Flag
--run-startup
removed.
- Display next execution time
- Use v3 robfig/cron
- Move
Os
and Arch
filters to image
- Retrieve all tags by default
- Review config file structure
- Improve worker pool
v0.5.0
- Add worker pool to parallelize analyses
v0.4.1
- Filter tags before return them
v0.4.0
- Add option to set the maximum number of tags to watch for an item if
watch_repo
is enabled
v0.3.2
- Fix registry client context