-
Notifications
You must be signed in to change notification settings - Fork 54
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
pkg/osbuild: add ExpireDate to users #513
pkg/osbuild: add ExpireDate to users #513
Conversation
260c247
to
5ab8567
Compare
If you have any testing recommendations/requirements on this please let me know! |
I can't view the snyk scan issues, so I need a bit of assistance there. Thanks in advance! |
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.
Looks OK but it seems your editor (or you) also made some other changes. I'm fine with the other changes as well but I'd prefer them in two commits.
It was |
c2fb2c9
to
8f60c8d
Compare
I have split it into separate commits. |
8f60c8d
to
e569068
Compare
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.
Looks good to me. Thank you. I can't view the Snyk results either so this is pending the CI :)
Thank you! Does anything have to be done about the failing snyk check? |
This PR has breaking changes with osbuild-composer. I plan on updating that repo as well, but I don't know how I make the checks here pass. Seems like a circular dependency. |
Reasonably sure that they're to be expected but we might want to have a PR ready in |
Yeah that's to be expected. It's more of a warning so it's obvious that the update in osbuild-composer will require changes. |
I think we can merge without the PR being ready since the changes are rather trivial. |
I also don't have access to snyk. |
Merging failed on the queue because of a quay.io issue. Hoping it's resolved now. |
e569068
to
75c50df
Compare
Looks like some of the gitlab CI jobs failed, probably due to issues on the runner? |
75c50df
to
a5beebe
Compare
Worth trying merge queue again? Apologies if my daily comments are too frequent, please let me know if it is too much 🙏 I would do it myself if I could |
a5beebe
to
f31f824
Compare
No apologies necessary. It's fine. |
Thank you so much for all you efforts with this! I will have an osbuild-composer PR today |
The ExpireDate field for the
org.osbuild.users
stage of osbuild has been added in osbuild/osbuild#1648. This PR simply extends osbuild/images to support the new field.