mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-11 23:50:06 +01:00
* Package Kubenix script * Update changelog * Fix hardcoded kubeconfig * Expose generated manifest with Kubenix CLI derivation passthru
1.3 KiB
1.3 KiB
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.
[0.3.0] - 2024-05-05
Breaking
-
removed generated Kubernetes manifest file (
manifest.json) from default flake packageSee 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] - 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