Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Releases: herve4m/quay-collection

1.5.0

05 Aug 14:50
f47e953
Compare
Choose a tag to compare

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

28 Jul 13:57
44ccea3
Compare
Choose a tag to compare

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.1

26 Jul 14:12
b6ab89e
Compare
Choose a tag to compare

Tested on Quay 3.12

1.3.0

07 May 21:34
86885f8
Compare
Choose a tag to compare

New quay_docker_config filter.

1.2.0

07 Apr 19:53
dbfeb8c
Compare
Choose a tag to compare
  • 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

17 Feb 09:08
82f1af0
Compare
Choose a tag to compare

New Module

New quay_proxy_cache module.

1.0.3

18 Dec 13:57
b3631e8
Compare
Choose a tag to compare

Tests against Quay v3.10.1.

1.0.2

16 Sep 16:32
ea20668
Compare
Choose a tag to compare

Tests against Quay v3.9.1.

1.0.1

03 May 13:34
e350241
Compare
Choose a tag to compare
  • Tests against Quay v3.8.6.
  • In quay_user, work around misconfigured SUPER_USERS Quay configuration parameter.

1.0.0

07 Apr 18:51
b66366a
Compare
Choose a tag to compare
  • Tests against Quay v3.8.5.
  • Fix a bug when parsing response headers.