We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the quick response for #245. Can the upgrade check optionally send its output as json? This makes parsing a lot easier.
Something like this would work:
{ "change_available": "True", "registry_path": "ostree-unverified-registry:10.0.0.1:5000/bootc-insights:latest", "staged_version": "abc1234", "available_version": "def5678" }
However, if you have other ideas for the fields, those work too.
IMO it makes sense to keep this out of the status json since it makes a network call, which may be unexpected behavior for status.
The text was updated successfully, but these errors were encountered:
PR in #248
Sorry, something went wrong.
b4a0145
No branches or pull requests
Thanks for the quick response for #245. Can the upgrade check optionally send its output as json? This makes parsing a lot easier.
Something like this would work:
However, if you have other ideas for the fields, those work too.
IMO it makes sense to keep this out of the status json since it makes a network call, which may be unexpected behavior for status.
The text was updated successfully, but these errors were encountered: