Skip to content

Commit

Permalink
update runtime to RC.6 (#1218)
Browse files Browse the repository at this point in the history
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
  • Loading branch information
pravinpushkar authored Feb 13, 2023
1 parent 84ba3aa commit 78db061
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kind_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
runs-on: ubuntu-latest
env:
GOVER: 1.19.3
DAPR_RUNTIME_PINNED_VERSION: 1.10.0-rc.4
DAPR_DASHBOARD_PINNED_VERSION: 0.11.0
DAPR_RUNTIME_PINNED_VERSION: 1.10.0-rc.6
DAPR_DASHBOARD_PINNED_VERSION: 0.12.0-rc.1
DAPR_RUNTIME_LATEST_STABLE_VERSION:
DAPR_DASHBOARD_LATEST_STABLE_VERSION:
DAPR_TGZ: dapr-1.10.0-rc.4.tgz
DAPR_TGZ: dapr-1.10.0-rc.6.tgz
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/self_hosted_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
GOARCH: ${{ matrix.target_arch }}
GOPROXY: https://proxy.golang.org
ARCHIVE_OUTDIR: dist/archives
DAPR_RUNTIME_PINNED_VERSION: "1.10.0-rc.4"
DAPR_DASHBOARD_PINNED_VERSION: 0.11.0
DAPR_RUNTIME_PINNED_VERSION: "1.10.0-rc.6"
DAPR_DASHBOARD_PINNED_VERSION: 0.12.0-rc.1
DAPR_RUNTIME_LATEST_STABLE_VERSION:
DAPR_DASHBOARD_LATEST_STABLE_VERSION:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
github.com/Pallinder/sillyname-go v0.0.0-20130730142914-97aeae9e6ba1
github.com/briandowns/spinner v1.19.0
github.com/dapr/dapr v1.10.0-rc.4
github.com/dapr/dapr v1.10.0-rc.6
github.com/dapr/go-sdk v1.6.0
github.com/docker/docker v20.10.20+incompatible
github.com/fatih/color v1.13.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4/go.mod h1:bMl4RjI
github.com/danieljoos/wincred v1.1.0/go.mod h1:XYlo+eRTsVA9aHGp7NGjFkPla4m+DCL7hqDjlFjiygg=
github.com/dapr/components-contrib v1.10.0-rc.4 h1:qpA9l8e7X7ZLHnhtnqRB6iwcSAn1KiViyg6fLx41R4I=
github.com/dapr/components-contrib v1.10.0-rc.4/go.mod h1:8OvVS4m3kK/ocDqhVYKdu4j7OS4gPlbXMi+eRjlPAwc=
github.com/dapr/dapr v1.10.0-rc.4 h1:FH3CNjhglEp3kMls5ykwtQnx+JYm2pRFsGft8XuGjWU=
github.com/dapr/dapr v1.10.0-rc.4/go.mod h1:hHGc3P6ZXrWMlIKmXOMgZc70xCdIDUVSuJgfzOPeycs=
github.com/dapr/dapr v1.10.0-rc.6 h1:zWhgbW12wAz1LTArM1JIHJqP6NQ8bBQaRCLRR6OjU5E=
github.com/dapr/dapr v1.10.0-rc.6/go.mod h1:hHGc3P6ZXrWMlIKmXOMgZc70xCdIDUVSuJgfzOPeycs=
github.com/dapr/go-sdk v1.6.0 h1:jg5A2khSCHF8bGZsig5RWN/gD0jjitszc2V6Uq2pPdY=
github.com/dapr/go-sdk v1.6.0/go.mod h1:KLQBltoD9K0w5hKTihdcyg9Epob9gypwL5dYcQzPro4=
github.com/dapr/kit v0.0.4 h1:i+7TIN4crC1Mo0JFyWpIkwAE8orlliA0O6/ibvs2AaE=
Expand Down
8 changes: 4 additions & 4 deletions tests/e2e/upgrade/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ var supportedUpgradePaths = []upgradePath{
CustomResourceDefs: []string{"components.dapr.io", "configurations.dapr.io", "subscriptions.dapr.io", "resiliencies.dapr.io"},
},
next: common.VersionDetails{
RuntimeVersion: "1.10.0-rc.4",
DashboardVersion: "0.11.0",
RuntimeVersion: "1.10.0-rc.6",
DashboardVersion: "0.12.0-rc.1",
ClusterRoles: []string{"dapr-dashboard", "dapr-injector", "dapr-operator-admin", "dapr-placement", "dapr-sentry"},
ClusterRoleBindings: []string{"dapr-operator-admin", "dapr-dashboard", "dapr-injector", "dapr-placement", "dapr-sentry"},
CustomResourceDefs: []string{"components.dapr.io", "configurations.dapr.io", "subscriptions.dapr.io", "resiliencies.dapr.io"},
Expand All @@ -80,8 +80,8 @@ var supportedUpgradePaths = []upgradePath{
// test downgrade.
{
previous: common.VersionDetails{
RuntimeVersion: "1.10.0-rc.4",
DashboardVersion: "0.11.0",
RuntimeVersion: "1.10.0-rc.6",
DashboardVersion: "0.12.0-rc.1",
ClusterRoles: []string{"dapr-dashboard", "dapr-injector", "dapr-operator-admin", "dapr-placement", "dapr-sentry"},
ClusterRoleBindings: []string{"dapr-operator-admin", "dapr-dashboard", "dapr-injector", "dapr-placement", "dapr-sentry"},
CustomResourceDefs: []string{"components.dapr.io", "configurations.dapr.io", "subscriptions.dapr.io", "resiliencies.dapr.io"},
Expand Down

0 comments on commit 78db061

Please sign in to comment.