Skip to content

Conversation

@178inaba
Copy link

@178inaba 178inaba commented Jan 2, 2026

Fixes #593

Summary

  • Remove the beta warning for Cloud Run jobs
  • Remove the --update-secrets to --set-secrets flag conversion logic

Background

Cloud Run jobs support was added in v2.4.0 (April 2024) with a beta warning. The --update-secrets flag is now supported for gcloud run jobs deploy, so the flag conversion logic and associated warning are no longer needed.

Changes

  • src/main.ts: Removed beta warning (lines 171-174) and flag conversion logic (lines 192-201)
  • dist/main/index.js: Rebuilt

Cloud Run jobs support was added in v2.4.0 with a beta warning.
The `--update-secrets` flag is now supported for `gcloud run jobs deploy`,
so the flag conversion logic is no longer needed.

Fixes google-github-actions#593
@178inaba 178inaba requested a review from a team as a code owner January 2, 2026 18:24
@178inaba 178inaba requested review from R2wenD2 and verbanicm January 2, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Remove beta warning and obsolete flag conversion for Cloud Run jobs

1 participant