Conversation
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
|
this is going to fail until go-sdk is released & I run go mod tidy |
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
There was a problem hiding this comment.
Pull request overview
Updates the repo’s pinned Dapr versions from the 1.17.0 release candidate to the 1.17.0 stable release, aligning E2E upgrade coverage, CI workflows, and Go module dependencies accordingly.
Changes:
- Bump Dapr runtime version pins in E2E upgrade tests and GitHub Actions workflows to
1.17.0. - Update Go module dependencies to stable Dapr releases (
dapr,components-contrib,kit,go-sdk) and refreshgo.sum.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
tests/e2e/upgrade/upgrade_test.go |
Updates the “latest” and prior runtime versions used by upgrade-path E2E coverage. |
go.mod |
Bumps Dapr-related dependencies to stable 1.17.0/corresponding versions. |
go.sum |
Updates checksums to match the new module versions. |
.github/workflows/self_hosted_e2e.yaml |
Pins self-hosted E2E runtime to 1.17.0 instead of the RC. |
.github/workflows/kind_e2e.yaml |
Pins KinD E2E runtime to 1.17.0 instead of the RC. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| runs-on: ubuntu-latest | ||
| env: | ||
| DAPR_RUNTIME_PINNED_VERSION: 1.17.0-rc.8 | ||
| DAPR_RUNTIME_PINNED_VERSION: 1.17.0 |
There was a problem hiding this comment.
Just a question, would we want to always run it against the latest runtime version?
|
I think we can update this to 1.17.1 |
|
Ill update this to latest 👍🏻 its bc this PR has sat for a bit, but Ill update it again |
use latest versions for official release