Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:05
ba6771b

Features

  • Add tree.format and --tree-format to 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

Full Changelog: v0.6.5...v0.7.0