v0.7.0
Features
- Add
tree.formatand--tree-formatto append Minijinja-rendered object summaries in the tree view. (#141)
For example:
otree pods.json --tree-format '{{ namespace }}/{{ name }}'- Upgrade various dependencies.
Fixes
- check file size before reading to prevent OOM. (#134)
What's Changed
- fix: check file size before reading to prevent OOM by @kimjune01 in #134
- feat(tree): add minijinja template for object node descriptions by @jonasws in #141
- build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #139
- build(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #131
New Contributors
- @kimjune01 made their first contribution in #134
- @jonasws made their first contribution in #141
Full Changelog: v0.6.5...v0.7.0