Releases: sparkfabrik/terraform-google-gcp-artifact-registry
Releases · sparkfabrik/terraform-google-gcp-artifact-registry
0.8.0
What's Changed
- platform/3241: Add labels to artifact registry repositories by @FabrizioCafolla in #15
Full Changelog: 0.7.1...0.8.0
0.7.1
Changed
- FIX: use the value of
username_password_credentials_password_secret_version
instead of data output to keeplatest
as version for secret.
0.7.0
BREAKING: add support for GCP secret as password for remote repositories. Break backwards compatibility if using username_password_credentials_password_secret_version as it now stores the secret version (not the name).
0.6.0
- FEATURE: add support for mirror public registry (Docker Hub) if
custom_repository_uri
isDOCKER_HUB
0.5.0
Added
- FEATURE: add the cleanup policies management for the repositories.
0.4.0
- FEATURE: add the
enable_api
variable to enable the Artifact Registry API only if needed. - FIX: enable the
docker_config
block if theformat
isDOCKER
and themode
isSTANDARD_REPOSITORY
.
0.3.0
2024-05-02
Changed
- FEATURE: Create an artifact registry repository in remote or virtual mode
- FEATURE: Upgrade
hashicorp/google
provider to>= 5.26.0
0.2.1
2023-05-19
Changed
- FIX: the
artifact_registry_listers_custom_role_name
variable is configured ascustom.artifactRegistryLister
by default. The previous default value wascustom.artifactRegistryListers
.
0.2.0
2023-05-18
Added
- FEATURE: if the
artifact_registry_listers
is provided, a new custom IAM role is created and assigned to theartifact_registry_listers
principals, allowing them to list the artifacts repositories.
Changed
- FEATURE: the
location
in therepositories
structure is now optional, and if it is not provided the repository will be cloned in thedefault_location
location.