Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Mar 14, 2024
1 parent 34f7304 commit c39032c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ 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.3.0](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/compare/v0.2.0...v0.3.0) (2024-03-05)


### Features

* Add vpc network project_id for shared VPC ([#13](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/issues/13)) ([34f7304](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/commit/34f7304fe775e92244e4fda7d92e55d6ccd39298))

## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/compare/v0.1.0...v0.2.0) (2024-02-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Functional examples are included in the [examples](./examples/) directory. Basic
```hcl
module "netapp_pool_volume" {
source = "GoogleCloudPlatform/netapp-volumes/google"
version = "~> 0.2"
version = "~> 0.3"
project_id = "test-project-id"
location = "us-central1"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-netapp-volumes/v0.2.0"
module_name = "blueprints/terraform/terraform-google-netapp-volumes/v0.3.0"
}
}

0 comments on commit c39032c

Please sign in to comment.