Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release Enhancement] GHA Workflows to Update Versions Automatically #1346

Open
cicoyle opened this issue Sep 22, 2023 · 1 comment
Open
Labels
area/release-engineering related to workflows and release automation tasks triaged/resolved The issue has been triaged

Comments

@cicoyle
Copy link
Contributor

cicoyle commented Sep 22, 2023

It would be nice to have an automated process that listens for a new tag to be pushed to the dapr/kit repo && dapr/components-contrib && dapr/dapr that updates the go.mod version accordingly so we are always up to date on changes and can automate our release candidate testing. This should be automated to minimize the manual steps in the release process.

I propose adding a GitHub Action Workflow to dapr/cli that listens for a new tag on the dapr/kit repo && dapr/components-contrib && dapr/dapr and auto creates a Pull Request that updates that line in the go.mod file and other relevant changes (go.sum) as a result of go mod tidy. As well as updates the version in the e2e tests & other relevant tests.

@mukundansundar
Copy link
Collaborator

Automating here for listening for dapr/dapr tag pushes are going to be a bit tricky ... As from prior PRs, it always involves some change to be done in terms of logs that we look at or methods that we use etc.

But for this case, can we look into automating a PR for changing the upgrade_test.go testing the upgrade path specifically for any new RCs of dapr.
Essentially update the upgrade path tests with the relevant information of the previous stable and current RC minor/patch versions. And then create a PR for the same.

@mukundansundar mukundansundar added triaged/resolved The issue has been triaged area/release-engineering related to workflows and release automation tasks labels Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/release-engineering related to workflows and release automation tasks triaged/resolved The issue has been triaged
Projects
No open projects
Development

No branches or pull requests

2 participants