v0.10.0
What's Changed
- Print error when command argument is missing by @programmer04 in #210
- Support labels with multiple values for a single key by @programmer04 in #215
- Fix panic in convert command for unsupported apiVersion openslo/v1alpha by it by @programmer04 in #218
- Make passing of files and directories as arguments cohesive across oslo commands by @programmer04 in #221
Beaking changes
Make passing of files and directories as arguments cohesive across oslo commands #220
Every time flag --file | -f is required. It accepts a single file or directory (for a directory does not traverse, it reads only files from its root). To process a directory recursively (the content of it and its subdirectories arbitrarily deep) use the flag --recursive | -R. Using the flag --recursive | -R when a path to a file is passed instead of a directory does not break anything.
Full Changelog: v0.9.0...v0.10.0