Skip to content

Commit

Permalink
Update release longhaul to Dapr & dotNet latest 1.12.0 release candid…
Browse files Browse the repository at this point in the history
…ate (#187)

* Update release longhaul. to 1.12.0-rc.1.

Update Dapr to last release candidate (1.12.0-rc.1).

Signed-off-by: Tiago Alves Macambira <[email protected]>

* Also update dotNet SDK to release candidate

Signed-off-by: Tiago Alves Macambira <[email protected]>

* Upgrading to 1.12.0-rc.2

Signed-off-by: Tiago Alves Macambira <[email protected]>

---------

Signed-off-by: Tiago Alves Macambira <[email protected]>
  • Loading branch information
tmacam authored Sep 18, 2023
1 parent 2b1dd52 commit 264ef3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dapr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
DAPR_RUNTIME_VER: 1.11.2-rc.2
DAPR_RUNTIME_VER: 1.12.0-rc.2
DAPR_NAMESPACE: dapr-system
TEST_CLUSTER_NAME: dapr-release-longhaul
TEST_RESOURCE_GROUP: dapr-test
Expand Down
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<ItemGroup>
<PackageVersion Include="Dapr.Client" Version="1.11.0" />
<PackageVersion Include="Dapr.AspNetCore" Version="1.11.0" />
<PackageVersion Include="Dapr.Actors.AspNetCore" Version="1.11.0" />
<PackageVersion Include="Dapr.Client" Version="1.12.0-rc01" />
<PackageVersion Include="Dapr.AspNetCore" Version="1.12.0-rc01" />
<PackageVersion Include="Dapr.Actors.AspNetCore" Version="1.12.0-rc01" />
<PackageVersion Include="Dapr.Workflow" Version="1.12.0-rc01" />
<PackageVersion Include="prometheus-net" Version="3.5.0" />
<PackageVersion Include="Dapr.Workflow" Version="1.11.0" />
</ItemGroup>
</Project>

0 comments on commit 264ef3a

Please sign in to comment.