This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
v0.22.0
WARNING: This version contains a critical bug that prevents aws|gcp|azure
subcommands from working correctly. Please upgrade to the v0.23.0
version or higher which contains the fix
[gardenctl]
Improvements
- [USER] Allow
user
role use Project SA account in garden able to manage the shoots from their own project.gardenctl ssh
shoot node as well.aws
,gcp
,azure
supported (#263, @tedteng) - [OPERATOR] send release notes to both #sap-tech-gardener and #sap-tech-gardenctl channels (#384, @neo-liang-sap)
- [OPERATOR] fix gardenctl ssh alicloud node timed out issue (#380, @neo-liang-sap)
- [OPERATOR] fix alicloud sshkey inaccessible due to missing a / (#378, @neo-liang-sap)
- [OPERATOR] Fixed issue that ssh command was not working in case there were shoots with the same name in different projects (#371, @tedteng)
- [OPERATOR] Alicloud support for (g infra orphan list) (#367, @jfortin-sap)
- [OPERATOR] OpenStack support for (g infra orphan list) (#360, @jfortin-sap)
- [OPERATOR] GCP support for (g infra orphan list) (#351, @jfortin-sap)
- [OPERATOR] remove elasticsearch from gardenctl logs (#342, @neo-liang-sap)
- [OPERATOR] Identify orphaned infra resources not found in cluster terraform state (gardenctl infra orphan list) (#340, @jfortin-sap)
- [OPERATOR] add
gardenctl logs gardenlet
to display gardenlet logs (#332, @tedteng) - [OPERATOR] add -v -progress to show detailed information for each test case (#321, @neo-liang-sap)
- [OPERATOR] when getRole() == "user", prevent user from targeting seed as user don't have permission on seed (#311, @neo-liang-sap)
- [OPERATOR] add check whether cloud provider cli is installed on local env, if not, prompt error msg / how to install and exit gardenctl (#300, @neo-liang-sap)
- [OPERATOR] Fix operate.go missing coverage on scenario garden+seed+shoot (#296, @neo-liang-sap)
- [OPERATOR] fix
gardenctl download tf infra
reports error when current stack is garden+seed+namespace (#290, @neo-liang-sap) - [OPERATOR] Support valid Public IP for IPv4 and IPv6 in aws bastion security group when
ssh
(#276, @tedteng) - [OPERATOR] enable ssh debug msg, error msg return lines and function, make more sense. (#264, @tedteng)
- [DEVELOPER] remove capture() from ssh feature and refacor ssh remove redundancy code。 (#368, @tedteng)
- [DEVELOPER] github action integration between gardenctl and homebrew-tap (#303, @neo-liang-sap)
- [DEVELOPER] refactor curl to use net/http (#274, @neo-liang-sap)
- [DEVELOPER] An update to homebrew-tap is now automatically triggered. (#202, @zanetworker)