Jordan Keister
Jordan Keister
Signed-off-by: Jordan Keister **Description of the change:** Adding examples of `opm render` so that we can provide examples of the more complex pipelines required to generate a picture of operator...
**Description of the change:** Provide the capability to pass a "start version" to serve as the smallest version to be included in a mermaid-format upgrade-graph render (... and then deal...
enhance the veneer rendering to be able to read the input veneer data from stdin, via a pipe, in a manner similar to https://dev.to/napicella/linux-pipes-in-golang-2e8j then the command could be used...
Signed-off-by: Jordan Keister **Description of the change:** `opm alpha render-veneer semver` is dependent on the Candidates channel including all bundles to be referenced in channel/edge creation. Instead, we need to...
`opm alpha render-veneer semver` command renders all referenced bundle images in the veneer before constructing channels/edges between the elements, but relies on Candidates channel being complete: ```go for _, b...
in dialog https://github.com/operator-framework/operator-registry/pull/986#discussion_r923869446 we learned that `opm index` sets help/usage support for 'global flags' as persistent cobra flags. Since `opm index` is to be deprecated because it only handles a...
Signed-off-by: Jordan Keister **Description of the change:** api side of this transaction is https://github.com/operator-framework/api/pull/266 **Motivation for the change:** exposing FBC read/write capabilities so other tools could use them easily. Since...
in order to facilitate veneer adoption, it would be of great benefit to operator-authors to be able to convert a FBC to a basic veneer. semver represents add'l challenges due...
## Type of question **Are you asking about community best practices, how to implement a specific feature, or about general context and help around the operator-sdk?** Opening this on behalf...