mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2026-02-02 17:35:10 +01:00
Package Kubenix script (#62)
* Package Kubenix script * Update changelog * Fix hardcoded kubeconfig * Expose generated manifest with Kubenix CLI derivation passthru
This commit is contained in:
parent
5692af23e0
commit
c00c78b982
3 changed files with 93 additions and 74 deletions
|
|
@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [0.3.0] - 2024-05-05
|
||||
|
||||
### Breaking
|
||||
|
||||
- removed generated Kubernetes manifest file (`manifest.json`) from default flake package
|
||||
|
||||
See the [documentation](https://kubenix.org/#usage) how to access the generated Kubernetes manifest file
|
||||
|
||||
### Added
|
||||
|
||||
|
|
@ -14,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Changed
|
||||
|
||||
- removed local `kubectl` and `kubernetes` packages in lieu of those from nixpkgs
|
||||
- pin Bash version of Kubenix CLI script
|
||||
|
||||
## [0.2.0] - 2023-07-07
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue