-
Notifications
You must be signed in to change notification settings - Fork 29
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
[WIP - Do not merge] feat: update bigip images to latest #307
base: main
Are you sure you want to change the base?
Conversation
lgtm (trusting you have the right ids ;) ), just need a merge with master here before merging. |
58a2adb
to
96735f6
Compare
merged main in |
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.
@argeiger would you classify this as a breaking (major) version change? Have we removed support for some F5 images?
@argeiger The test is failing on:
|
@argeiger Is this PR still needed? |
@ocofaigh we do need to update the images since the current ones do not exist anymore. I need to take a deeper look and see if we can do something that won't require the exact images for the validation check. Maybe have a generic validation check for format but point them to some doc that contains the image names. |
Description
Update the F5 BigIP images to the current ones
Types of changes in this PR
No release required
Release required
x.x.X
): Change that fixes an issue and is compatible with earlier versions)x.X.x
): Change that adds functionality and is compatible with earlier versions)X.x.x
): Change that is likely incompatible with previous versions)Release notes content
Replace this text with information that users need to know about the bug fixes, features, and breaking changes. This information helps the merger write the commit message that is published in the release notes for the module.
Checklist for reviewers
Merge actions for mergers
Merge by using "Squash and merge".
Use a relevant conventional commit message that is based on the PR contents and any release notes provided by the PR author.
The commit message determines whether a new version of the module is needed, and if so, which semver increment to use (major, minor, or patch).