From 42af095de2abd222ff5b7fccd5fda82b6503fbf3 Mon Sep 17 00:00:00 2001 From: PixelRobots <22979170+PixelRobots@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:34:05 +0100 Subject: [PATCH] fix changelog Signed-off-by: PixelRobots <22979170+PixelRobots@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 666ed86..fc25f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - **DestinationConfig Parameter:** Added the `-DestinationConfig` parameter for specifying the output path of the merged kubeconfig file. If not specified, it defaults to `"$HOME/.kube/config"`. - **Cluster Count Output:** The `-ListClusters` parameter now also outputs the total number of clusters present in the kubeconfig file after listing them. - -## [0.0.10] - 2024-09-28 +## [0.0.10] - 2024-09-27 ### Added -- Initial support for listing clusters with `-ListClusters` to display all clusters in the kubeconfig file without performing any cleanup. -- Added functionality to retain users and contexts during the cleanup process when clusters are marked for removal. +- **Clickable Backup Path**: Backup path is now clickable if the terminal supports it, making it easier to navigate to backup files. +- **Manual YAML Handling for Single Entries**: Ensured proper YAML structure when only one cluster, context, or user remains in the kubeconfig file. + +### Changed +- **Environment Detection**: Enhanced WSL detection and config path handling for both native Linux/macOS and WSL environments. +- **KubeConfig Path Handling**: Improved logic for determining the kubeconfig path in different environments (Windows, WSL, Linux/macOS). + +### Fixed +- **Cluster Removal Formatting**: Fixed an issue where the kubeconfig format would break when cleaning up to a single cluster, context, or user. +- **Cluster Kept Count**: fixed so the number is correct. It was 1 out before. + ## [0.0.9] - 2024-09-26