Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 04:34
· 24 commits to main since this release
07ba711

Breaking

  • removed usage of the helm CLI within the kubenix CLI

This simplifies design by removing overlapping responsibilities but means extra functionality provided by the helm CLI is no longer available; specifically:

  • hooks are no longer ordered (but can still be excluded with noHooks)
  • helm subcommands (e.g., list or rollback) will not be able to operate on resources

Added

  • the CLI now prunes resources and performs an interactive diff by default