BLOOM trigger for Valkey Extension Automation#65
Merged
KarthikSubbarao merged 6 commits intovalkey-io:unstablefrom Aug 5, 2025
Merged
BLOOM trigger for Valkey Extension Automation#65KarthikSubbarao merged 6 commits intovalkey-io:unstablefrom
KarthikSubbarao merged 6 commits intovalkey-io:unstablefrom
Conversation
zackcam
reviewed
Jun 10, 2025
zackcam
approved these changes
Jun 10, 2025
…epository. A secret will also need to added to this repository called EXTENSION_PAT Signed-off-by: Nikhil Manglore <nmanglor@amazon.com>
Signed-off-by: Nikhil Manglore <nmanglor@amazon.com>
14e3cec to
7180c44
Compare
Signed-off-by: Nikhil Manglore <nmanglor@amazon.com>
zackcam
approved these changes
Jun 17, 2025
Signed-off-by: Nikhil Manglore <nmanglor@amazon.com>
Signed-off-by: Nikhil Manglore <nikhilmanglore9@gmail.com>
Member
|
@Nikhil-Manglore - Let me know if this is ready to get reviewed / merged |
Member
Author
Yeah it's ready for review / merge |
KarthikSubbarao
approved these changes
Aug 5, 2025
| { | ||
| "version": "${{ steps.determine-vars.outputs.version }}", | ||
| "module": "bloom" | ||
| } No newline at end of file |
Member
There was a problem hiding this comment.
nite: let's add a new line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We want to automate the valkey-extensions repository so we don't have to manually update it. Tasks like version updates and Dockerfile modifications in the valkey-extensions repository are handled manually, leading to potential inconsistencies. The goal is to automate these processes through a pipeline that can handle version management, dynamic Dockerfile generation, and streamlined build workflows.
This pull request is a trigger which will activate when a new version of Valkey-Bloom has been released (RC or GA). Once activated, it will send the version over to a workflow in the valkey-extensions repository which will then carry out all the processes listed above.
A secret will also need to added to this repository called EXTENSION_PAT.