Added
- Support for configuration of autonomous database KMS keys in the Database service
oci db autonomous-database configure-autonomous-database-vault-key
- Support for creating database software images from an existing database home in the Database service
oci db database-software-image create --source-db-home-id
- Support for creating database software images with any supported RUs in the Database service
oci db database-software-image create --database-version [optional], --patch-set[optional]
--is-desupported-version
flag is added to take customer acknowledgment for creating database-software images with release older than N-3oci db database create --is-desupported-version
oci db database create-from-backup --is-desupported-version
oci db database create-from-database --is-desupported-version
oci db db-home create --is-desupported-version
- Support for listing all NSGs associated with a given VLAN in the Networking service
oci network nsg list --compartment-id [optional]
Changed
- Services are now dynamically imported for autocomplete, speeding up completion time
Fixed
- Previous release had a bug causing some CLI commands to error with 'KeyError'. Please see github issue #415 for more details