mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-11 23:50:06 +01:00
1 KiB
1 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.
[Unreleased]
Added
- add
optionalHashedNamesto inject hashed names for referencing inside modules
Changed
- removed local
kubectlandkubernetespackages in lieu of those from nixpkgs
[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