This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
v0.18.0
[gardenctl]
Improvements
- [USER]
gardenctl info
now is printing the shoots per seed in a table. (#214, @vpnachev) - [USER] gardenctl can be now conviniently installed via homebrew tap with (#200, @vasu1124)
- "brew install gardener/tap/gardenctl"
- [USER] Fixes gardenctl related error in certain kind of scenario when gardenctl not targeting shoot (#198, @neo-liang-sap)
- [USER] fix gardenctl ssh error when t2.nano instance type is not available in some region of AWS (#194, @neo-liang-sap)
- [OPERATOR] AWS Bastion nodes no longer have any instance profiles associated with them. (#218, @mvladev)
- [OPERATOR] add kubectx support for gardenctl (#212, @neo-liang-sap)
- [OPERATOR] validate shoot project matches shoot namespace w/ same name across diff projects (#209, @jfortin-sap)
- [OPERATOR] Remove jq tool dependency (#206, @jfortin-sap)
- [OPERATOR] Fix the issue that breaks ssh command for provider alicloud. (#201, @EmoinLanyu)
- [OPERATOR] Enable
gardenctl target dashboardUrl <dashboard_url>
orgardenctl target -u <dashboard_url>
for directly targeting garden and shoot. Make sure to havedashboardUrl
field set for each of your (virtual) garden configurations (#190, @neo-liang-sap) - [OPERATOR] gardenctl logs tf infra output null fix and logs function README update (#185, @tedteng)
- [OPERATOR]
target server
now also works when thekubeConfig
path of the garden configuration contains the~
(tilde) sign (#182, @petersutter)