Skip to content

Commit 8f1af80

Browse files
committed
Deprecate v0 series
1 parent 53a3010 commit 8f1af80

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/main.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ enum ResponseTypes {
5050
* primary entry point. It is documented inline.
5151
*/
5252
export async function run(): Promise<void> {
53+
// v0 is deprecated and is no longer supported per our "two major versions"
54+
// policy.
55+
core.error(
56+
`The v0 series of google-github-actions/deploy-cloudrun is no longer ` +
57+
`maintained. It will not receive updates, improvements, or security ` +
58+
`patches. Please upgrade to the latest supported versions: ` +
59+
`\n` +
60+
`\n` +
61+
` https://github.com/google-github-actions/deploy-cloudrun`,
62+
);
63+
5364
core.exportVariable(GCLOUD_METRICS_ENV_VAR, GCLOUD_METRICS_LABEL);
5465
try {
5566
// Get inputs

0 commit comments

Comments
 (0)