Skip to content

Commit e3e7721

Browse files
authored
chore: release v0.32.1 (#746)
* chore: bump version to 0.32.1 * fix: add --cicd-runner to integration tests for enhance command Update integration tests to include --cicd-runner skip when using --auto-approve, matching the new requirement for programmatic invocation. --------- Co-authored-by: eliasecchig <eliasecchig@users.noreply.github.com>
1 parent 0601aeb commit e3e7721

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.32.0"
3+
version = "0.32.1"
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" },

tests/integration/test_agent_directory_functionality.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ def main():
220220
"assistant",
221221
"--auto-approve",
222222
"--skip-checks",
223+
"--cicd-runner",
224+
"skip",
223225
]
224226

225227
result = run_command(
@@ -309,6 +311,8 @@ def main():
309311
".",
310312
"--auto-approve",
311313
"--skip-checks",
314+
"--cicd-runner",
315+
"skip",
312316
]
313317

314318
result = run_command(
@@ -388,6 +392,8 @@ def test_enhance_with_yaml_config_agent(self, deployment_target: str) -> None:
388392
deployment_target,
389393
"--auto-approve",
390394
"--skip-checks",
395+
"--cicd-runner",
396+
"skip",
391397
]
392398

393399
run_command(cmd, cwd=project_path, message="Running enhance command")

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)