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

v0.17.0

Compare
Choose a tag to compare
@gardener-robot-ci-3 gardener-robot-ci-3 released this 02 Apr 12:36

[gardenctl]

Most notable changes

  • [USER] The check for newer version is now moved to dedicated sub-command, e.g. gardenctl update-check. (#179, @vpnachev)

Improvements

  • [USER] An error which occurs running gardenctl ls issues is now fixed. (#177, @neo-liang-sap)
  • [USER] If a newer version of gardenctl is available, command "gardenctl version" will show notification including where and how to upgrade. (#167, @neo-liang-sap)
  • [OPERATOR] Added support for gardenctl target server <uri> / gardenctl target -r <uri> / gardenctl target --server <uri> to target a garden without knowing the garden name which can be different on each local installation (#180, @neo-liang-sap)
    • The uri may be an ip or hostname
  • [OPERATOR] An issue preventing the usage of openstack command via gardenctl for region-ized OpenStack CloudProfileConfig is now fixed. (#178, @ialidzhikov)
  • [OPERATOR] Namespace is now supported as one kind of target (#173, @neo-liang-sap)
    • gardenctl drop namespace is now supported
    • gardenctl ls namespaces is now supported
  • [OPERATOR] Enable "gardenctl target" command to target namespace like "gardenctl target namespace xxx" or "gardenctl target -n xxx" (#168, @neo-liang-sap)
  • [OPERATOR] Fix a crash issue when a shoot is not schduled. (#163, @jia-jerry)