From 97dacba8a910e0dc87e85fcaad52fbc78fb913d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20J=2E=20Nu=C3=B1ez=20Madrazo?= Date: Thu, 19 Aug 2021 03:43:22 +0100 Subject: [PATCH] Update the changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro J. Nuñez Madrazo --- CHANGELOG.md | 17 ++++++++ changelog.yml | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 889509c5..ba351bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ +0.10.10 +============= +2021-08-19 + +* Change default node size to "g3.k3s.medium" (#66) (a4b13884) +* Fix cluster primary nodepool scaling bug (#63) (6d4088fe) +* Update network.md (#64) (07600561) +* Make 'kubeconfig' field sensitive (#60) (858b0d37) +* Fix imported node pool's scaling issue (#55) (8a123992) +* Fix "empty non-retryable error received" error when updating IaaS node size (#61) (40fc2155) +* making public key non sensitive (#59) (49bfe0e5) +* Mark IaaS password as sensitive (#56) (6ced3757) +* Update kubernetes_cluster.md (#54) (dabc8950) +* Run 'go mod tidy' (a94327e0) +* Show an error message when nodes size is changed (9922b3bb) +* Update kubernetes_cluster.md (c1b08c4c) + 0.10.9 ============= 2021-07-27 diff --git a/changelog.yml b/changelog.yml index 486a342c..86020999 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,3 +1,108 @@ +- semver: 0.10.10 + date: 2021-08-19T03:42:51.581463+01:00 + packager: "" + changes: + - commit: a4b13884af5dafc952a27e46e13ec861cab81848 + note: Change default node size to "g3.k3s.medium" (#66) + author: + name: Zulh + email: 75463191+zulh-civo@users.noreply.github.com + committer: + name: GitHub + email: noreply@github.com + - commit: 6d4088fef95a59483fe1006a0bed36f2b99912db + note: |- + Fix cluster primary nodepool scaling bug (#63) + + * Fix cluster primary nodepool scaling bug + + * Change validation method for "num_target_nodes" + author: + name: Zulh + email: 75463191+zulh-civo@users.noreply.github.com + committer: + name: GitHub + email: noreply@github.com + - commit: 076005617496bc63a5cfe523a61b611d0ae32c4e + note: Update network.md (#64) + author: + name: Zulh + email: 75463191+zulh-civo@users.noreply.github.com + committer: + name: GitHub + email: noreply@github.com + - commit: 858b0d37be731b4917a58644125f6c4dc3b6074d + note: Make 'kubeconfig' field sensitive (#60) + author: + name: Zulh + email: 75463191+zulh-civo@users.noreply.github.com + committer: + name: GitHub + email: noreply@github.com + - commit: 8a12399278d247d0a90acf1a3c746faf64797971 + note: Fix imported node pool's scaling issue (#55) + author: + name: Zulh + email: 75463191+zulh-civo@users.noreply.github.com + committer: + name: GitHub + email: noreply@github.com + - commit: 40fc21551d189a2776820e2b1c00710425f0699f + note: Fix "empty non-retryable error received" error when updating IaaS node size (#61) + author: + name: Zulh + email: 75463191+zulh-civo@users.noreply.github.com + committer: + name: GitHub + email: noreply@github.com + - commit: 49bfe0e52143ba00f3bd39e819c3b71788dc61e3 + note: making public key non sensitive (#59) + author: + name: Saiyam Pathak + email: saiyam@civo.com + committer: + name: GitHub + email: noreply@github.com + - commit: 6ced37570cd70e693cc427602a0fa1368a363bf2 + note: Mark IaaS password as sensitive (#56) + author: + name: Zulh + email: 75463191+zulh-civo@users.noreply.github.com + committer: + name: GitHub + email: noreply@github.com + - commit: dabc8950eec8f7beb2780c92e92ffd3c4d340aa7 + note: Update kubernetes_cluster.md (#54) + author: + name: Zulh + email: 75463191+zulh-civo@users.noreply.github.com + committer: + name: GitHub + email: noreply@github.com + - commit: a94327e06524723ad7ae08ac1da8a4ce822370a7 + note: Run 'go mod tidy' + author: + name: Zulhilmi Zainudin + email: zulh@civo.com + committer: + name: Saiyam Pathak + email: saiyam911@gmail.com + - commit: 9922b3bb7f96cd2d8552063a584d1dae48a43ed7 + note: Show an error message when nodes size is changed + author: + name: Zulhilmi Zainudin + email: zulh@civo.com + committer: + name: Saiyam Pathak + email: saiyam911@gmail.com + - commit: c1b08c4cec029e2a15946e644db2f97161555bea + note: Update kubernetes_cluster.md + author: + name: Zulhilmi Zainudin + email: zulh@civo.com + committer: + name: Saiyam Pathak + email: saiyam911@gmail.com - semver: 0.10.9 date: 2021-07-27T12:37:41.09538+01:00 packager: ""