From 87cbc686721f8e8aab79939e7d5d5d3448ac52fc Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Tue, 28 Jan 2025 14:50:56 +0000 Subject: [PATCH 1/5] Updates to python sdk 1.15.0rc2 Signed-off-by: Elena Kolevska --- bindings/python/sdk/batch/requirements.txt | 2 +- configuration/python/sdk/order-processor/requirements.txt | 2 +- pub_sub/python/sdk/checkout/requirements.txt | 2 +- pub_sub/python/sdk/order-processor/requirements.txt | 2 +- secrets_management/python/sdk/order-processor/requirements.txt | 2 +- service_invocation/python/http/order-processor/requirements.txt | 2 +- state_management/python/sdk/order-processor/requirements.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bindings/python/sdk/batch/requirements.txt b/bindings/python/sdk/batch/requirements.txt index 3dcb76e58..3f5564fe9 100644 --- a/bindings/python/sdk/batch/requirements.txt +++ b/bindings/python/sdk/batch/requirements.txt @@ -1,3 +1,3 @@ -dapr>=1.14.0a,<1.15.0 +dapr>=1.15.0rc2 Flask typing-extensions \ No newline at end of file diff --git a/configuration/python/sdk/order-processor/requirements.txt b/configuration/python/sdk/order-processor/requirements.txt index ef33d1448..5740a9596 100644 --- a/configuration/python/sdk/order-processor/requirements.txt +++ b/configuration/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr>=1.14.0a,<1.15.0 +dapr>=1.15.0rc2 typing-extensions \ No newline at end of file diff --git a/pub_sub/python/sdk/checkout/requirements.txt b/pub_sub/python/sdk/checkout/requirements.txt index edf08c44e..a54f31e7b 100644 --- a/pub_sub/python/sdk/checkout/requirements.txt +++ b/pub_sub/python/sdk/checkout/requirements.txt @@ -1 +1 @@ -dapr>=1.14.0a,<1.15.0 +dapr>=1.15.0rc2 diff --git a/pub_sub/python/sdk/order-processor/requirements.txt b/pub_sub/python/sdk/order-processor/requirements.txt index 3c27e16e2..66c805002 100644 --- a/pub_sub/python/sdk/order-processor/requirements.txt +++ b/pub_sub/python/sdk/order-processor/requirements.txt @@ -1,5 +1,5 @@ Flask -dapr>=1.14.0a,<1.15.0 +dapr>=1.15.0rc2 cloudevents uvicorn typing-extensions \ No newline at end of file diff --git a/secrets_management/python/sdk/order-processor/requirements.txt b/secrets_management/python/sdk/order-processor/requirements.txt index ef33d1448..5740a9596 100644 --- a/secrets_management/python/sdk/order-processor/requirements.txt +++ b/secrets_management/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr>=1.14.0a,<1.15.0 +dapr>=1.15.0rc2 typing-extensions \ No newline at end of file diff --git a/service_invocation/python/http/order-processor/requirements.txt b/service_invocation/python/http/order-processor/requirements.txt index 382469136..e7683c07f 100644 --- a/service_invocation/python/http/order-processor/requirements.txt +++ b/service_invocation/python/http/order-processor/requirements.txt @@ -1,3 +1,3 @@ Flask -dapr +dapr>=1.15.0rc2 typing-extensions \ No newline at end of file diff --git a/state_management/python/sdk/order-processor/requirements.txt b/state_management/python/sdk/order-processor/requirements.txt index ef33d1448..5740a9596 100644 --- a/state_management/python/sdk/order-processor/requirements.txt +++ b/state_management/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr>=1.14.0a,<1.15.0 +dapr>=1.15.0rc2 typing-extensions \ No newline at end of file From 7d1cac368912c6bafb26952ede77f9ae88a14033 Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Tue, 28 Jan 2025 15:04:27 +0000 Subject: [PATCH 2/5] Test fix Signed-off-by: Elena Kolevska --- cryptography/go/sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/go/sdk/README.md b/cryptography/go/sdk/README.md index 63eadf21c..3f5b9366f 100644 --- a/cryptography/go/sdk/README.md +++ b/cryptography/go/sdk/README.md @@ -59,7 +59,7 @@ expected_stdout_lines: - '== APP == Encrypted the message, got 856 bytes' - '== APP == Decrypted the message, got 24 bytes' - '== APP == The secret is "passw0rd"' - - '== APP == Wrote decrypted data to encrypted.out' + - '== APP == Wrote encrypted data to encrypted.out' - '== APP == Wrote decrypted data to decrypted.out.jpg' - "Exited App successfully" expected_stderr_lines: From 9469080ca811765cb44e33567963054945a4e751 Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Tue, 28 Jan 2025 15:07:20 +0000 Subject: [PATCH 3/5] test fix Signed-off-by: Elena Kolevska --- cryptography/go/sdk/README.md | 2 +- cryptography/python/sdk/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptography/go/sdk/README.md b/cryptography/go/sdk/README.md index 3f5b9366f..63eadf21c 100644 --- a/cryptography/go/sdk/README.md +++ b/cryptography/go/sdk/README.md @@ -59,7 +59,7 @@ expected_stdout_lines: - '== APP == Encrypted the message, got 856 bytes' - '== APP == Decrypted the message, got 24 bytes' - '== APP == The secret is "passw0rd"' - - '== APP == Wrote encrypted data to encrypted.out' + - '== APP == Wrote decrypted data to encrypted.out' - '== APP == Wrote decrypted data to decrypted.out.jpg' - "Exited App successfully" expected_stderr_lines: diff --git a/cryptography/python/sdk/README.md b/cryptography/python/sdk/README.md index ab7287d57..6cc97ec99 100644 --- a/cryptography/python/sdk/README.md +++ b/cryptography/python/sdk/README.md @@ -60,7 +60,7 @@ expected_stdout_lines: - '== APP == Encrypted the message, got 856 bytes' - '== APP == Decrypted the message, got 24 bytes' - '== APP == The secret is "passw0rd"' - - '== APP == Wrote decrypted data to encrypted.out' + - '== APP == Wrote encrypted data to encrypted.out' - '== APP == Wrote decrypted data to decrypted.out.jpg' - "Exited App successfully" expected_stderr_lines: From b2e9254a9354264c7b9583ead9cb457972a34804 Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Tue, 28 Jan 2025 21:34:48 +0000 Subject: [PATCH 4/5] Bumps runtime and cli versions Signed-off-by: Elena Kolevska --- .github/env/global.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/env/global.env b/.github/env/global.env index 709fd1e87..950491a00 100644 --- a/.github/env/global.env +++ b/.github/env/global.env @@ -1,5 +1,5 @@ -DAPR_CLI_VERSION: 1.15.0-rc.2 -DAPR_RUNTIME_VERSION: 1.15.0-rc.5 +DAPR_CLI_VERSION: 1.15.0-rc.3 +DAPR_RUNTIME_VERSION: 1.15.0-rc.7 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/ DAPR_DEFAULT_IMAGE_REGISTRY: ghcr From b3688c5b1608175b606fa554dd7b0628929c5e3a Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Thu, 30 Jan 2025 02:14:04 +0000 Subject: [PATCH 5/5] Bumps runtime to rc8 Signed-off-by: Elena Kolevska --- .github/env/global.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/env/global.env b/.github/env/global.env index 950491a00..d44c1e5cb 100644 --- a/.github/env/global.env +++ b/.github/env/global.env @@ -1,5 +1,5 @@ DAPR_CLI_VERSION: 1.15.0-rc.3 -DAPR_RUNTIME_VERSION: 1.15.0-rc.7 +DAPR_RUNTIME_VERSION: 1.15.0-rc.8 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/ DAPR_DEFAULT_IMAGE_REGISTRY: ghcr