-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for monitoring prometheus (#57)
- Loading branch information
1 parent
8841377
commit 483abe4
Showing
3 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,31 @@ | ||
## vpc-native-beta-v1.5.1 | ||
|
||
- Enables utilizing GCP managed prometheus | ||
|
||
## vpc-native-beta-v1.5.0 | ||
* Prepares module for compatibility with future 4.x GCP provider | ||
|
||
- Prepares module for compatibility with future 4.x GCP provider | ||
|
||
## vpc-native-beta-v1.4.5 | ||
* The initial node_pool needs to have a n2d machine type if confidential nodes are enabled | ||
|
||
- The initial node_pool needs to have a n2d machine type if confidential nodes are enabled | ||
|
||
## vpc-native-beta-v1.4.4 | ||
* Fix typo var name var.enabled_confidential_nodes -> var.enable_confidential_nodes | ||
|
||
- Fix typo var name var.enabled_confidential_nodes -> var.enable_confidential_nodes | ||
|
||
## vpc-native-beta-v1.4.3 | ||
* Added var.enabled_confidential_nodes to allow deploying using confidential nodes | ||
|
||
- Added var.enabled_confidential_nodes to allow deploying using confidential nodes | ||
|
||
## vpc-native-beta-v1.4.2 | ||
* Added parameters for enabling GKE usage metering | ||
|
||
- Added parameters for enabling GKE usage metering | ||
|
||
## vpc-native-beta-v1.4.1 | ||
* Added the ability to use shielded nodes in a cluster | ||
|
||
- Added the ability to use shielded nodes in a cluster | ||
|
||
### Initial Release | ||
* GKE Module that supports private and public cluster settings with beta features using the `google-beta` provider. | ||
|
||
- GKE Module that supports private and public cluster settings with beta features using the `google-beta` provider. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters