-
Notifications
You must be signed in to change notification settings - Fork 693
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
Valkey Automate Post-Release Tasks Using Centralized Bot. #1397
Comments
Automation for Valkey releaseThis is a Proof of Concept design to automate the process of release a new version for valkey. We can use a centralize repository to automate the process of Current release processCurrently we still don't have a unified process to automate the workflow. These are the steps still happen manually:
Originally posted by @roshkhatri in #1396 (comment) Below is the diagram of the current process: Propose DesignTo automated this process, we would create a centralized repository to take care of all these processes.
Below is the flow diagram of the design: Proof of concept referenceResultsPR for valkey-hashesPR for Docker Update |
Some commits which comes from merged pr cause CI crash or failures in some platforms, I would suggest 2 points:
|
@hwware.This is not a continuous deployment. This will only be executed once we have finalized the new release version on valkey-io/valkey and publish it. and then we will also wait for the CI to run on the PR of the respective repositories. |
Yes CI will run before we merge into |
I agree with this process, Thanks |
Problem Statement
While the release process has been automated up to building the official binaries and uploading them to the S3 bucket, the following steps are still performed manually:
valkey-hashes
repository.valkey-container
, committing the changes, and triggering the container workflow to upload the images.Manual execution of these steps introduces delays and inconsistencies.
Proposed Solution
To achieve full automation, we propose creating a
valkey-automation-bot
and a centralizedautomation-bot
repository. This setup will handle post-release tasks in a structured and automated way.Workflow Overview:
automation-bot
repository.Release Status for Valkey Versions X.Y.Z
.repository_dispatch
event triggered by a new Valkey release to initiate the automation workflow.valkey-hashes
valkey-container
valkey-website
repository_dispatch
events to progress through the pipeline.automation-bot
repository for better organization and reusability.Expected Outcome
Phased Implementation Plan
The automation can be implemented in phases for better tracking and incremental progress:
valkey-hashes
repository (Issue #1396).valkey-container
and open a PR.valkey-website
repository.By following this approach, we can centralize automation workflows, simplify maintenance, and ensure a streamlined release process.
@valkey-io/core-team please share your thoughts and feedback on the same
Originally posted by @roshkhatri in #1396 (comment)
The text was updated successfully, but these errors were encountered: