Skip to content

Releases: sparkfabrik/terraform-google-gcp-artifact-registry

0.6.0

09 Oct 14:55
bb1ad0f
Compare
Choose a tag to compare

Compare with previous version

  • FEATURE: add support for mirror public registry (Docker Hub) if custom_repository_uri is DOCKER_HUB

0.5.0

29 Aug 11:11
0785c75
Compare
Choose a tag to compare

Compare with previous version

Added

  • FEATURE: add the cleanup policies management for the repositories.

0.4.0

02 May 13:16
330a5ee
Compare
Choose a tag to compare

Compare with previous version

  • FEATURE: add the enable_api variable to enable the Artifact Registry API only if needed.
  • FIX: enable the docker_config block if the format is DOCKER and the mode is STANDARD_REPOSITORY.

0.3.0

02 May 10:17
3fba29c
Compare
Choose a tag to compare

2024-05-02

Compare with previous version

Changed

  • FEATURE: Create an artifact registry repository in remote or virtual mode
  • FEATURE: Upgrade hashicorp/google provider to >= 5.26.0

0.2.1

19 May 13:40
f9376ee
Compare
Choose a tag to compare

2023-05-19

Compare with previous version

Changed

  • FIX: the artifact_registry_listers_custom_role_name variable is configured as custom.artifactRegistryLister by default. The previous default value was custom.artifactRegistryListers.

0.2.0

18 May 14:57
642c526
Compare
Choose a tag to compare

2023-05-18

Added

  • FEATURE: if the artifact_registry_listers is provided, a new custom IAM role is created and assigned to the artifact_registry_listers principals, allowing them to list the artifacts repositories.

Changed

  • FEATURE: the location in the repositories structure is now optional, and if it is not provided the repository will be cloned in the default_location location.

0.1.0

11 Apr 14:57
6c003ef
Compare
Choose a tag to compare
Merge pull request #2 from sparkfabrik/feature/artifact_registry_setup

refs 0000 Artifact Registry setup