Commit a62930e
authored
fix: correct service.tf conditional for adk_live and upgrade Node.js to 20 (#692)
* fix: correct service.tf conditional for adk_live and upgrade Node.js to 20
- Fix service.tf exclusion to only apply when adk_live AND agent_engine
- Previously excluded service.tf for all adk_live deployments including cloud_run
- Upgrade Node.js from deprecated 18.x to 20.x LTS in Dockerfile and docs workflow
* refactor: extract shared lambda for service.tf conditional
DRY up the repeated lambda by defining _exclude_adk_live_agent_engine helper.1 parent e586d8d commit a62930e
File tree
3 files changed
+9
-6
lines changed- .github/workflows
- agent_starter_pack
- cli/utils
- deployment_targets/cloud_run/python
3 files changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| |||
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments