Enable GitHub Actions workflow to automate new release updates#557
Conversation
|
To make this comment accessible/viewable to Leo. I'm responding to his review question:
Hi, Leo. "Old version" is supposed to refer to the version that is currently released and present in the Docker files--the one that we're trying to upgrade away from. For example, let's consider the timeline now: in October, we're preparing for 23.0.0.11; "old version" is 23.0.0.10. Whenever I run the automation scripts, I always need to specify the "old version" information--otherwise, the scripts don't work. Should I change the variable and description of workflow textfield to make the input more clear? |
|
One important thing to note is that the "old" automation scripts never removed the no-longer supported, stale quarterly release directory. This was always done manually; I just confirmed with Chris Potter. I will try to automate that work in another iteration of this feature. |
This pull request's objective is to fully automate the vNext updates in ci.docker repos for an upcoming release.
Workflow run demonstrating objectives met: https://github.com/wraschke/ci.docker/actions/runs/6669536508/job/18127527479
Resulting pull request: https://github.com/wraschke/ci.docker/pull/20/files
Note that this is a run done only in my fork--that is the environment where I've done all my testing and development.
It's not possible to test this workflow file in origin until they are merged.
And note that this PR introduces only the workflow YML file into main. The script it invokes needs to live in vNext: see accompanying #558.