-
Notifications
You must be signed in to change notification settings - Fork 455
Ubuntu focal(20.04) EOL changes in features test scripts #1370
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
base: main
Are you sure you want to change the base?
Conversation
@@ -1,6 +1,6 @@ | |||
{ | |||
"id": "common-utils", | |||
"version": "2.5.3", | |||
"version": "2.5.4", |
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.
Version changes not required as feature functionalities are not changed
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.
Hello @eljog ,
I have removed all the version bumps except for git feature where I made a small change to install additional libraries as couple of test cases(not related to ubuntu) were failing. Kindly let me know in case of further concern.
Ref: #90 , #261
Description: The ubuntu focal is going out of support from May 31, 2025. So updating all features test scripts where ubuntu focal(20.04) was referred.
Changlog: The following changes are done.
almalinux
,fedora
&cbl-mariner-2.0
base images were failing due to some missing utilities, example. Fixed that also as part of this PR.Checklist: