Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 12, 2024
1 parent 4698120 commit b16d7c7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<PROJECT ID>"
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit b16d7c7

Please sign in to comment.