Skip to content

v3.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 14:59
· 1 commit to main since this release
4900541

Added

  • Allow using unix style glob pattern as an argument. For example, if there are two servers available with titles server-1 and server-2, these servers can be stopped with upctl server stop server-* command.
  • --delete-buckets option to objectstorage delete command.

Fixed

  • In objectstorage delete command, delete only user defined policies when --delete-policies flag is enabled as trying to delete system defined policy will cause an error.