Skip to content

Commit

Permalink
Bump GKE Hub Feature versions (#12091) (#19969)
Browse files Browse the repository at this point in the history
[upstream:dbcf181f5b40397442e7ac1fc51d2ac87f104eb8]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 22, 2024
1 parent e2bf2f8 commit c46d322
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changelog/12091.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
6 changes: 3 additions & 3 deletions google/services/gkehub2/resource_gke_hub_feature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ resource "google_gke_hub_feature" "feature" {
location = "global"
fleet_default_member_config {
configmanagement {
version = "1.16.0"
version = "1.19.1"
config_sync {
source_format = "hierarchy"
git {
Expand All @@ -515,7 +515,7 @@ resource "google_gke_hub_feature" "feature" {
location = "global"
fleet_default_member_config {
configmanagement {
version = "1.16.1"
version = "1.19.2"
management = "MANAGEMENT_MANUAL"
config_sync {
enabled = true
Expand Down Expand Up @@ -544,7 +544,7 @@ resource "google_gke_hub_feature" "feature" {
location = "global"
fleet_default_member_config {
configmanagement {
version = "1.16.1"
version = "1.19.2"
management = "MANAGEMENT_AUTOMATIC"
config_sync {
prevent_drift = true
Expand Down

0 comments on commit c46d322

Please sign in to comment.