From 1ec36163aaa060445ba430d58d19d91d58c54727 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Wed, 13 Sep 2023 09:37:26 +0200 Subject: [PATCH] Remove changelog file This is now handled via GitHub releases Signed-off-by: Flavio Castelli --- Changelog | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 Changelog diff --git a/Changelog b/Changelog deleted file mode 100644 index 763b842..0000000 --- a/Changelog +++ /dev/null @@ -1,43 +0,0 @@ -Tue Aug 17 18:42:51 CEST 2021 Flavio Castelli - - * Release v0.4.1 - * Fix error when renaming file from tmp to final destination - (https://github.com/flavio/kuberlr/issues/13) - -Wed Aug 04 10:55:25 CEST 2021 Flavio Castelli - - * Release v0.4.0 - * Add `get` sub-command: this allows users to download a specific - version of `kubectl` - * Fix parsing of global options of kubectl - * Fix error reporting of the download helper - -Tue Jun 22 10:59:56 CEST 2021 Flavio Castelli - - * Release v0.3.2 - * Make download more resilient: verify the shasum of the downloaded - binary. - -Mon Jul 27 17:43:08 CEST 2020 Flavio Castelli - - * Release v0.3.1 - * Set progress bar desc to shorter string - -Fri Jul 10 17:02:20 CEST 2020 Flavio Castelli - - * Release v0.3.0 - * Enable windows support - -Mon Jul 06 08:38:53 CEST 2020 Flavio Castelli - - * Release v0.2.1 - * Ensure kuberlr handles OIDC based authentication - -Fri Jul 03 21:39:02 CEST 2020 Flavio Castelli - - * Release v0.2.0 - * Allow kubectl binaries available on the system to be reused - * Introduce configuration file: - - Allow the download behaviour to be turned off - - Allow customization of timeout when interacting with kubernetes' API - server