Skip to content

v0.22.0

Compare
Choose a tag to compare
@archerzz archerzz released this 22 Jan 03:25
· 20 commits to master since this release
326943d

This version is deprecated. Install the latest release.

Change logs

New Commands

  • resource group-delete: Delete resource group

Updated Commands

  • add --output option to the following commands under iam:
    • iam access-group-user-add
    • iam access-group-service-id-add
  • add --output option to the following commands under account:
    • account domain-cert
    • account show
    • account org-create
    • account org-rename
    • account org-replicate
    • account org-users
    • account space-create
    • account space-rename
    • account space-users
  • add --output option to the following commands under plugin:
    • plugin list
    • plugin show
    • plugin repos
    • plugin repo-plugins
    • plugin repo-plugin
  • add --file option to iam authorization-policy-create

Removed Commands

All deprecated and hidden commands under network are completely removed. You can find the replacements below:

  • network domain-create --> app domain-create
  • network domain-delete --> app domain-delete
  • network domains --> app domains
  • network orphaned-routes-delete --> app orphaned-routes-delete
  • network regions --> regions
  • network route-check --> app route-check
  • network route-create --> app route-create
  • network route-delete --> app route-delete
  • network route-map --> app route-map
  • network routes --> app routes
  • network shared-domain-create --> app shared-domain-create
  • network shared-domain-delete --> app shared-domain-delete

Other Changes

  • Upgrade to Go Lang 1.13.6