Skip to content

Commit

Permalink
Merge pull request #11 from mineiros-io/waxb/prepare-release-v0.1.0
Browse files Browse the repository at this point in the history
chore: prepare release v0.1.0
  • Loading branch information
waxb authored Nov 14, 2022
2 parents cb683af + e962775 commit b334261
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]

### Added

- Add support for `monitoring_config` block
Expand Down Expand Up @@ -69,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add support for `google_container_cluster` with autopilot enabled

[unreleased]: https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.0.4...HEAD
[unreleased]: https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.0.4...v0.1.0
[0.0.4]: https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.0.1...v0.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Most common usage of the module:

```hcl
module "terraform-google-gke-autopilot-cluster" {
source = "git@github.com:mineiros-io/terraform-google-gke-autopilot-cluster.git?ref=v0.0.4"
source = "git@github.com:mineiros-io/terraform-google-gke-autopilot-cluster.git?ref=v0.1.0"
name = "gke-example"
network = "vpc_self_link"
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ section {
```hcl
module "terraform-google-gke-autopilot-cluster" {
source = "git@github.com:mineiros-io/terraform-google-gke-autopilot-cluster.git?ref=v0.0.4"
source = "git@github.com:mineiros-io/terraform-google-gke-autopilot-cluster.git?ref=v0.1.0"
name = "gke-example"
network = "vpc_self_link"
Expand Down

0 comments on commit b334261

Please sign in to comment.