Skip to content

Commit

Permalink
Adds possibility to define a specific dapr cli version (#228)
Browse files Browse the repository at this point in the history
* Adds possibility to define a specific dapr cli version and updates it to 1.14.0-rc.4

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Updates release timeline

Signed-off-by: Elena Kolevska <elena@kolevska.com>

---------

Signed-off-by: Elena Kolevska <elena@kolevska.com>
  • Loading branch information
elena-kolevska authored Jul 18, 2024
1 parent 55cea81 commit 66dabf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dapr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
DAPR_RUNTIME_VER: v1.14.0-rc.3
DAPR_CLI_VER: 1.14.0-rc.4
DAPR_NAMESPACE: dapr-system
TEST_CLUSTER_NAME: aks-longhaul-release
TEST_RESOURCE_GROUP: aks-longhaul-release
Expand All @@ -27,7 +28,7 @@ jobs:
KUBECTLVER: v1.19.3
steps:
- name: Set up Dapr CLI
run: wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash
run: wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s ${{ env.DAPR_CLI_VER }}
- name: Set up Helm ${{ env.HELMVER }}
uses: azure/setup-helm@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions release_deploy_timeline.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# deploy-longhaul-release timeline

- 2024-07-18 - Updated dapr version to 1.14.0-rc.3 (from 1.13.3), dapr cli to 1.14.0-rc.4 (from master) and updated apps version to use sdk version 1.14.0-rc01 (from 1.13.0)
- 2024-05-22 - Updated dapr version to 1.13.3 (from 1.13.2)
- 2024-04-27 - Reverted the deployment of the wrong helm charts
- 2024-04-26 - Mistakenly deployed the wrong helm charts
- 2024-04-15 - Updated apps version to use sdk version 1.13.0 (from 1.13.0-rc3)
Expand Down

0 comments on commit 66dabf6

Please sign in to comment.