Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

v0.24.0

Compare
Choose a tag to compare
@gardener-robot-ci-1 gardener-robot-ci-1 released this 02 Dec 02:30
· 55 commits to master since this release

[gardenctl]

πŸƒ Others

  • [OPERATOR] Condense the command into a single verb gardenctl orphan (g orphan) with meaningful help message (#476, @jfortin-sap)
  • [OPERATOR] fix several gardenctl ssh aws issue: (#467, @neo-liang-sap)
    • if we get VPC from host, there might be several VPC but we didn't check it, hence changing to get vpc from subnet
    • there might be a list of images, use the first one
    • there's some issue in golang native check network function net.DialTimeout (at least in my testing), sometimes the timeout value passed doesn't take effect, the DialTimeout function will fail immediately , hence add time.Sleep to force wait 10s to retry
  • [OPERATOR] ssh to machine specifying machine provider id (g ssh --providerid) (#461, @jfortin-sap)
  • [OPERATOR] Make logsVpnSeed() use the latest GetFromTargetInfo() method (#456, @jguipi)
  • [OPERATOR] exit and print error message when seed.spec.SecretRef unavailable (#451, @neo-liang-sap)
  • [OPERATOR] fix aws ssh issue (#446, @neo-liang-sap)
  • [OPERATOR] cleanup function will return the code which ssh returns (#445, @neo-liang-sap)
  • [OPERATOR] fix some golangci-lint check error (#438, @neo-liang-sap)
  • [OPERATOR] enable gardenctl logs all to download all logs to current dir/logs folder (#437, @neo-liang-sap)
  • [OPERATOR] Remove useless flag on the logPodShoot function (#431, @jguipi)
    • Allow the gardenctl logs vpn-seed to use the current context
  • [OPERATOR] A fix to the Deploy gardener cluster` pipeline and add minor change to the execution. (#430, @jguipi)
  • [OPERATOR] remove double dash when using gardenctl aws/gcloud/az/openstack/kubectl (#428, @tedteng)
  • [OPERATOR] allow pass args to ssh openstack node (#424, @neo-liang-sap)
  • [OPERATOR] add passing arguments in ssh eg gardenctl ssh node ls /tmp (#423, @tedteng)
  • [OPERATOR] gardenctl diag command prints out diagnostic information of a shoot (#413, @neo-liang-sap)
  • [OPERATOR] gardenctl no longer relies on the deprecated project.garden.sapcloud.io/name label (#412, @ialidzhikov)
  • [OPERATOR] new tested method cmd.PrintoutObject can be used to print structures in YAML or JSON format to passed io.Writer (#410, @andrei-panov)
  • [OPERATOR] remove alertmanager related code (#405, @neo-liang-sap)
  • [OPERATOR] Add documentation for gardenctl ssh (#399, @neo-liang-sap)
  • [OPERATOR] removing release msg from #sap-tech-gardener channel (#398, @neo-liang-sap)
  • [OPERATOR] gardenctl ssh for openstack node (#397, @neo-liang-sap)
  • [OPERATOR] Add more generic taints while gardenctl shell to node (#386, @neo-liang-sap)
  • [DEVELOPER] Use golang 1.15 (#462, @dansible)
  • [DEVELOPER] Add script to test gardenctl ssh functionality (#440, @dansible)