Luca Prete
64738a1808
Add Agent Engine module. ( #3429 )
2025-10-20 17:02:39 +02:00
Julio Castillo
9b9ad76ced
Update gke-hub module to use new Policy Controller API ( #3332 )
...
* Update gke-hub to use new Policy Controller API
Fixes #3287
* Use same config format for servicemesh
* remove useless trys
* use ternaries as in the rest of the repo
* Update docs and fix tests
* Update variables
* Bump tofu version
* Bump terraform version 1.12
2025-10-13 09:47:39 +02:00
Taneli Leppä
f1762a5465
Add resource_manager_tags to gke-standard-cluster, gke-autopilot-cluster and gke-nodepool ( #3350 )
...
* Add resource_manager_tags to gke-nodepool, gke-standard-cluster's node_config and gke-autopilot
2025-09-23 15:51:37 +02:00
Ludovico Magnocavallo
c0aa691052
v45.0.0
2025-09-20 12:07:40 +00:00
Ludovico Magnocavallo
4801b65291
v44.2.0
2025-09-20 11:57:31 +00:00
Ludovico Magnocavallo
dc24cd10b6
add support for permissive mode to GKE cluster modules backup plans ( #3331 )
2025-09-17 07:15:20 +00:00
Ludovico Magnocavallo
75906c4e9e
add support for upgrade notification filters to gke cluster modules ( #3316 )
2025-09-10 16:03:32 +02:00
Ludovico Magnocavallo
894a0f5975
prep v44.1.0
2025-09-06 09:15:41 +00:00
Ludovico Magnocavallo
58643a8ab4
merge fast-dev and prepare v44.0.0
2025-09-05 09:18:21 +00:00
Julio Castillo
d3f0dc984e
Upgrade provider to version 7.0.1 ( #3291 )
...
* Upgrade provider to version 7.0.1
* Update READMEs
* Bring back depends_on for services and jobs
2025-09-01 17:29:20 +02:00
Ludovico Magnocavallo
9a2337ceb9
prepare v42.1.0
2025-09-01 15:05:09 +00:00
Deepak Kumar
fe9d1a589e
Provide node_pool_auto_config only when node auto provisioning is enabled for GKE standard cluster ( #3275 )
...
* Set node_pool_auto_config for GKE standard cluster only if auto provisioning is enabled
* handle null dereference for terraform cli less than v1.12
* fixed gke-hub test
Explicitly enable node auto provisioning
2025-08-14 12:47:07 +00:00
Wiktor Niesiobędzki
8468fd4ebc
Bump provider to 6.47.0, to allow use of gpu_zonal_redundancy_disabled in modules/cloud-run-v2
2025-08-13 15:21:27 +02:00
Ludovico Magnocavallo
f02aa1f63f
v42.0.0
2025-08-08 06:49:11 +00:00
Ludovico Magnocavallo
f9c76c8a87
version 41.1.0
2025-08-08 06:43:08 +00:00
Julio Castillo
b8efcc5d89
Add IP filtering support to modules/gcs ( #3216 )
...
* Add IP filtering to GCS
* Bump provider version
2025-07-04 18:57:32 +00:00
Ludo
e46178c241
Merge remote-tracking branch 'origin/master' into fast-dev
2025-06-29 14:19:43 +02:00
Ludo
268c92f92d
prep v40.2.0
2025-06-29 14:12:20 +02:00
Ludo
0e052abb59
Merge remote-tracking branch 'origin/master' into fast-dev
2025-06-28 09:40:24 +02:00
apichick
0b27e312a6
Added node_pool_auto_config to GKE cluster ( #3196 )
2025-06-26 18:26:09 +00:00
Sepehr Javid
562a7cfe17
Add default route action to internal app lb path matcher ( #3195 )
...
* add path_matcher.default_route_action
* update readme
* update versions
2025-06-26 14:21:32 +02:00
jacklever-hub24
e3b73b8867
Bring back master ipv4 cidr block ( #3153 )
...
* Re-added master_ipv4_cidr_block to fix issue 3152
* Regenerate tfdoc
* Extend to GKE Autopilot
---------
Co-authored-by: Julio Castillo <jccb@google.com >
2025-06-11 11:51:47 +02:00
Julio Castillo
a4e157a237
Expose private_endpoint_enforcement_enabled in gke modules ( #3119 )
2025-05-29 12:33:03 +02:00
Julio Castillo
271942f2ed
Bump Terraform to 1.11 ( #3120 )
...
* Bump Terraform version to 1.11
* Update workflows
2025-05-29 11:11:39 +02:00
Jai Srivastav
41eaeb8ea0
Remove default values for access_config.ip_config for gke cluster modules ( #3083 )
...
* Change default values for authorized_ranges from {} to null and
gcp_public_cidrs_access_enabled from false to null in the
access_config.ip_access variable. This ensures the dynamic
master_authorized_networks_config block is properly
conditional on user input.
Previously, these fields would never be null due to their
default values, causing the block to always be initialized
even when users didn't intend to configure authorized networks.
* remove explicit null
* Remove all defaults for access_config.ip_access. Fix permadiff.
* Fix tests
* Swap try with coalesce
---------
Co-authored-by: Julio Castillo <jccb@google.com >
2025-05-28 20:07:36 +00:00
Julio Castillo
1eeaf21b14
Prep release 40.1.0
2025-05-21 16:20:42 +02:00
Julio Castillo
94cdce4467
Add fast_version.txt to FAST stages ( #3107 )
...
* Add fast_versions.txt file
* Fix versions.tf module path
* Fix linter
2025-05-21 15:10:57 +02:00
Ludo
e4f83431bc
prep v40.0.0
2025-05-21 10:25:45 +02:00
Ludo
4a66fbf680
prep v39.2.0
2025-05-21 09:23:49 +02:00
apichick
a5895d4e7c
Added auto-provisioning-locations to gke-cluster-standard module ( #3103 )
2025-05-20 15:42:03 +00:00
Maciej Sikora
2e3335630a
Enable multi-network GKE ( #3096 )
...
* feat: enable multi networking feature
* enable multi nerworking
* enable multi nerworking
* fmt
* regenerate docs
* feat: enables multinetwork in autopilot clusters
2025-05-19 16:43:59 +00:00
6uellerBpanda
c0afa55b3b
feat(gke): add kubelet_readonly_port_enabled ( #3092 )
...
Thanks for this!
2025-05-19 11:07:15 +02:00
Ludo
41b4cdef68
prep v40.0.0-rc1
2025-05-05 14:24:32 +02:00
Ludo
46f4bb9d85
prep v39.1.0
2025-05-05 14:19:45 +02:00
Ludovico Magnocavallo
623f2b0113
Enable repd tag bindings in compute-vm module ( #3063 )
...
* enable repd tag bindings in compute-vm module
* tfdoc
2025-05-03 11:29:07 +02:00
Ludo
205a43a96f
prepare v39.0.0
2025-04-18 17:44:29 +02:00
Ludo
89e68a8e22
prepare v38.2.0
2025-04-18 17:32:51 +02:00
Julio Castillo
bd829e6ba3
Allow disabling GKE IP endpoints and setting GKE VPC scope DNS domain ( #2997 )
...
* Allow disabling IP access to GKE control plane
* Add additive VPC scope DNS domain to gke clusters
* Fix typo
* Bump provider to 6.27.0
* Update readme
2025-04-02 07:03:58 +00:00
Marco Cadetg
2b2e52fecd
feat: add gcp_public_cidrs_access_enabled to gke-cluster-{autopilot,standard} ( #2993 )
2025-04-01 06:17:44 +00:00
Ludo
d487590e01
v38.1.0
2025-03-22 13:28:10 +01:00
Wiktor Niesiobędzki
73022a710a
Revert "Fix broken upgrades of TF provider for routes"
...
This reverts commit 7f58f1ae31 .
2025-03-18 11:06:46 +01:00
Wiktor Niesiobędzki
7f58f1ae31
Fix broken upgrades of TF provider for routes
2025-03-18 09:41:57 +01:00
Federico Preli
acaac300ae
Adding enterprise_config -> desired_tier feature to GKE autopilot and standard ( #2962 )
...
Add
2025-03-17 16:41:48 +00:00
Julio Castillo
34e7d90448
Update GKE addons and features ( #2956 )
...
* Update GKE addons and features
* Fix tests
2025-03-14 19:07:16 +00:00
Ludo
fb300f9e58
v38.0.0
2025-02-21 09:40:35 +01:00
Ludo
93f2a3f272
Merge remote-tracking branch 'origin/master' into fast-dev
2025-02-21 09:36:51 +01:00
Ludo
79ee5e8dd7
v37.4.0
2025-02-21 09:29:51 +01:00
Julio Castillo
21253a1768
Add title to VPC-SC directional policies ( #2909 )
...
* Add title to VPC-SC directional policies
* Ignore versions.tf in diffs
* Update versions.tf
* Fail if a perimeter uses unknown directional policies
2025-02-20 08:48:08 +00:00
Ludovico Magnocavallo
9148e76087
Add support for project-level log sinks to FAST stage 0 ( #2893 )
...
* Fix ipv6 and align loadbalancer address types
* Release v37.3.0
* add support for project-level log sinks to stage 0
---------
Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com >
2025-02-14 11:58:18 +01:00
Wiktor Niesiobędzki
5e31633f34
Release v37.3.0
2025-02-12 13:16:16 +00:00