File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.0]
11+
1012### Added
1113
1214- Add support for ` monitoring_config ` block
@@ -69,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6971
7072- Add support for ` google_container_cluster ` with autopilot enabled
7173
72- [ unreleased ] : https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.0.4...HEAD
74+ [ unreleased ] : https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.1.0...HEAD
75+ [ 0.1.0 ] : https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.0.4...v0.1.0
7376[ 0.0.4 ] : https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.0.3...v0.0.4
7477[ 0.0.3 ] : https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.0.2...v0.0.3
7578[ 0.0.2 ] : https://github.com/mineiros-io/terraform-google-gke-autopilot-cluster/compare/v0.0.1...v0.0.2
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Most common usage of the module:
5353
5454``` hcl
5555module "terraform-google-gke-autopilot-cluster" {
56- source = "git@github.com:mineiros-io/terraform-google-gke-autopilot-cluster.git?ref=v0.0.4 "
56+ source = "git@github.com:mineiros-io/terraform-google-gke-autopilot-cluster.git?ref=v0.1.0 "
5757
5858 name = "gke-example"
5959 network = "vpc_self_link"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ section {
6969
7070 ```hcl
7171 module "terraform-google-gke-autopilot-cluster" {
72- source = "git@github.com:mineiros-io/terraform-google-gke-autopilot-cluster.git?ref=v0.0.4 "
72+ source = "git@github.com:mineiros-io/terraform-google-gke-autopilot-cluster.git?ref=v0.1.0 "
7373
7474 name = "gke-example"
7575 network = "vpc_self_link"
You can’t perform that action at this time.
0 commit comments