Releases: gmeghnag/omc
Releases · gmeghnag/omc
v2.2.0 release
#62 - Implemented omc mc diff
command to check machineConfig
difference:
$ omc mc diff <machineConfig1> <machineConfig2>
It is also possible to change the default tool used to check file difference (as the default one is vimdiff
) by running:
omc config --diff-command=<diff_tool_to_use>
v2.1.1 release
[BUG] CGO_ENABLED=0 in build to fix #64
v2.1.0 release
#63 - allow omc to upgrade itself by running omc upgrade --to=<version>
(or omc upgrade --to=latest
)
v2.0.1 release
#56 - Implemented functionality that allows the inspection (via omc get <customResource>
) of any CustomResource contained in a must-gather, basing the output from what is declared in its CustomResourceDefinition.
v2.0.0 release
#56 - Implemented functionality that allows the inspection (via omc get <customResource>
) of any CustomResource contained in a must-gather, basing the output from what is declared in its CustomResourceDefinition.
v1.5.0 release
modified GitHub action
v1.4.3 release
implemented bugfix for #47 in apirequestcount resource
v1.4.2 release
Merge branch 'main' of github.com:gmeghnag/omc
v1.4.1 release
Merge branch 'main' of github.com:gmeghnag/omc