Skip to content

Commit

Permalink
Bumps the longhauls to 1.13.2 (and .net packages to 1.13.0 stable fro…
Browse files Browse the repository at this point in the history
…m rc) (#218)

* chore: bump dapr to 1.13.1 release

Signed-off-by: mikeee <[email protected]>

* chore: bump .net sdk packages to 1.13.0 stable

Signed-off-by: mikeee <[email protected]>

* Bump to 1.13.2

Co-authored-by: Elena Kolevska <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>

---------

Signed-off-by: mikeee <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Co-authored-by: Elena Kolevska <[email protected]>
  • Loading branch information
mikeee and elena-kolevska authored Apr 9, 2024
1 parent 643e552 commit 4375543
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dapr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
env:
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
DAPR_RUNTIME_VER: 1.13.0-rc.6
DAPR_RUNTIME_VER: 1.13.2
DAPR_NAMESPACE: dapr-system
TEST_CLUSTER_NAME: aks-longhaul-release
TEST_RESOURCE_GROUP: aks-longhaul-release
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: azure/setup-kubectl@v3
with:
version: ${{ env.KUBECTLVER }}
id: install
id: install
- name: Deploy test applications
working-directory: ./longhaul
run: |
Expand Down
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project>
<ItemGroup>
<PackageVersion Include="Dapr.Client" Version="1.13.0-rc03" />
<PackageVersion Include="Dapr.AspNetCore" Version="1.13.0-rc03" />
<PackageVersion Include="Dapr.Actors.AspNetCore" Version="1.13.0-rc03" />
<PackageVersion Include="Dapr.Workflow" Version="1.13.0-rc03" />
<PackageVersion Include="Dapr.Client" Version="1.13.0" />
<PackageVersion Include="Dapr.AspNetCore" Version="1.13.0" />
<PackageVersion Include="Dapr.Actors.AspNetCore" Version="1.13.0" />
<PackageVersion Include="Dapr.Workflow" Version="1.13.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageVersion Include="prometheus-net" Version="3.5.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 4375543

Please sign in to comment.