Releases: Chizkiyahu/delete-untagged-ghcr-action
Releases · Chizkiyahu/delete-untagged-ghcr-action
v5.0.0
What's Changed
- Change fast-failing manifest retrieval to a list of all failing images. by @Poeschl in #43
- update documentation and defaults for repository and except_untagged_multiplatform by @kkalev in #46
New Contributors
Full Changelog: v4.0.1...v5.0.0
Improve error msg
improve_error_msg (#41) * improve_error_msg * :art: Format Python code with yapf (#42) Co-authored-by: Chizkiyahu <Chizkiyahu@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chizkiyahu <Chizkiyahu@users.noreply.github.com>
update dependencies
v4 Update README.md
Support multiple package names
- Add support to specifying multiple comma-separated packages for deletion
- Fix the repository filter when using the package filter
Special thanks to @mering
Package name handling
Improvements
- Enhanced Package Name Handling: For packages linked to repositories, the package name will now include the repository name.
Bug Fixes
- Handling of Special Characters in Package Names: Fixed an issue where package names containing the '/' character (e.g., 't1/t2/t3')
Special thanks to @mering
v2.0.1 bug fix
fixed a bug when in repo name had cap letters
V2.0.0
- add except_untagged_multiplatform flag
- change action from docker to composite
v1.0.0
Action for delete containers from GitHub container registry
- delete only untagged or all containers
- all containers of the user/org
- only containers of repo
- only containers of a specific package name