Releases: sparkfabrik/terraform-google-gcp-artifact-registry
Releases · sparkfabrik/terraform-google-gcp-artifact-registry
0.10.2
What's Changed
- refs platform#3617: fix cleanup policies validation by @FabrizioCafolla in #20 and #21
Full Changelog: 0.10.1...0.10.2
0.10.1
0.10.0
Added
- FEAT: add the
repositories_data
output to expose the calculated data of the created repositories.
0.9.0
docker_immutable_tags
variable default value (true
), you must update your configuration to set it explicitly. Now the default value is false
.
Changed
- BREAKING: The
docker_immutable_tags
variable (docker_config.immutable_tags
configuration of thegoogle_artifact_registry_repository
resource) has been changed tofalse
by default. This is a breaking change if you were relying on the previous default value of true. - FEAT: add
additional_labels
variable to add custom labels to the artifact registry repositories.
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
.