From b16d7c7d95c12d59a6d1e70e2162bd0260b99676 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 11:31:49 +0000 Subject: [PATCH] chore(main): release 0.2.0 (#28) --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- metadata.yaml | 2 +- versions.tf | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5caf8e..a962799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). +## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-artifact-registry/compare/v0.1.1...v0.2.0) (2024-05-12) + + +### Features + +* added custom repo ([#29](https://github.com/GoogleCloudPlatform/terraform-google-artifact-registry/issues/29)) ([4698120](https://github.com/GoogleCloudPlatform/terraform-google-artifact-registry/commit/4698120d8ad0e659d0934d78e35542daf3fcc145)) + + +### Bug Fixes + +* updated minimum version constraint ([#27](https://github.com/GoogleCloudPlatform/terraform-google-artifact-registry/issues/27)) ([f204125](https://github.com/GoogleCloudPlatform/terraform-google-artifact-registry/commit/f204125647e2ff86f9d5f360cbbb6d5e09f46d2d)) + ## [0.1.1](https://github.com/GoogleCloudPlatform/terraform-google-artifact-registry/compare/v0.1.0...v0.1.1) (2024-02-26) diff --git a/README.md b/README.md index dec466b..fbbb371 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Basic usage of this module is as follows: ```hcl module "artifact_registry" { source = "GoogleCloudPlatform/artifact-registry/google" - version = "~> 0.1" + version = "~> 0.2" # Required variables project_id = "" diff --git a/metadata.yaml b/metadata.yaml index d07cd19..e3c069d 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -23,7 +23,7 @@ spec: source: repo: https://github.com/googlestaging/terraform-google-artifact-registry.git sourceType: git - version: 0.1.1 + version: 0.2.0 actuationTool: type: Terraform version: '>= 0.13' diff --git a/versions.tf b/versions.tf index 4b05658..838c965 100644 --- a/versions.tf +++ b/versions.tf @@ -28,6 +28,6 @@ terraform { } provider_meta "google" { - module_name = "blueprints/terraform/artifact-registry/v0.1.1" + module_name = "blueprints/terraform/artifact-registry/v0.2.0" } }