Releases: hall/kubenix
Releases · hall/kubenix
0.3.0
Breaking
- removed generated Kubernetes manifest file (
manifest.json) from default flake package
See the documentation how to access the generated Kubernetes manifest file
Added
- add
optionalHashedNamesto inject hashed names for referencing inside modules
Changed
- removed local
kubectlandkubernetespackages in lieu of those from nixpkgs - pin Bash version of Kubenix CLI script
0.2.0
Breaking
- removed usage of the
helmCLI within thekubenixCLI
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) helmsubcommands (e.g.,listorrollback) will not be able to operate on resources
Added
- the CLI now prunes resources and performs an interactive diff by default
0.1.0
Added
- initial tagged release