From d29d242c04eeb75597c01e72be4b3d57deb7ecc7 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sun, 5 May 2024 19:05:55 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9279f54..428fabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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