Adding release kickoff github actions and introduce new release config JSON fields #1036
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.
Summary
This PR will introduce new github actions that will help with detecting any new changes to upstream dependencies (e.g. new Amazon linux image). This will also introduce a couple of new JSON fields to
linux.versionto help with the release process in the very near future.Implementation
.github/workflows/initiaterelease.ymlthat defines the new github action to check for any new updates and then create a new "release PR" if there are any.github/workflows/postkickoff.ymlthat defines another github action that will help with clean up post release PR creation and merge.check-update.shhelper script that gets invoked in the initiaterelease github action. This is the script where it does all of the checking and updating forlinux.versionrelease-version,release-fluent-bit, andamazon-linux-shathat is used withincheck-update.shto check if a new release PR needs to be created.Testing
Example release PR: mye956#16
Example/testing github action: https://github.com/mye956/aws-for-fluent-bit/actions/runs/19178296966
make debugsucceeded:Integ tests succeeded:
New tests cover the changes:
Description for the changelog
Licensing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.