Releases: kxr/o-must-gather
Releases · kxr/o-must-gather
v1.2.6
- Improvements to omg-use
- Ignore files when searching for must-gather root directory (newer must-gather have added files like
event-filter.html
and timestamp
)
- Show clear message when failing because of multiple directories
- Enable omg to work on inspect directories (e.g,
oc adm inspect ns/xyz
v1.2.5
- Creating map dict dynamically from the crds as fallback
This means omg can now potentially support all (as long as the crd is there) resource types. We are not limited to the ones we have in the map
array of dictionaries.
v1.2.4
- Addition of --show-labels for various key object types
v1.2.3
- Fixed age bug where months/years were being ignored
v1.2.2
- Fixed bash completion for bash < 4.4
v1.2.1
- Limit cryptography version <=3.3.2
v1.2.0
- Moved from argparse to click 7 (@bostrt ++)
- Shell autocompletion (@bostrt ++)
- Use CSafeLoader if available (faster yaml loading times)
- Various other refactoring and bug fixes
v.1.1.0
- Implemented
omg machine-conifg
to explore MachineConfigs in human-friendly way.