Skip to content

Releases: gmeghnag/omc

v2.2.0 release

24 Nov 16:27
Compare
Choose a tag to compare

#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

24 Nov 11:37
Compare
Choose a tag to compare
[BUG] CGO_ENABLED=0 in build to fix #64

v2.1.0 release

23 Nov 21:22
Compare
Choose a tag to compare
v2.1.0 release Pre-release
Pre-release

#63 - allow omc to upgrade itself by running omc upgrade --to=<version> (or omc upgrade --to=latest)

v2.0.1 release

29 Aug 09:04
Compare
Choose a tag to compare

#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

22 Aug 14:34
Compare
Choose a tag to compare

#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

31 May 09:10
Compare
Choose a tag to compare
modified GitHub action

v1.4.3 release

05 May 10:51
Compare
Choose a tag to compare
implemented bugfix for #47 in apirequestcount resource

v1.4.2 release

20 Apr 21:07
Compare
Choose a tag to compare
Merge branch 'main' of github.com:gmeghnag/omc

v1.4.1 release

10 Mar 15:49
Compare
Choose a tag to compare
Merge branch 'main' of github.com:gmeghnag/omc

v1.4.0 release

21 Feb 08:14
Compare
Choose a tag to compare
  • #13 Support for ClusterLogForwarder, ClusterLogging;
  • #37 Support for CustomResourceDefinition;
  • #38 Support for Ingress;
  • #36 Support for StatefulSet;
  • #40 Implemented omc logs <pod> --log-level flag, i.e. omc logs <pod> -l warning,error;
  • #34 Support for omc api-resources.