Releases: herve4m/quay-collection
Releases · herve4m/quay-collection
1.5.0
Add the for_user
option to the quay_api_token
module. With this option you can assign OAuth API tokens to other users (Quay 3.12 and later).
1.4.0
Add support for the image expiration notification feature in Quay 3.12. The quay_notification
module supports the repo_image_expiry
event and now has a image_expiry_days
option.
1.3.0
New quay_docker_config
filter.
1.2.0
- New
quay_team_oidc
module.
- Add support for the auto-pruning tags feature in Quay 3.11 for organizations and repositories. The
quay_organization
and quay_repository
modules now have the auto_prune_method
and auto_prune_value
options.
- Tested on Quay 3.11
1.1.0
New Module
New quay_proxy_cache
module.
1.0.3
Tests against Quay v3.10.1.
1.0.2
Tests against Quay v3.9.1.
1.0.1
- Tests against Quay v3.8.6.
- In
quay_user
, work around misconfigured SUPER_USERS
Quay configuration parameter.
1.0.0
- Tests against Quay v3.8.5.
- Fix a bug when parsing response headers.