Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#22)
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 Jun 13, 2024
1 parent 71caf47 commit 2c0878c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ 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/).

## [1.0.0](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/compare/v0.3.0...v1.0.0) (2024-06-13)


### ⚠ BREAKING CHANGES

* **TPG>=5.33:** added support for volume backup ([#28](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/issues/28))

### Features

* Add Support to Monthly Snapshots ([#27](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/issues/27)) ([c98ecbc](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/commit/c98ecbc521ad7ca9f2156bd3e7ca0afa793a15aa))
* **TPG>=5.33:** added support for volume backup ([#28](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/issues/28)) ([71caf47](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/commit/71caf47da672b036af2cac88a287c9a643365014))


### Bug Fixes

* added smb example ([#21](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/issues/21)) ([32e140a](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/commit/32e140ae8774c8ccb4438b18078503f1f6f52b98))

## [0.3.0](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/compare/v0.2.0...v0.3.0) (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Functional examples are included in the [examples](./examples/) directory. Basic
```hcl
module "netapp_pool_volume" {
source = "GoogleCloudPlatform/netapp-volumes/google"
version = "~> 0.3"
version = "~> 1.0"
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.3.0"
module_name = "blueprints/terraform/terraform-google-netapp-volumes/v1.0.0"
}
}

0 comments on commit 2c0878c

Please sign in to comment.