-
Notifications
You must be signed in to change notification settings - Fork 164
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
[12.0-stable] eve labelling and assets fix #4418
Merged
OhmSpectator
merged 5 commits into
lf-edge:12.0-stable
from
yash-zededa:12.0-stable-rc-label-assets-fix
Nov 4, 2024
Merged
[12.0-stable] eve labelling and assets fix #4418
OhmSpectator
merged 5 commits into
lf-edge:12.0-stable
from
yash-zededa:12.0-stable-rc-label-assets-fix
Nov 4, 2024
Conversation
This file contains 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
feat: Add scripts and Makefile targets for RC and LTS releases In accordance with the testing team's requirement to create a release candidate (RC) before releasing the LTS version of Eve for certification. These scripts automate the creation of RC and LTS releases by calculating the version number based on the latest tag and incrementing it accordingly. Signed-off-by: yash-zededa <[email protected]> (cherry picked from commit b20a9db)
…tags Github Actions workflow was not building tags correctly. This commit fixes the issue by updating the glob pattern to build tags. Signed-off-by: yash-zededa <[email protected]> (cherry picked from commit 395a8da)
The regex now supports both rc and lts, in addition to the major.minor.patch version format. Signed-off-by: yash-zededa <[email protected]> (cherry picked from commit bdaa4e5)
Previous action for uploading artifacts to GitHub Releases failed due to parallel (matrix) execution issues. Replaced it with direct GitHub API calls to handle uploads. This change provides more flexibility and control over artifact management and release handling. Added step to generate sha256 checksum for rootfs.img Signed-off-by: yash-zededa <[email protected]> (cherry picked from commit e875d32) (cherry picked from commit 7534022)
Added needs on for the upload job to get the upload url from the create release job. Signed-off-by: yash-zededa <[email protected]> (cherry picked from commit a3fbdd9)
yash-zededa
changed the title
12.0 stable rc label assets fix
[12.0-stable] eve labelling and assets fix
Nov 2, 2024
@deitch Do we need to backport the installer changes as well ? |
OhmSpectator
approved these changes
Nov 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I see, all the commits are 1-to-1 cherry-picks from the master branch.
if we need, I think we can do in a separate PR =) |
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.
Backport of PR's: #4323 #4386 #4393 #4405 #4406 #4411
No changes made.