Commit Graph

147 Commits

Author SHA256 Message Date
f1ba96b299 Accepting request 977883 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.9.0
  * Data Integration service
    * Support for BIP connection in the following commands
      * ``oci data-integration connection
        create-connection-create-connection-from-bip``
      * ``oci data-integration connection-validation
        create-connection-validation-create-connection-from-bip``
    * New parameters --conditional-composite-field-map, --is-single-load
      and --parallel-load-limit for the below commands
      * ``oci data-integration task create-data-loader-task
         --conditional-composite-field-map --is-single-load
	 --parallel-load-limit``
      * ``oci data-integration task update-data-loader-task
        --conditional-composite-field-map --is-single-load
	--parallel-load-limit``
  * Rover service
    * [BREAKING] Parameters --compartment-id and --bucket-id for
      add-workload operations for node and cluster are being deleted
      * ``oci rover node add-workload``
      * ``oci rover standalone-cluster add-workload``
      * ``oci rover station-cluster add-workload``
- from version 3.8.1
  * Support for Application Dependency Management service
    * ``oci adm``
  * Support for provisioned concurrency in the Functions service
    * ``oci fn function create --provisioned-concurrency``
    * ``oci fn function update --provisioned-concurrency``
  * Support for allow reboot migration for DenseIO shape
    in maintenance situations in Compute service
    * ``oci compute instance instance-action-reset-action-details``

OBS-URL: https://build.opensuse.org/request/show/977883
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=39
2022-05-20 09:11:47 +00:00
Dominique Leuenberger
c330083aa3 Accepting request 975532 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/975532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=18
2022-05-07 21:54:22 +00:00
cd448d0fcb Accepting request 974657 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.8.0
  * Support for the Service Mesh service
    * ``oci service-mesh``
  * Big Data service
    * Support for compute only worker nodes
      * ``oci bds instance remove  --node-id``
      * ``oci bds instance remove  --node-id --is-force-remove-enabled``
    * Support for horizontal autoscaling policy
      * ``oci bds auto-scale-config create --policy-details``
      * ``oci bds auto-scale-config edit --policy-details``
    * Support for bootstrap script
      * ``oci bds instance create --bootstrap-script-url``
      * ``oci bds instance update --bootstrap-script-url``
    * Support for customizable kerberos realm name
      * ``oci bds instance create --kerberos-realm-name``
    * Support for ODH patch patch management
      * ``oci bds instance install-patch``
      * ``oci bds instance list-patch-histories``
      * ``oci bds instance list-patches``
  * Rover service
    * [BREAKING] Support for required shape parameter
      to the creation of a roving edge node
      * ``oci rover node create --shape``
    * Support to list the available shapes for Rover
      * ``oci rover shape list --compartment-id``
    * Support the option for the user to provide their own master key OCID to
      encrypt secret data to roving edge nodes, standalone clusters and station
      clusters.
      * ``oci rover node create --master-key-id --policy-compartment-id --policy-name``
      * ``oci rover standalone-cluster --master-key-id --policy-compartment-id --policy-name``

OBS-URL: https://build.opensuse.org/request/show/974657
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=37
2022-05-07 13:05:36 +00:00
Dominique Leuenberger
097a4371d3 Accepting request 974329 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/974329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=17
2022-05-02 14:25:40 +00:00
2b32050752 Accepting request 972771 from home:pgajdos:python
- removing python-mock from Factory
  https://trello.com/c/S6eADbii/64-remove-python-mock
- testsuite is not being run, thus python-mock is not required;
  testsuite is half-migrated to unittest.mock in upstream

OBS-URL: https://build.opensuse.org/request/show/972771
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=35
2022-05-02 07:49:09 +00:00
4104d13189 Accepting request 972824 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.7.3
  * Support for choosing compute shapes when creating SDDCs
    and ESXi hosts in the VMWare Solution service
    * ``oci ocvs esxi-host create --host-ocpu-count, --host-shape-name``
    * ``oci ocvs sddc create --initial-host-ocpu-count, --initial-host-shape-name``
  * Database service
      * Support for stack monitoring on external databases
        * ``oci db external-cdb disable-external-container-database-stack-monitoring``
        * ``oci db external-cdb enable-external-container-database-stack-monitoring``
        * ``oci db external-non-cdb disable-external-non-container-database-stack-monitoring``
        * ``oci db external-non-cdb enable-external-non-container-database-stack-monitoring``
        * ``oci db external-pdb disable-external-pluggable-database-stack-monitoring``
        * ``oci db external-pdb enable-external-pluggable-database-stack-monitoring``
      * Support for upgrading VM database systems in place
        * ``oci db system upgrade``
        * ``oci db db-system-upgrade-history get``
        * ``oci db db-system-upgrade-history list``
  * Support for the Stack Monitoring service
    * ``oci stack-monitoring``
- from version 3.7.2
  * Database service
    * Support for enabling and disabling data collection options during create and
      update operations on VM clusters on Exadata Cloud
      * ``oci db vm-cluster create --data-collection-options ``
      * ``oci db vm-cluster update --data-collection-options ``
    * Support for new fields --database-edition and --max-cpu-core-count
      to create and update an autonomous database
      * ``oci db autonomous-database create --database-edition, --max-cpu-core-count``
      * ``oci db autonomous-database create-adb-cross-region-data-guard-details
        --database-edition, --max-cpu-core-count``

OBS-URL: https://build.opensuse.org/request/show/972824
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=34
2022-05-02 07:45:11 +00:00
Dominique Leuenberger
a32cbf0add Accepting request 967700 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/967700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=16
2022-04-08 20:45:37 +00:00
27b471aa9b Accepting request 965382 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.6.2
  * Support for virtual machines, bare metal machines, and Exadata databases
    with private endpoints in the Operations Insights service
    * ``oci opsi opsi-private-endpoint``
    * ``oci opsi database-insights change-pe-comanaged-database-detail``
  * Support for setting deletion policies on database systems
    in the MySQL Database service
    * ``oci mysql db-system clone--deletion-policy``
    * ``oci mysql db-system create --deletion-policy``
    * ``oci mysql db-system import --deletion-policy``
    * ``oci mysql db-system update --deletion-policy``
  * Changed existing database insight operations updated
    in the Operations Insights service
    * ``oci opsi database-insights create-pe-comanged-database``
    * ``oci opsi database-insights enable-pe-comanaged-database``
    * ``oci opsi database-insights update-pe-comanaged-database``
- from version 3.6.1
  * Support for DI application resource in the Data Integration service
    * ``oci data-integration dis-application``
  * Support for enabling shielded instances feature in create SDDC
    in the Oracle Cloud VMware Solution service
    * ``oci ocvs sddc create --is-shielded-instance-enabled``
  * Vulnerability Scanning Service
    * Support for Optional param ``--image-count`` in container scan recipe create and update
      * ``oci vulnerability-scanning container scan recipe create --image-count``
      * ``oci vulnerability-scanning container scan recipe update --image-count``
    * Support for vulnerabilities list and get
      * ``oci vulnerability-scanning vulnerability get``
      * ``oci vulnerability-scanning vulnerability list``
      * ``oci vulnerability-scanning vulnerability list-vulnerability-impacted-containers``

OBS-URL: https://build.opensuse.org/request/show/965382
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=32
2022-04-08 07:48:50 +00:00
Dominique Leuenberger
43361b365b Accepting request 961963 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/961963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=15
2022-03-15 18:10:58 +00:00
15105e803e Accepting request 961892 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.6.0
  * Support for the Sales Accelerator license option in the Content Management service  
    * ``oci oce oce-instance create --add-on-features``
    * ``oci oce oce-instance update --add-on-features``
  * Support for new VCN hostname cluster endpoint as part of Container Engine service
    * ``oci ce cluster create-kubeconfig --kube-endpoint VCN_HOSTNAME``
  * Database Migration service
    * Support for reporting all excluded objects based on static exclusion rules and
      dynamic exclusion settings configured by the Database Migration Service (DMS) user
      * ``oci database-migration excluded-object-summary list``
    * Support to remove, list, and add database objects reported by the Cloud
      Premigration Advisor Tool (CPAT)
      * ``oci database-migration migration add``
      * ``oci database-migration migration remove``
      * ``oci database-migration migration-objects list``
    * Support for migrating Oracle Database from Amazon Web Services (AWS) RDS to Oracle
      Autonomous Database (ADB) using Amazon Simple Storage Service (Amazon S3) and DBLINK
      for data transfer
      * ``oci database-migration connection create --db-subtype``
  * Enhancement in launch dbsystem as well as create database using customer managed
    keys for VMBM in the Database service
    * ``oci db system launch --vault-id``
    * ``oci db database create --vault-id``
    * ``oci db database migrate-vault-key --vault-id --admin-password --tde-wallet-password``
  * The parameters --admin-username and --admin-password are now optional in the below
    commands in the MySQL database service
    * ``oci mysql db-system clone``
    * ``oci mysql db-system create``
    * ``oci mysql db-system import``
  * [BREAKING] The command ``oci rover cluster`` is being deleted and its logic has been

OBS-URL: https://build.opensuse.org/request/show/961892
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=30
2022-03-15 15:55:18 +00:00
Dominique Leuenberger
bb790e222d Accepting request 957762 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/957762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=14
2022-02-27 21:42:50 +00:00
bec0678b99 Accepting request 957573 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.5.2
  * Support for Speech Service
    * ``oci speech``
  * Support for Data Connectivity Management Service
    * ``oci data-connectivity``
  * Support for Resource Profile, Sightings, Tactics, and Technique features
    as a part of the Cloud Guard Service
    * ``oci cloud-guard problem-endpoint-summary list-problem-endpoints``
    * ``oci cloud-guard resource-risk-score-aggregation
      request-summarized-trend-resource-risk-scores``
    * ``oci cloud-guard resource-profile get``
    * ``oci cloud-guard resource-profile-endpoint-summary list-resource-profile-endpoints``
    * ``oci cloud-guard resource-profile-impacted-resource-summary
      list-resource-profile-impacted-resources``
    * ``oci cloud-guard resource-profile-risk-score-aggregation-summary
      request-summarized-top-trend-resource-profile-risk-scores``
    * ``oci cloud-guard resource-profile-summary list-resource-profiles``
    * ``oci cloud-guard resource-type-summary list-resource-types``
    * ``oci cloud-guard sighting get``
    * ``oci cloud-guard sighting-endpoint-summary list-sighting-endpoints``
    * ``oci cloud-guard sighting-impacted-resource-summary list-sighting-impacted-resources``
    * ``oci cloud-guard sighting-summary list-sightings``
    * ``oci cloud-guard tactic-summary list-tactics``
    * ``oci cloud-guard technique-summary list-techniques``
  * Support for disabling crash recovery to improve the performance
    of large imports in the MySql Database service.
    * ``oci mysql db-system clone --crash-recovery``
    * ``oci mysql db-system create --crash-recovery``
    * ``oci mysql db-system import --crash-recovery``
    * ``oci mysql db-system update --crash-recovery``

OBS-URL: https://build.opensuse.org/request/show/957573
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=29
2022-02-26 12:41:15 +00:00
Dominique Leuenberger
bc751d4a7c Accepting request 949388 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/949388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=13
2022-01-27 22:16:52 +00:00
4b56a16c4f Accepting request 949352 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.4.4
  * Below services were added to support the Account Management finance data
    * One Subscription Billing Schedule service
      * ``oci osub-billing-schedule billing-schedule-summary``
    * One Subscription Subscription service
      * ``oci osub-subscription commitment``
      * ``oci osub-subscription ratecard``
      * ``oci osub-subscription subscription``
    * One Subscription Usage service
      * ``oci osub-usage computed-usage``
      * ``oci osub-usage computed-usage-aggregated-summary``
    * One Subscription Organization subscription service
      * ``oci osub-organization-subscription subscription``
  * Support for new field 'type' to specify if a run or application
    is streaming or batch in the Data Flow service
    * ``oci data-flow application create --type``
    * ``oci data-flow run create --type``
    * ``oci data-flow run submit --type``
- from version 3.4.3
  * Support for calling Oracle Cloud Infrastructure services
    in the me-dcc-muscat-1 region
  * Support for the Visual Builder service
      * ``oci visual-builder``
  * Support for cross-region replication of volume groups in the Block Storage service
    * ``oci bv volume-group create --volume-group-replicas``
    * ``oci bv volume-group update  --volume-group-replicas``
  * Support for boot volume encryption in the Container Engine for Kubernetes service
    * ``oci ce node-pool create --is-pv-encryption-in-transit-enabled, --kms-key-id``
    * ``oci ce node-pool update  --is-pv-encryption-in-transit-enabled, --kms-key-id``
  * Support for adding metadata to records when creating and

OBS-URL: https://build.opensuse.org/request/show/949352
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=28
2022-01-27 08:01:30 +00:00
Dominique Leuenberger
4575203202 Accepting request 945124 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/945124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=12
2022-01-09 21:50:18 +00:00
dbe654a721 Accepting request 944070 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.4.1
  * Bug when using ``oci os object put`` from STDIN. Please see `github issue
    #490 <https://github.com/oracle/oci-cli/issues/490>`_ for more details.
- from version 3.4.0
  * Support for node replacement in the VMWare Solution service
    * ``oci ocvs esxi-host create --failed-esxi-host-id`` 
  * Support for ingestion of SQL stats metrics in the Operations Insights service
    * ``oci opsi database-insights ingest-sql-stats --database-id``
  * Support for AWR hub integration in the Operations Insights service
    * ``oci opsi awr-hubs``
    * ``oci opsi operations-insights-warehouse-users``
    * ``oci opsi operations-insights-warehouses``
  * Support for automatically generating logical entities from filename patterns and
    relationships between business terms across glossaries in the Data Catalog service
    * ``oci data-catalog pattern create --file-path-prefix``
    * ``oci data-catalog pattern update --file-path-prefix``
    * ``oci data-catalog pattern validate --file-path-prefix``
    * ``oci data-catalog entity list-aggregated-physical --is-include-properties``
    * ``oci data-catalog entity create --type-key``
  * Support for automatic start/stop at scheduled times in the Database service
    * Option ``--scheduled-operations`` for the following operations under ``oci db
      autonomous-database``:  ``create, create-adb-cross-region-data-guard-details,
      create-from-backup-id, create-from-backup-timestamp, create-from-clone,
      create-refreshable-clone, update``
  * Support for cloud VM cluster resources on autonomous dedicated databases in the Database service
    * ``oci db autonomous-container-database create  --cloud-autonomous-vm-cluster-id
      --peer-cloud-autonomous-vm-cluster-id``
    * ``oci db autonomous-container-database list --cloud-autonomous-vm-cluster-id``
    * ``oci db cloud-autonomous-vm-cluster``
    * ``oci db cloud-vm-cluster create | update --ocpu-count``

OBS-URL: https://build.opensuse.org/request/show/944070
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=27
2022-01-09 14:08:02 +00:00
Dominique Leuenberger
1e1e481d90 Accepting request 934745 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/934745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=11
2021-12-01 19:47:04 +00:00
d478157c7e Accepting request 934577 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.3.1
  * Support for Object Storage integration with the Big Data service
    * ``oci bds bds-api-key``
  * Support for the GetSubnetTopology API in the Networking Topology Service
    * ``oci network subnet-topology get``
  * Support for Cloud Advisor V2 features as a part of the Cloud Advisor Service
    * ``oci optimizer profile-level-summary list-profile-levels``
    * ``oci optimizer queryable-field-summary list-resource-action-queryable-fields``
    * ``oci optimizer resource-action-summary filter-resource-actions``
  * FastConnect Service
    * Support for MACSEC in the below commands
      * ``oci network cross-connect create --macsec-properties``
      * ``oci network cross-connect update --macsec-properties``
      * ``oci network cross-connect-group create --macsec-properties``
      * ``oci network cross-connect-group update --macsec-properties``
    * Support for MTU in the below commands
      * ``oci network virtual-circuit create --ip-mtu``
      * ``oci network virtual-circuit update --ip-mtu``
  * Support for Service Manager Proxy aimed at having SaaS environments that
    implement Service Manager API contract.
    * ``oci service-manager-proxy service-environment``
  * Database service
    * The required parameter --backup-tde-password is now optional
      in the below commands
      * ``oci db database create-from-backup``
      * ``oci db database create-from-database``
    * The parameter --backup-tde-password is now optional in the below commands
      * ``oci db system launch-from-backup ``
      * ``oci db database launch-from-database``
    * The parameters --pdb-admin-password, --tde-wallet-password and

OBS-URL: https://build.opensuse.org/request/show/934577
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=26
2021-11-30 15:42:29 +00:00
Dominique Leuenberger
db50ac0680 Accepting request 927782 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/927782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=10
2021-10-28 16:31:19 +00:00
8231db8c6e Accepting request 927780 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.2.0
  * Support for Node subsetting feature for vmcluster resources
    for ExaCC in Database Service
    * ``oci db vm-cluster add --db-servers``
    * ``oci db vm-cluster create --db-servers``
    * ``oci db vm-cluster remove --db-servers``
  * Support for convert to pdb, rollback, sync, sync-rollback, list-pdb-conversion-history,
    get-pdb-conversion-history in Database Service
    * ``oci db database convert-to-new-pdb``
    * ``oci db database convert-to-new-pdb-precheck``
    * ``oci db database convert-to-pdb-sync``
    * ``oci db database convert-to-pdb-sync-rollback``
    * ``oci db database list-pdb-conversion-history``
    * ``oci db pdb-conversion-history get --history-id``
  * Support to optionally provide peer database unique name AND SID prefix
    during database creation in ExaCS and ExaCC in Database Service
    * ``oci db database create --sid-prefix``
    * ``oci db database create-from-backup --sid-prefix``
    * ``oci db data-guard-association create from-existing-db-system
      --peer-db-unique-name  --peer-sid-prefix``
    * ``oci db data-guard-association create from-existing-vm-cluster
      --peer-db-unique-name  --peer-sid-prefix``
  * Support for a parameter for creating db system from the backup with
    database software image in Database Service
    * ``oci db system launch-from-backup --database-software-image-id``
  * Support for preference get/update/remove in Log Analytics Service
    * ``oci log-analytics preference get``
    * ``oci log-analytics preference update``
    * ``oci log-analytics preference remove``
  * Support for unprocessed data bucket in Log Analytics Service

OBS-URL: https://build.opensuse.org/request/show/927780
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=25
2021-10-27 13:46:23 +00:00
Dominique Leuenberger
a2a67e63ec Accepting request 914960 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/914960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=9
2021-08-30 11:55:23 +00:00
1e61d6ee68 Accepting request 914250 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.0.2
  * Support to generate recommended vm cluster network and create vm cluster
    network with given customer listener port in the Database service
    * ``oci db exadata-infrastructure generate-recommended-vm-cluster-network
      --scan-listener-port-tcp, --scan-listener-port-tcp-ssl``
    * ``oci db vm-cluster-network create --scans``
  * Prompt to create a config file with a CLI session profile if a CLI command
    is run with a nonexistent config file and --auth security_token
  * Prompt to re-authenticate a CLI session profile if a CLI command is run with
    an expired session token and --auth security_token
  * Modified supported versions for the following packages:
    cryptography (>3.2.1, <=3.4.7), click (7.1.2).
- from version 3.0.1  
  * Support for identifying Management Agent hosts eligible to create
    Operations Insights Host resources on  
    * ``oci opsi host-insights list-importable-agent-entities``
  * Support for summarize-agen-counts and summarize-plugin-counts
    in Management Agent service
    * ``oci management-agent agent summarize-agent-counts``
    * ``oci management-agent agent summarize-plugin-counts``
  * Support for additional filters when listing management agents
    in Management Agent service
    * ``oci management-agent agent list --availability-status,
      --host-id, --is-customer-deployed``
  * Modified supported versions for the following packages: six (>=0.15.0).
  * Check the bucket exists before bulk and sync operations in Object Storage service
    * ``oci os object bulk-upload``
    * ``oci os object bulk-download``
    * ``oci os object sync``
  * Session authentication now has no private key passphrase prompt by default; private key

OBS-URL: https://build.opensuse.org/request/show/914250
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=24
2021-08-30 07:56:47 +00:00
Dominique Leuenberger
712f47ffb1 Accepting request 910078 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/910078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=8
2021-08-04 20:28:48 +00:00
5fbfc87254 Accepting request 910029 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.26.4
  * Support for filtering by tag on capacity planning and SQL warehouse
    list operations in the Operations Insights service
    * Parameters ``defined-tag-equals``, ``freeform-tag-equals``, ``defined-tag-exists``,
      ``freeform-tag-exists`` are added for some commands under ``oci opsi database-insights``
  * Support for creating cross-region autonomous data guards in the Database service
    * ``oci db autonomous-database create-cross-region-data-guard``
    * ``oci db autonomous-database fail-over --peer-db-id``
    * ``oci db autonomous-database switchover --peer-db-id``
    * ``oci db autonomous-database update --peer-db-id``
  * Support for the customer contacts feature on cloud exadata infrastructure
    in the Database service
    * ``oci db cloud-exa-infra create --customer-contacts``
    * ``oci db cloud-exa-infra update --customer-contacts``
  * Support for cost analysis custom tables in the Usage service
    * ``oci usage-api custom-table``
  * Support non-default config file locations for ``oci session validate``
    and ``oci session terminate``
  * Support to add passphrase for session authentication (``oci session authenticate``)
- from version 2.26.3
  * Support for empty and dry-run options while deleting buckets in Object Storage service  
    * ``oci os bucket delete --empty  --dry-run``
    * ``oci os bucket delete --empty``
  * Support for schedules and tasks in Data Integration service
    * ``oci data-integration schedule``
    * ``oci data-integration task``
  * Database service
    * Support for getting available updates and updating histories for a VM cluster
      * ``oci db vm-cluster get-update --update-id <Update OCID> --vm-cluster-id <VM Cluster OCID>``
      * ``oci db vm-cluster list-updates --vm-cluster-id <VM Cluster OCID>

OBS-URL: https://build.opensuse.org/request/show/910029
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=23
2021-08-04 06:03:49 +00:00
Dominique Leuenberger
0e8b14f839 Accepting request 903196 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/903196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=7
2021-07-01 05:05:39 +00:00
21e294da3b Accepting request 903053 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.25.4
  * Users can authenticate the CLI with only environment variables,
    a config does not need to exist
    * The following environment variables need to be set, OCI_CLI_USER, OCI_CLI_TENANCY,
      OCI_CLI_FINGERPRINT, OCI_CLI_KEY_FILE, OCI_CLI_REGION
    * Optional variable for passphrase, OCI_CLI_PASSPHRASE
  * Support for VMBM Pluggable Database feature as a part of the Database Service
    * ``oci db pluggable-database``
  * Support for cross-tenancy volume clone in Block Storage service
    * ``oci bv volume create --source-volume-id``
    * ``oci bv boot-volume create --source-volume-id``
  * Changed allowed versions of cryptography package to a range from 3.2.1 to 3.4.7
  * Following updates in installer scripts:
    * Use dnf, if available, to install python
    * Updated check for ubuntu/debian systems to use ID_LIKE/ID
      instead of NAME in /etc/os-release
  * oci setup bootstrap was causing a ``AttributeError: module 'oci' has no attribute 'identity'``
  - from version 2.25.3
  * Support for migrating an OKE cluster not integrated with your
    VCN to a VCN-Native cluster in Container Engine
    * ``oci ce cluster cluster-migrate-to-native-vcn``
    * ``oci ce cluster cluster-migrate-to-native-vcn-status``
  * Support for filtering of applications based on spark version in Data Flow service
    * ``oci data-flow application list --spark-version``
  * Support for registration and management of target databases in Data Safe service.
    * ``oci data-safe target-database create``
  * Support for Elastic Storage feature for Exadata Infrastructure
    resources for ExaCC in Database service.
    * ``oci db exadata-infrastructure create --compute-count``
    * ``oci db exadata-infrastructure update --additional-storage-count``

OBS-URL: https://build.opensuse.org/request/show/903053
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=22
2021-06-30 09:24:12 +00:00
Dominique Leuenberger
93847d9cf9 Accepting request 894935 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/894935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=6
2021-05-22 22:06:14 +00:00
acb5b7ca64 Accepting request 894669 from home:susnux:branches:Cloud:Tools
Update to version 2.24.5

OBS-URL: https://build.opensuse.org/request/show/894669
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=20
2021-05-22 11:12:56 +00:00
Dominique Leuenberger
1769e34a7c Accepting request 893346 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/893346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=5
2021-05-15 21:16:26 +00:00
884910f3f6 Accepting request 893103 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.24.4
  * Support for database maintenance run patchMode feature as a part of the Database Service
    * ``oci db maintenance-run``
  * PyYAML was upgraded to version 5.4.1 to address a vulnerability identified on GitHub as CVE-2020-14343  
  * Py was upgraded to version 1.10.0 to address a vulnerability identified on GitHub as CVE-2020-29651.
    Py isn't used in our run-time system but as part of our documentation build process.
- from version 2.24.3
  * Options for configuring config path and profile name for session authentication
    * ``oci session authenticate --profile-name --config-location``
  * Support for the Operator Access Control service
   * ``oci opctl``
  * Support for the Service Catalog service
   * ``oci service-catalog``
  * Support for the AI Language service
   * ``oci ai language``
  * Wait for state parameter for the following database commands were returning on incorrect states
    * oci db database create --wait-for-state
    * oci db database create-from-backup --wait-for-state
    * oci db database create-from-database --wait-for-state
    * oci db db-home create --wait-for-state
- from version  2.24.2
  * Support for data masking and other enhancements in the Cloud Guard service
    * ``oci cloud-guard data-mask-rule``
    * ``oci cloud-guard policy-summary list-policies``
    * ``oci cloud-guard problem update-bulk-problem-status --comment``
  * Support for opting out of DNS records during instance launch, as well as attaching
    secondary VNICs, in the Compute service
    * ``oci compute instance attach-vnic --assign-private-dns-record``
    * ``oci compute instance launch --assign-private-dns-record``
  * Support for mutable sizes on cluster networks in the Compute Management service. Argument (instance-pools)

OBS-URL: https://build.opensuse.org/request/show/893103
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=18
2021-05-15 19:55:47 +00:00
Dominique Leuenberger
e59fb14056 Accepting request 872528 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/872528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=4
2021-02-15 22:20:42 +00:00
de85c365e4 Accepting request 872526 from home:glaubitz:branches:Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/872526
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=16
2021-02-15 14:01:24 +00:00
Dominique Leuenberger
fed33f4e3d Accepting request 841940 from Cloud:Tools
- Update to version 2.14.0
  * Support for API definitions in the API Gateway service
    * ``oci api-gateway api --help``
  * Support for pattern-based Logical Entities, namespace-bound Custom Properties,
    and faceted search in the Data Catalog service
    * ``oci data-catalog pattern``
    * ``oci data-catalog data-asset add-data-selector-patterns``
    * ``oci data-catalog entity list-aggregated-physical``
    * ``oci data-catalog namespace``
    * ``oci data-catalog custom-property``
    * ``oci data-catalog type associate-custom-properties``
    * ``oci data-catalog search query``
  * Support for Autonomous Data Guard for Autonomous Infrastructure
    * ``oci autonomous-container-database-dataguard``
    * ``oci autonomous-database-dataguard``
  * Support for creating a Data Guard association on an existing standby
    database home in the Database service.
    * ``oci db data-guard-association create from-existing-db-system --peer-db-home-id``
    * ``oci db data-guard-association create from-existing-vm-cluster --peer-db-home-id``
  * Support for list database homes by version.
    * ``oci db db-home list --db-version``
  * Support for upgrading Cloud VM Cluster Grid Infrastructure
    * ``oci db cloud-vm-cluster update [options]``
  * Help messages for Logging Ingestion Service
  * Support for updating saved search logs for Logging Service
    * ``oci logging log-saved-search``
    * ``oci logging log-included-search``
  * [Breaking]  Required param ``is-quick-start`` is deleted from ``oci logging
    log-saved-search create/update``
- from version 2.13.0 (forwarded request 841902 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/841940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=3
2020-10-18 14:30:07 +00:00
02077fa1bc Accepting request 841902 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.14.0
  * Support for API definitions in the API Gateway service
    * ``oci api-gateway api --help``
  * Support for pattern-based Logical Entities, namespace-bound Custom Properties,
    and faceted search in the Data Catalog service
    * ``oci data-catalog pattern``
    * ``oci data-catalog data-asset add-data-selector-patterns``
    * ``oci data-catalog entity list-aggregated-physical``
    * ``oci data-catalog namespace``
    * ``oci data-catalog custom-property``
    * ``oci data-catalog type associate-custom-properties``
    * ``oci data-catalog search query``
  * Support for Autonomous Data Guard for Autonomous Infrastructure
    * ``oci autonomous-container-database-dataguard``
    * ``oci autonomous-database-dataguard``
  * Support for creating a Data Guard association on an existing standby
    database home in the Database service.
    * ``oci db data-guard-association create from-existing-db-system --peer-db-home-id``
    * ``oci db data-guard-association create from-existing-vm-cluster --peer-db-home-id``
  * Support for list database homes by version.
    * ``oci db db-home list --db-version``
  * Support for upgrading Cloud VM Cluster Grid Infrastructure
    * ``oci db cloud-vm-cluster update [options]``
  * Help messages for Logging Ingestion Service
  * Support for updating saved search logs for Logging Service
    * ``oci logging log-saved-search``
    * ``oci logging log-included-search``
  * [Breaking]  Required param ``is-quick-start`` is deleted from ``oci logging
    log-saved-search create/update``
- from version 2.13.0

OBS-URL: https://build.opensuse.org/request/show/841902
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=14
2020-10-15 11:34:53 +00:00
Dominique Leuenberger
17def963b8 Accepting request 833333 from Cloud:Tools
- Update to version 2.12.10
  * Support for searching Oracle Cloud resources across tenancies in the Search Service
    * ``oci search resource free-text-search --tenant-id``
    * ``oci search resource structured-search --tenant-id``
  * Support for Management Agent Cloud Service
    * ``oci management-agent``
  * Support for sending diagnostic interrupt to a VM instance in the Compute Service
    * ``oci compute instance action --action SENDDIAGNOSTICINTERRUPT --instance-id``
  * Support for custom Database Software Images in the Database Service
    * ``oci db database-software-image``
  * Support for Management Dashboard Service
    * ``oci management-dashboard``
  * Support for Logging Analytics Service
    * `oci log-analytics`
  * Support for Logging Service
    * ``oci logging``
  * Support for Logging Ingestion Service
    * ``oci logging-ingestion``
  * Support for Logging Search Service
    * ``oci logging-search``
  * Support for Service Connector Hub service
    * ``oci sch``
  * Support for getting and listing container database patches for Autonomous Container
    Database resources in the Database Service
    * ``oci db autonomous-patch get --autonomous-patch-id``
    * ``oci db autonomous-patch list-container-database-patches --autonomous-container-database-id``
  * Support for updating patch id on maintenance run for Autonomous Container Database
    resources in the Database Service
    * ``oci db maintenance-run update --patch-id``
  * Support for Policy based Request/Response transformation (forwarded request 833318 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/833333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=2
2020-09-11 22:07:05 +00:00
c1f23a8803 Accepting request 833318 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.12.10
  * Support for searching Oracle Cloud resources across tenancies in the Search Service
    * ``oci search resource free-text-search --tenant-id``
    * ``oci search resource structured-search --tenant-id``
  * Support for Management Agent Cloud Service
    * ``oci management-agent``
  * Support for sending diagnostic interrupt to a VM instance in the Compute Service
    * ``oci compute instance action --action SENDDIAGNOSTICINTERRUPT --instance-id``
  * Support for custom Database Software Images in the Database Service
    * ``oci db database-software-image``
  * Support for Management Dashboard Service
    * ``oci management-dashboard``
  * Support for Logging Analytics Service
    * `oci log-analytics`
  * Support for Logging Service
    * ``oci logging``
  * Support for Logging Ingestion Service
    * ``oci logging-ingestion``
  * Support for Logging Search Service
    * ``oci logging-search``
  * Support for Service Connector Hub service
    * ``oci sch``
  * Support for getting and listing container database patches for Autonomous Container
    Database resources in the Database Service
    * ``oci db autonomous-patch get --autonomous-patch-id``
    * ``oci db autonomous-patch list-container-database-patches --autonomous-container-database-id``
  * Support for updating patch id on maintenance run for Autonomous Container Database
    resources in the Database Service
    * ``oci db maintenance-run update --patch-id``
  * Support for Policy based Request/Response transformation

OBS-URL: https://build.opensuse.org/request/show/833318
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=12
2020-09-09 18:32:27 +00:00
Dominique Leuenberger
91eb79739e Accepting request 821106 from Cloud:Tools
- Update to version 2.12.2
  + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to
    allow switching from Non PE to PE (and vice versa) for existing databases as a part of
    the Database Service for Autonomous Databases
    * ``oci db autonomous-database update --private-endpoint-label ``
    * ``oci db autonomous-database update --subnet-id ``
  + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service
    * ``oci analytics analytics-instance create --network-endpoint-details``
    * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details``
  + Support for re-encrypting an object in the Object Storage Service, by introducing a command
    line option to specify a new encryption key.
    * ``oci os object reencrypt``
  + Support to register and deregister autonomous dedicated databases with Datasafe
    * ``oci db autonomous-database data-safe register``
    * ``oci db autonomous-database data-safe deregister``
- from version 2.12.1
  + Support for Usage API service
    * ``oci usage``
  + Support for Oracle Cloud VMware Solution service
    * ``oci ocvs``
  + Support for one-off patches in Database service
    * ``oci db database patch --one-off-patches``
  + Support for Vlan features as part of support Layer 2 Virtual Networking
    * ``oci network vlan``
    * ``oci network private-ip list --vlan-id``
    * ``oci network vnic assign-private-ip --vlan-id``
    * ``oci compute instance attach-vnic --vlan-id``
  + Validator parameter added for updating tags in Identity service
    * ``oci iam tag update --validator``
  + Improve Create Instance Configuration to include the latest AttachVolumeDetails
    properties in the Compute Management service
    * ``oci compute-management instance-configuration create --instance-details``

OBS-URL: https://build.opensuse.org/request/show/821106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oci-cli?expand=0&rev=1
2020-07-16 10:14:47 +00:00
e5bad09513 Add missing %{psuffix} to Name field
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=10
2020-07-15 14:07:22 +00:00
fa81f375a1 Accepting request 820916 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.12.2
  + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to
    allow switching from Non PE to PE (and vice versa) for existing databases as a part of
    the Database Service for Autonomous Databases
    * ``oci db autonomous-database update --private-endpoint-label ``
    * ``oci db autonomous-database update --subnet-id ``
  + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service
    * ``oci analytics analytics-instance create --network-endpoint-details``
    * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details``
  + Support for re-encrypting an object in the Object Storage Service, by introducing a command
    line option to specify a new encryption key.
    * ``oci os object reencrypt``
  + Support to register and deregister autonomous dedicated databases with Datasafe
    * ``oci db autonomous-database data-safe register``
    * ``oci db autonomous-database data-safe deregister``
- from version 2.12.1
  + Support for Usage API service
    * ``oci usage``
  + Support for Oracle Cloud VMware Solution service
    * ``oci ocvs``
  + Support for one-off patches in Database service
    * ``oci db database patch --one-off-patches``
  + Support for Vlan features as part of support Layer 2 Virtual Networking
    * ``oci network vlan``
    * ``oci network private-ip list --vlan-id``
    * ``oci network vnic assign-private-ip --vlan-id``
    * ``oci compute instance attach-vnic --vlan-id``
  + Validator parameter added for updating tags in Identity service
    * ``oci iam tag update --validator``
  + Improve Create Instance Configuration to include the latest AttachVolumeDetails

OBS-URL: https://build.opensuse.org/request/show/820916
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=9
2020-07-14 16:55:42 +00:00
2fd0c65c2c Accepting request 810923 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.10.4
  + Support for Native JWT Validation in Oracle Cloud Infrastructure API Gateway service
    * ``oci api-gateway deployment create --specification``
    * ``oci api-gateway deployment update --specification``
  + Support for Autonomous DataWarehouse and Autonomous Transaction Processing
    features as a part of the Database Service to display the Private IP for Private
    Endpoint Database service for Autonomous Databases
    * ``autonomous-database get --autonomous-database-id``
  + Combination of --stream-output, --all and --query with pagination was
    returning invalid JSON output.
    * ``oci audit event list``
  + For CLI operations returning Unauthorized error, fixed bug where FileNotFoundError
    was displayed instead of error message.
    (`Issue 280 <https://github.com/oracle/oci-cli/issues/280>`__)
    (`Issue 278 <https://github.com/oracle/oci-cli/issues/278>`__)
- from version 2.10.3
  + Support for Drift Detection feature as part of Resource Manager Service
    * ``oci resource-manager stack detect-drift --stack-id``
    * ``oci resource-manager stack list-resource-drift-details --stack-id,
      --resource-drift-status``
  + ``oci session refresh`` was generating incorrect URL for gov regions.
- from version 2.10.2
  + Support for updating the license type of database systems in the Database service
     * ``oci db system update --license-model``
  + Support for updating the version of 19c autonomous databases in the Database service 
    * ``oci db autonomous-database update --db-version``
  + Support for backup and restore functionality in the Key Management service
    * ``oci kms management vault backup``
    * ``oci kms management vault restore``
    * ``oci kms management vault restore-from-file``

OBS-URL: https://build.opensuse.org/request/show/810923
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=8
2020-06-03 09:12:04 +00:00
b7abc00cdd Accepting request 798296 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.10.0
  + Support for Data Safe service
    * ``oci data-safe``
  + Support for Incident Management and Creation service
    * ``oci support``
  + Support for object versions in Object Storage
    * ``oci os object list-object-versions``
    * ``oci os bucket create --versioning``
    * ``oci os bucket update --versioning``
    * ``oci os object copy --source-version-id``
    * ``oci os object copy-part --source-version-id``
    * ``oci os object delete --version-id``
    * ``oci os object restore --version-id``
    * ``oci os object get --version-id``
    * ``oci os object head --version-id``
    * ``oci os object list --start-after``
  + Support for user-provided encryption keys in Object Storage, by introducing
    optional parameters to specify a file containing the encryption key
    * ``oci os object put --encryption-key-file``
    * ``oci os object get --encryption-key-file``
    * ``oci os object head --encryption-key-file``
    * ``oci os object bulk-download --encryption-key-file``
    * ``oci os object bulk-upload --encryption-key-file``
    * ``oci os object copy --encryption-key-file --source-encryption-key-file``
  + Support for managing shape compatibility entries for Compute images.
    * ``oci compute image-shape-compatibility-entry``
  + Support for maintenance preferences while launching
    and updating an Exadata DB System.
    * ``oci db system launch --maintenance-window-details``
    * ``oci db system update --maintenance-window-details``

OBS-URL: https://build.opensuse.org/request/show/798296
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=7
2020-04-27 14:47:56 +00:00
198fdc1ef6 Accepting request 785669 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.9.6
  + New option for load balancer listener create/update.
    * ``oci lb listener create --connection-configuration-backend-tcp-proxy-protocol-version``
    * ``oci lb listener update --connection-configuration-backend-tcp-proxy-protocol-version``
  + COMMON_ISSUES.rst file: includes common user installation issues and how to fix them.
  + Bulk VNIC Data Fetch by compartment-id.
    *  ``--instance-id`` is optional for ``oci compute instance list-vnics --compartment-id``
  + Creating a budgets alert rule.
    * ``--recipients`` is optional for ``oci budgets alert-rule create``
  + Improved Installation experience by checking if Curl and Python are
    working in the system before using them.
- from version 2.9.5
  + Support for updating the shape of a Database System in the Database service
    * ``oci db system update --shape``
  + Support for generating CPE Configuration for customer to download in the Networking service
    * ``oci network cpe get-cpe-device-config-content``
    * ``oci network cpe-device-shape list``
    * ``oci network cpe-device-shape-detail get-cpe-device-shape``
    * ``oci network tunnel-cpe-device-config``
    * ``oci network cpe create --cpe-device-shape-id``
    * ``oci network cpe update --cpe-device-shape-id``
    * ``oci network ip-sec-connection get-ipsec-cpe-device-config-content``
  + Private IP and Fault Domain for Kubernetes cluster nodes in the NodePool response
  + Support for calling Oracle Cloud Infrastructure services in the Montreal
    region (``--region  ca-montreal-1``)
  + The following for the Data Transfer service
    * Notifications setup
      - ``oci dts job create`` has a new option called ``--setup-notificaitons``
      - ``oci dts appliance request`` has a new option called ``--setup-notificaitons``
    * Bug fixes in ``oci dts export configure-physical-appliance``

OBS-URL: https://build.opensuse.org/request/show/785669
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=6
2020-03-16 16:10:29 +00:00
deab0fd027 Accepting request 772549 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.9.1
  + Support for Data Science Service
    * ``oci data-science``
  + Support for new OCI regions ap-osaka-1 and ap-melbourne-1.
- from version 2.9.0
  + Support for Data Catalog Service
    * ``oci data-catalog``
  + Support for Data Flow Service
    * ``oci data-flow``
  + Support for Application Migration Service
    * ``oci application-migration``
  + Support for offline data export in the Data Transfer Service
    * ``oci dts export``
  + Support for cross shape Data Guard. Customer to provide shape information
    when setting up Data Guard association.
    *  ``oci db data-guard-association create with-new-db-system --shape``
  + [Breaking] oci oce cluster create --dashboard-enabled is now disabled by default.
- from version 2.8.2
  + Support for getting DRG redundancy status in the Networking service
    * ``oci network drg-redundancy-status get --drg-id``
  + Support for cloning autonomous databases from backups in the Database service
    * ``oci db autonomous-database create-from-backup-id``
    * ``oci db autonomous-database create-from-backup-timestamp``
- from version 2.8.1
  + Support for description field to Route rule and Security rules.
    * oci route-table create
    * oci route-table update
    * oci security-list create
    * oci security-list update
  + Support for create, get, delete, list commands for db-home command

OBS-URL: https://build.opensuse.org/request/show/772549
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=5
2020-02-10 14:30:58 +00:00
e285820a0b Accepting request 763691 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.8.0
  + Improved configuration of the maintenance window details for Autonomous
    Container Database by adding the option in the Database Service
    * ``oci db autonomous-container-database create --maintenance-window-details``
    * ``oci db autonomous-container-database update --maintenance-window-details``
  + Corporate proxy field is now optional when a creating exadata infrastructure.
    * ``oci db exadata-infrastructure create --corporate-proxy``
  + [Breaking] Hostname field within Node details which is
    part of VM Networks field is now required
    * ``oci db vm-cluster-network update --vm-networks``
  + Fixed ``--all`` option for ``api-gateway`` list commands
    * ``oci api-gateway deployment list``
    * ``oci api-gateway gateway list``
- Refresh patches for new version
  + oc_relax-python-depends.patch
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/763691
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=4
2020-01-13 12:47:12 +00:00
f9e71a1ce1 Accepting request 762190 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.7.0
  + Support for Oracle Cloud Infrastructure API Gateway service
    * ``oci apigateway``
  + Boot volumes support for cross-region backups in Block Volume Service
    * ``oci bv boot-volume-backup copy``
    * ``oci bv boot-volume-backup list --source-boot-volume-backup-id``
  + Support for managing TSIG Key resources in the DNS service.
    * ``oci dns tsig-key``
  + Support for referencing TSIG Key resources by OCID within Zone resources in the DNS service.
    * ``oci dns zone create --external-masters``
    * ``oci dns zone update --external-masters``
  + Removed Identity Cloud service(idcs) access token requirement for Container Engine delete
    operation. Also, support secondary idcs stripe for Container Engine creation.
    * ``oci oce oce-instance delete``
    * ``oci oce oce-instance create --identity-stripe``
  + Support to resize compute virtual machine instance to a different shape in Compute Service.
    * ``oci compute instance update --id <id> [--shape <shape>]``
  + Support for OS Management Service.
    * ``oci os-management``
  + Improve nodepool creation, specify the image of the nodes by the
    image OCID in the Container Engine Service.
    * ``oci ce node-pool create --node-image-id``
  + Add management configuration for oracle-cloud-agent in Compute Service
    * ``oci compute instance launch --agent-config``
  + Support for Marketplace Service.
    * ``oci marketplace``
  + Allow customers to bring their own keys to Key Management Service.
    * ``oci kms management get-wrapping-key``
    * ``oci kms management import-key``
    * ``oci kms management import-key-version``

OBS-URL: https://build.opensuse.org/request/show/762190
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=3
2020-01-09 22:38:28 +00:00
e4647e3989 Accepting request 745485 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.6.10
  + Support for retrieving metadata for Autonomous Wallet, both regional and
    instance, as well as requesting rotation of Autonomous Wallets, both
    regional instance. Generate wallet now allows for specifying the wallet
    type to download, All or Single.
  + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>``
  + ``oci db autonomous-database get-regional-wallet-metadata``
  + ``oci db autonomous-database-wallet rotate --should-rotate true
    --id <an OCID of an autonomous database>``
  + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true``
  + ``oci db autonomous-database generate-wallet --generate-type ALL``
  + ``oci db autonomous-database generate-wallet --generate-type SINGLE``
  + Support for adding and removing image shape compatibility entries
    * ``oci compute image-shape-compatibility-entry add``
    * ``oci compute image-shape-compatibility-entry remove``
  + Support for managing redirects (e.g. create, update, delete, get list)
    * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id``
    * ``oci waas http-redirect create --compartment-id, --domain, --target,
      --defined-tags, --display-name, --freeform-tags, --response-code``
    * ``oci waas http-redirect delete --http-redirect-id, --force``
    *  ``oci waas http-redirect get --http-redirect-id``
    * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name,
      --id, --time-created-greater-than-or-equal-to, --time-created-less-than``
    * ``oci waas http-redirect update --http-redirect-id, --defined-tags,
      --display-name, --force, --freeform-tags, --response-code, --target``
  + Support for migrating Dyn HTTP Redirect Service to OCI DNS
    * ``oci dns zone migrate-from-dynect``
  + ``oci setup oci-cli-rc`` will try to create the directory for the
    oci_cli_rc file, if it does not exist.
  + Added validation check for thread count ``--parallel-upload-count`` and

OBS-URL: https://build.opensuse.org/request/show/745485
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 13:51:34 +00:00
7ef8454b90 Accepting request 726723 from home:glaubitz:branches:Cloud:Tools
- Initial build
  + Version 2.6.2
- Add patch to relax Python dependencies in requirements.txt and setup.py
  + oc_relax-python-depends.patch
- Disable testsuite as it currently requires an OCI account
  + https://github.com/oracle/oci-cli/issues/187

OBS-URL: https://build.opensuse.org/request/show/726723
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=1
2019-09-04 06:40:57 +00:00