You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add support for OCIRepository sources to the flux trace command. When a Flux Kustomization source is of type OCIRepository, we need to look for the opencontainers annotations in status.artifact.metadata and display them in the output.
The text was updated successfully, but these errors were encountered:
* Added support for OCIRepositories to `flux trace`
* Changed indentation to compensate new, longer field name "Source
Revision"
* Added unit tests for the new output
closes#2970
Signed-off-by: Max Jonas Werner <max@e13.dev>
* Added support for OCIRepositories to `flux trace`
* Changed indentation to compensate new, longer field name "Source
Revision"
* Added unit tests for the new output
closesfluxcd#2970
Signed-off-by: Max Jonas Werner <max@e13.dev>
souleb
pushed a commit
to souleb/flux2
that referenced
this issue
Jul 10, 2023
* Added support for OCIRepositories to `flux trace`
* Changed indentation to compensate new, longer field name "Source
Revision"
* Added unit tests for the new output
closesfluxcd#2970
Signed-off-by: Max Jonas Werner <max@e13.dev>
We need to add support for OCIRepository sources to the
flux trace
command. When a Flux Kustomization source is of type OCIRepository, we need to look for the opencontainers annotations in status.artifact.metadata and display them in the output.The text was updated successfully, but these errors were encountered: