From aec19ed4430e116f3f2eeb0343dffe9476f75cd7 Mon Sep 17 00:00:00 2001 From: David Liu Date: Mon, 27 Jul 2026 14:16:24 -0400 Subject: [PATCH 1/2] bump version to v0.19.1 --- VERSION | 2 +- temporal/api/cloud/namespace/v1/message.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f3a5a57..3a7f17e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.18.1 +v0.19.1 diff --git a/temporal/api/cloud/namespace/v1/message.proto b/temporal/api/cloud/namespace/v1/message.proto index 1f557c9..3dfeb33 100644 --- a/temporal/api/cloud/namespace/v1/message.proto +++ b/temporal/api/cloud/namespace/v1/message.proto @@ -403,7 +403,7 @@ message ExportSinkSpec { temporal.api.cloud.sink.v1.GCSSpec gcs = 4; // The Azure Blob configuration details when destination_type is Azure Blob. - // temporal:versioning:min_version=v0.18.1 + // temporal:versioning:min_version=v0.19.1 temporal.api.cloud.sink.v1.AzureBlobSpec azure_blob = 5; } From dd1a4445ec5ce771792f7c06cb387183b95f706f Mon Sep 17 00:00:00 2001 From: David Liu Date: Mon, 27 Jul 2026 14:19:26 -0400 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c167a2..0a8bfa4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use the Cloud Ops API in your project, preform the following 4 steps: The client is expected to pass in a `temporal-cloud-api-version` header with the api version identifier with every request it makes to the apis. The backend will use the version to safely mutate resources. The `temporal:versioning:min_version` label specifies the minimum version of the API that supports the field. -Current Version `v0.17.1` +Current Version `v0.19.1` ### URL