mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-11 23:50:06 +01:00
This is a relatively large re-design which - removes usage of the Helm CLI - expects users to override the default package - performs an interactive diff, confirm, apply by default - prunes removed resources
848 B
848 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[0.2.0] - 2023-07-07
Breaking
-
removed usage of the
helmCLI within thekubenixCLIThis simplifies design by removing overlapping responsibilities but means extra functionality provided by the
helmCLI is no longer available; specifically:- hooks are no longer ordered (but can still be excluded with
noHooks) helmsubcommands (e.g.,listorrollback) will not be able to operate on resources
- hooks are no longer ordered (but can still be excluded with
Added
- the CLI now prunes resources and performs an interactive diff by default
[0.1.0] - 2023-07-06
Added
- initial tagged release