Skip to content

Commit ad464fb

Browse files
authored
chore: release v0.31.5 (GoogleCloudPlatform#715)
* chore: bump version to 0.31.5 * test: update Makefile snapshots and hashes - Regenerate Makefile snapshots for all test configurations - Update hash file to match current template output --------- Co-authored-by: eliasecchig <eliasecchig@users.noreply.github.com>
1 parent 5a74d3a commit ad464fb

11 files changed

+18
-18
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-starter-pack"
3-
version = "0.31.4"
3+
version = "0.31.5"
44
description = "CLI to bootstrap production-ready Google Cloud GenAI agent projects from templates."
55
authors = [
66
{ name = "Google LLC", email = "agent-starter-pack@google.com" },
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"adk_a2a_agent_engine": "e50910683a24d9eaedc8adb714bb9f9eab8af9e9151b7fa16be8e66052c28146",
3-
"adk_a2a_cloud_run": "9fde4e89eceaa6dc9600d504abbb5c92f03e24ce74427701984b83baa4c470ad",
3+
"adk_a2a_cloud_run": "92b91981cbfd71d5d6350d85b4d4336fed9af16c72befd9b287700f78302d475",
44
"adk_agent_engine_no_data": "e043a1621cca3113d5df08aa54764e629d25ab85ade1ec27a617d035b446295f",
5-
"adk_cloud_run_no_data": "d32966cd14a5cffe621d330d765c760d8d76312a577af0a85a134e247dc4c69f",
5+
"adk_cloud_run_no_data": "a7add7c1e46b9f6cb91981144e673fcea4faad40af22fbc9b31ba28f0e4f16b6",
66
"adk_live_agent_engine": "533a3febfefe854f92f4744b5365e88fd395156853f37232a75043a6e66c5566",
7-
"adk_live_cloud_run": "308a3361f94f0b92555525e65f0a6e327d5a2ea9245252cae07486a6904c2226",
8-
"agent_with_agent_garden": "e72e281dd1a736e5438bd67f999c0e77e8ebc174f5cf6ffe5ecc31323f8ef885",
9-
"agent_with_custom_commands": "3c31581326c34dd0712e0c5f8e3b8bcb9c54b9bb85d19c72038b4d409492f418",
10-
"agentic_rag_cloud_run_vector_search": "0640177e14657313b61d0d4984fc5cb23db34d24cb23aa2b75890e4302346c04",
11-
"agentic_rag_cloud_run_vertex_search": "3cb1bb756d80f3d8fc83d6041a070e81d975759565e7727ec0ab14455257d72a",
7+
"adk_live_cloud_run": "9330fb90ef729b4da44d0067af1ec11c2bdc22356a4ad15b083eddc6625f2b5c",
8+
"agent_with_agent_garden": "d140a9ed58cf05755cfdf769f7de891465a2c5309363399986d78a7fcb4b5d03",
9+
"agent_with_custom_commands": "7074c57e71c5e9527b78eb1b27de989f875e9efe3f9e857861114c1a5bc7b6ef",
10+
"agentic_rag_cloud_run_vector_search": "af4339d6f7ea405eb760a10b49e03d04d5cb817cc3e2f865e54d7531305f7f0f",
11+
"agentic_rag_cloud_run_vertex_search": "731ade1232409e7b696790c52f98c22c8e8d91c0519724bcca8f571ef75b0f61",
1212
"langgraph_agent_engine": "49f01d675b52b0b8669d5c98270519ee33dc5aee7196e5a00eae5bdeaeac2b37",
13-
"langgraph_cloud_run": "43b6345bb904d83317ed1e6cb0d264e5e01f62fbbfc21c78f9ea89a578bf0283"
13+
"langgraph_cloud_run": "3e33383b3a9c2b1b684d173e38d702f4d60a554926ad7f56064c14383871786b"
1414
}

tests/fixtures/makefile_snapshots/adk_a2a_cloud_run.makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ deploy:
103103
--labels "created-by=adk" \
104104
--update-build-env-vars "AGENT_VERSION=$(shell awk -F'"' '/^version = / {print $$2}' pyproject.toml || echo '0.0.0')" \
105105
--update-env-vars \
106-
"COMMIT_SHA=$(shell git rev-parse HEAD),APP_URL=https://test-a2a-$$PROJECT_NUMBER.us-central1.run.app" \
106+
"APP_URL=https://test-a2a-$$PROJECT_NUMBER.us-central1.run.app" \
107107
$(if $(IAP),--iap) \
108108
$(if $(PORT),--port=$(PORT))
109109

tests/fixtures/makefile_snapshots/adk_cloud_run_no_data.makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ deploy:
4949
--labels "created-by=adk" \
5050
--update-build-env-vars "AGENT_VERSION=$(shell awk -F'"' '/^version = / {print $$2}' pyproject.toml || echo '0.0.0')" \
5151
--update-env-vars \
52-
"COMMIT_SHA=$(shell git rev-parse HEAD)" \
52+
"" \
5353
$(if $(IAP),--iap) \
5454
$(if $(PORT),--port=$(PORT))
5555

tests/fixtures/makefile_snapshots/adk_live_cloud_run.makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ deploy:
6969
--labels "" \
7070
--update-build-env-vars "AGENT_VERSION=$(shell awk -F'"' '/^version = / {print $$2}' pyproject.toml || echo '0.0.0')" \
7171
--update-env-vars \
72-
"COMMIT_SHA=$(shell git rev-parse HEAD)" \
72+
"" \
7373
$(if $(IAP),--iap) \
7474
$(if $(PORT),--port=$(PORT))
7575

tests/fixtures/makefile_snapshots/agent_with_agent_garden.makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ deploy:
4949
--labels "created-by=adk,deployed-with=agent-garden,vertex-agent-sample-id=sample-123,vertex-agent-sample-publisher=google" \
5050
--update-build-env-vars "AGENT_VERSION=$(shell awk -F'"' '/^version = / {print $$2}' pyproject.toml || echo '0.0.0')" \
5151
--update-env-vars \
52-
"COMMIT_SHA=$(shell git rev-parse HEAD)" \
52+
"" \
5353
$(if $(IAP),--iap) \
5454
$(if $(PORT),--port=$(PORT))
5555

tests/fixtures/makefile_snapshots/agent_with_custom_commands.makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ deploy:
5454
--labels "" \
5555
--update-build-env-vars "AGENT_VERSION=$(shell awk -F'"' '/^version = / {print $$2}' pyproject.toml || echo '0.0.0')" \
5656
--update-env-vars \
57-
"COMMIT_SHA=$(shell git rev-parse HEAD)" \
57+
"" \
5858
$(if $(IAP),--iap) \
5959
$(if $(PORT),--port=$(PORT))
6060

tests/fixtures/makefile_snapshots/agentic_rag_cloud_run_vector_search.makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy:
4747
--labels "" \
4848
--update-build-env-vars "AGENT_VERSION=$(shell awk -F'"' '/^version = / {print $$2}' pyproject.toml || echo '0.0.0')" \
4949
--update-env-vars \
50-
"COMMIT_SHA=$(shell git rev-parse HEAD),VECTOR_SEARCH_INDEX=test-rag-vector-search,VECTOR_SEARCH_INDEX_ENDPOINT=test-rag-vector-search-endpoint,VECTOR_SEARCH_BUCKET=$$PROJECT_ID-test-rag-vs" \
50+
"VECTOR_SEARCH_INDEX=test-rag-vector-search,VECTOR_SEARCH_INDEX_ENDPOINT=test-rag-vector-search-endpoint,VECTOR_SEARCH_BUCKET=$$PROJECT_ID-test-rag-vs" \
5151
$(if $(IAP),--iap) \
5252
$(if $(PORT),--port=$(PORT))
5353

tests/fixtures/makefile_snapshots/agentic_rag_cloud_run_vertex_search.makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy:
4747
--labels "" \
4848
--update-build-env-vars "AGENT_VERSION=$(shell awk -F'"' '/^version = / {print $$2}' pyproject.toml || echo '0.0.0')" \
4949
--update-env-vars \
50-
"COMMIT_SHA=$(shell git rev-parse HEAD),DATA_STORE_ID=test-rag-datastore,DATA_STORE_REGION=us" \
50+
"DATA_STORE_ID=test-rag-datastore,DATA_STORE_REGION=us" \
5151
$(if $(IAP),--iap) \
5252
$(if $(PORT),--port=$(PORT))
5353

tests/fixtures/makefile_snapshots/langgraph_cloud_run.makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ deploy:
102102
--labels "" \
103103
--update-build-env-vars "AGENT_VERSION=$(shell awk -F'"' '/^version = / {print $$2}' pyproject.toml || echo '0.0.0')" \
104104
--update-env-vars \
105-
"COMMIT_SHA=$(shell git rev-parse HEAD),APP_URL=https://test-langgraph-$$PROJECT_NUMBER.us-central1.run.app" \
105+
"APP_URL=https://test-langgraph-$$PROJECT_NUMBER.us-central1.run.app" \
106106
$(if $(IAP),--iap) \
107107
$(if $(PORT),--port=$(PORT))
108108

0 commit comments

Comments
 (0)