Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 27, 2024
1 parent afe7858 commit e4f1a23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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-netapp-volumes/compare/v0.1.0...v0.2.0) (2024-02-27)


### ⚠ BREAKING CHANGES

* add deletion_policy in volumes ([#9](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/issues/9))

### Features

* add deletion_policy in volumes ([#9](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/issues/9)) ([c786042](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/commit/c78604263a3d0fe4dc5e61a29cc18ff76f0999ed))

## 0.1.0 (2024-02-07)


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.1"
version = "~> 0.2"
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.1.0"
module_name = "blueprints/terraform/terraform-google-netapp-volumes/v0.2.0"
}
}

0 comments on commit e4f1a23

Please sign in to comment.