From 2fbd47aaad4e421a265b736908f3167a3cb63163 Mon Sep 17 00:00:00 2001 From: Vasileios Papavasileiou Date: Fri, 15 Jul 2022 20:59:36 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47184b7..04584dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v0.9.0 (15 Jul 2022) + + - Feature: Introduce `kubeconfig` command for configuring kubectl access to cluster + - Change: Improve readability of booleans in table view + - Change: Improve readability of nested data on commands that override table view + - Change: Revamp waiters error handling + - Change: Revamp ssh command error handling + - Change: Improve help messages for tag/untag commands + - Bugfix: Display only ssh-able machines on ssh's autocomplete + - Bugfix: Fix missing entries on autocomplete + +## v0.8.0 (24 Jun 2022) + + - Feature: Add tag/untag support for resources + - Feature: Fetch the raw credentials for clusters, keys and secrets with a CLI argument + - Feature: Add delete-context & rename-context + - Feature: Add secrets support (Mist v5) + - Feature: Add `at` parameter for fetching resources + - Feature: Add metering for volumes + - Change: Set newly created context as the default + - Bugfix: Fix meter command + ## v0.7.5 (13 Apr 2022) - Bugfix: Fix adding initial context