Skip to content

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

0.10.2

08 Sep 16:03
d5281eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...0.10.2

0.10.1

04 Mar 13:35
3c2d2b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

28 Feb 11:03
c8d6962
Compare
Choose a tag to compare

Compare with previous version

Added

  • FEAT: add the repositories_data output to expose the calculated data of the created repositories.

0.9.0

11 Feb 17:05
bf66f4b
Compare
Choose a tag to compare

Compare with previous version

⚠️ This release contains breaking changes. If you rely on the previous 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 the google_artifact_registry_repository resource) has been changed to false 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

15 Jan 10:43
780ede7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

17 Oct 09:41
e1ff061
Compare
Choose a tag to compare

Compare with previous version

Changed

  • FIX: use the value of username_password_credentials_password_secret_version instead of data output to keep latest as version for secret.

0.7.0

16 Oct 08:31
2f0d900
Compare
Choose a tag to compare

Compare with previous version

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

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.