Update changelog

This commit is contained in:
Roman Vynar 2022-09-01 18:24:15 +03:00
parent 975803a6a7
commit 0695e3f777

View File

@ -3,9 +3,10 @@
### 0.9.5 (unreleased)
* Upgrade Go version to 1.19.0, alpine to 3.16 and other dependencies.
* Added an option `purge_tags_keep_regexp` to preserve tags based on regexp
* Added an option `purge_tags_keep_from_file` to preserve tags for repos listed in the file provided
* Fix for a bug when there was a bit more tags preserved than defined by `purge_tags_keep_count`
* Added an option `purge_tags_keep_regexp` to preserve tags based on regexp (thanks to @dmaes).
* Added an option `purge_tags_keep_from_file` to preserve tags for repos listed in the file provided.
* Fix a bug when there was a bit more tags preserved than defined by `purge_tags_keep_count`.
* When purging tags sort them by name reversibly when no date available, e.g. for OCI image format (thanks to @dmaes).
### 0.9.4 (2022-04-06)