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