Accepting request 986330 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.10.5 * Support for the Network Monitoring service * ``oci vn-monitoring`` * Support for EmWarehouse Service * ``oci em-warehouse`` * Support for specifying application scan settings when creating or updating host scan recipes in the Vulnerability Scanning service * ``oci vulnerability-scanning host scan recipe create --application-settings`` * ``oci vulnerability-scanning host scan recipe update --application-settings`` * Support for shared infrastructure autonomous database character sets in the Database service * ``oci db autonomous-database-character-sets list`` * Support for safe-deleting nodes in the Container Engine for Kubernetes service * ``oci ce node-pool create --is-force-deletion-after-override-grace-duration-query-param`` * ``oci ce node-pool update --is-force-deletion-after-override-grace-duration-query-param`` * ``oci ce node-pool delete --is-force-deletion-after-override-grace-duration-query-param`` * ``oci ce node-pool delete-node --is-force-deletion-after-override-grace-duration-query-param`` * Support for ``ncharacter-set`` and ``ncharacter-set`` in Autonomous database service * ``oci db autonomous-database create --character-set "AL32UTF8" --ncharacter-set "AL16UTF16"`` - from version 3.10.4 * Support for the Network Firewall service * ``oci network-firewall`` * Support for CSV file type datasets for text labeling and JSONL in the Data Labeling service * ``oci data-labeling-service dataset create-dataset-text-dataset-format-details --dataset-format-details-text-file-type-metadata`` * Support for diagnostics in the Database Management service * ``oci database-management diagnosability`` * ``oci database-management sql-tuning-task`` * Fixed following command/operations input, output filenames and path for windows OS in object storage service * ``oci os object sync`` OBS-URL: https://build.opensuse.org/request/show/986330 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=41
This commit is contained in:
parent
f1ba96b299
commit
7084c9ff07
@ -1,7 +1,7 @@
|
|||||||
diff -Nru oci-cli-3.9.0.orig/requirements.txt oci-cli-3.9.0/requirements.txt
|
diff -Nru oci-cli-3.10.5.orig/requirements.txt oci-cli-3.10.5/requirements.txt
|
||||||
--- oci-cli-3.9.0.orig/requirements.txt 2022-05-10 22:43:37.000000000 +0200
|
--- oci-cli-3.10.5.orig/requirements.txt 2022-06-28 21:38:46.000000000 +0200
|
||||||
+++ oci-cli-3.9.0/requirements.txt 2022-05-18 09:44:49.191067453 +0200
|
+++ oci-cli-3.10.5/requirements.txt 2022-07-01 13:29:18.948566781 +0200
|
||||||
@@ -2,40 +2,40 @@
|
@@ -2,41 +2,41 @@
|
||||||
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
||||||
# you may need to use the --extra-index-url option instead.
|
# you may need to use the --extra-index-url option instead.
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ diff -Nru oci-cli-3.9.0.orig/requirements.txt oci-cli-3.9.0/requirements.txt
|
|||||||
-jmespath==0.10.0
|
-jmespath==0.10.0
|
||||||
-ndg-httpsclient==0.4.2
|
-ndg-httpsclient==0.4.2
|
||||||
-mock==2.0.0
|
-mock==2.0.0
|
||||||
-oci==2.67.0
|
-oci==2.73.0
|
||||||
-packaging==20.2
|
-packaging==20.2
|
||||||
-pluggy==0.13.0
|
-pluggy==0.13.0
|
||||||
-py==1.10.0
|
-py==1.10.0
|
||||||
@ -37,7 +37,7 @@ diff -Nru oci-cli-3.9.0.orig/requirements.txt oci-cli-3.9.0/requirements.txt
|
|||||||
+jmespath>=0.10.0
|
+jmespath>=0.10.0
|
||||||
+ndg-httpsclient>=0.4.2
|
+ndg-httpsclient>=0.4.2
|
||||||
+mock>=2.0.0
|
+mock>=2.0.0
|
||||||
+oci>=2.67.0
|
+oci>=2.73.0
|
||||||
+packaging>=20.2
|
+packaging>=20.2
|
||||||
+pluggy>=0.13.0
|
+pluggy>=0.13.0
|
||||||
+py>=1.10.0
|
+py>=1.10.0
|
||||||
@ -63,6 +63,7 @@ diff -Nru oci-cli-3.9.0.orig/requirements.txt oci-cli-3.9.0/requirements.txt
|
|||||||
-pytest-forked==1.0.2
|
-pytest-forked==1.0.2
|
||||||
-PyYAML>=5.4,<6
|
-PyYAML>=5.4,<6
|
||||||
-docutils==0.15.2
|
-docutils==0.15.2
|
||||||
|
-prompt-toolkit==3.0.29
|
||||||
+sphinx>=3.3.0
|
+sphinx>=3.3.0
|
||||||
+sphinx-rtd-theme>=0.4.3
|
+sphinx-rtd-theme>=0.4.3
|
||||||
+terminaltables>=3.1.0
|
+terminaltables>=3.1.0
|
||||||
@ -73,38 +74,4 @@ diff -Nru oci-cli-3.9.0.orig/requirements.txt oci-cli-3.9.0/requirements.txt
|
|||||||
+pytest-forked>=1.0.2
|
+pytest-forked>=1.0.2
|
||||||
+PyYAML>=5.4
|
+PyYAML>=5.4
|
||||||
+docutils>=0.15.2
|
+docutils>=0.15.2
|
||||||
diff -Nru oci-cli-3.9.0.orig/setup.py oci-cli-3.9.0/setup.py
|
+prompt-toolkit>=3.0.29
|
||||||
--- oci-cli-3.9.0.orig/setup.py 2022-05-10 22:43:37.000000000 +0200
|
|
||||||
+++ oci-cli-3.9.0/setup.py 2022-05-18 09:44:21.250903100 +0200
|
|
||||||
@@ -29,22 +29,22 @@
|
|
||||||
readme = f.read()
|
|
||||||
|
|
||||||
requires = [
|
|
||||||
- 'oci==2.67.0',
|
|
||||||
+ 'oci>=2.67.0',
|
|
||||||
'arrow>=1.0.0',
|
|
||||||
'certifi',
|
|
||||||
- 'click==7.1.2',
|
|
||||||
- 'cryptography>=3.2.1,<=3.4.7',
|
|
||||||
- 'jmespath==0.10.0',
|
|
||||||
- 'python-dateutil>=2.5.3,<3.0.0',
|
|
||||||
+ 'click>=7.1.2',
|
|
||||||
+ 'cryptography>=3.2.1',
|
|
||||||
+ 'jmespath>=0.10.0',
|
|
||||||
+ 'python-dateutil>=2.5.3',
|
|
||||||
'pytz>=2016.10',
|
|
||||||
'six>=1.15.0',
|
|
||||||
- 'terminaltables==3.1.0',
|
|
||||||
- 'pyOpenSSL==19.1.0',
|
|
||||||
- 'PyYAML>=5.4,<6'
|
|
||||||
+ 'terminaltables>=3.1.0',
|
|
||||||
+ 'pyOpenSSL>=19.1.0',
|
|
||||||
+ 'PyYAML>=5.4'
|
|
||||||
]
|
|
||||||
|
|
||||||
extras = {
|
|
||||||
- 'db': ['cx_Oracle==8.3']
|
|
||||||
+ 'db': ['cx_Oracle>=8.3']
|
|
||||||
}
|
|
||||||
|
|
||||||
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|
|
||||||
|
3
oci-cli-3.10.5.tar.gz
Normal file
3
oci-cli-3.10.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dceb0e35aa6ad7f4889ff6aa21fd8875fba1774dd28313f6df558adeed7e4d11
|
||||||
|
size 2524353
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e926dcecbad1ddf8348d731a8bb7efea2c900f6f5ba4ad31f86c5cdd78aa2967
|
|
||||||
size 2356157
|
|
186
oci-cli.changes
186
oci-cli.changes
@ -1,3 +1,189 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 1 12:20:50 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.10.5
|
||||||
|
* Support for the Network Monitoring service
|
||||||
|
* ``oci vn-monitoring``
|
||||||
|
* Support for EmWarehouse Service
|
||||||
|
* ``oci em-warehouse``
|
||||||
|
* Support for specifying application scan settings when creating or updating
|
||||||
|
host scan recipes in the Vulnerability Scanning service
|
||||||
|
* ``oci vulnerability-scanning host scan recipe create --application-settings``
|
||||||
|
* ``oci vulnerability-scanning host scan recipe update --application-settings``
|
||||||
|
* Support for shared infrastructure autonomous database character sets in the Database service
|
||||||
|
* ``oci db autonomous-database-character-sets list``
|
||||||
|
* Support for safe-deleting nodes in the Container Engine for Kubernetes service
|
||||||
|
* ``oci ce node-pool create --is-force-deletion-after-override-grace-duration-query-param``
|
||||||
|
* ``oci ce node-pool update --is-force-deletion-after-override-grace-duration-query-param``
|
||||||
|
* ``oci ce node-pool delete --is-force-deletion-after-override-grace-duration-query-param``
|
||||||
|
* ``oci ce node-pool delete-node --is-force-deletion-after-override-grace-duration-query-param``
|
||||||
|
* Support for ``ncharacter-set`` and ``ncharacter-set`` in Autonomous database service
|
||||||
|
* ``oci db autonomous-database create --character-set "AL32UTF8" --ncharacter-set "AL16UTF16"``
|
||||||
|
- from version 3.10.4
|
||||||
|
* Support for the Network Firewall service
|
||||||
|
* ``oci network-firewall``
|
||||||
|
* Support for CSV file type datasets for text labeling and JSONL in the Data Labeling service
|
||||||
|
* ``oci data-labeling-service dataset create-dataset-text-dataset-format-details
|
||||||
|
--dataset-format-details-text-file-type-metadata``
|
||||||
|
* Support for diagnostics in the Database Management service
|
||||||
|
* ``oci database-management diagnosability``
|
||||||
|
* ``oci database-management sql-tuning-task``
|
||||||
|
* Fixed following command/operations input, output filenames and path for
|
||||||
|
windows OS in object storage service
|
||||||
|
* ``oci os object sync``
|
||||||
|
* Fixed pagination bug in list database service
|
||||||
|
* ``oci db database list``
|
||||||
|
- from version 3.10.3
|
||||||
|
* Support for clearing commands history with 'F7' in interactive mode
|
||||||
|
* ``oci -i``
|
||||||
|
* Support for the Web Application Acceleration (WAA) service
|
||||||
|
* ``oci waa``
|
||||||
|
* Support for the Governance Rules service
|
||||||
|
* ``oci governance-rules-control-plane governance-rule``
|
||||||
|
* Support for the OneSubscription service
|
||||||
|
* ``oci onesubscription``
|
||||||
|
* Support for quota resource locking in the Limits service
|
||||||
|
* ``oci limits quota addlock``
|
||||||
|
* ``oci limits quota removelock``
|
||||||
|
* ``oci limits quota create --locks``
|
||||||
|
* ``oci limits quota delete --is-lock-override``
|
||||||
|
* Support for ``--wait-for-state`` for following command in the MySQL Database service
|
||||||
|
* ``oci mysql backup update``
|
||||||
|
* Support for time zone in Cloud Autonomous VM (CAVM) clusters in the Database service
|
||||||
|
* ``oci db cloud-autonomous-vm-cluster create --cluster-time-zone``
|
||||||
|
* Support for configuration options in the Application Performance Monitoring service
|
||||||
|
* ``oci apm-config config create-options``
|
||||||
|
* Support for MySQL connections in the Database Tools service
|
||||||
|
* ``oci dbtools connection``
|
||||||
|
* Support for resource locking in the Identity service
|
||||||
|
* ``oci iam tag-namespace add --tag-namespace-id $tag_namespace_id --type $lock_type``
|
||||||
|
* ``oci iam tag-namespace remove --tag-namespace-id $tag_namespace_id --type $lock_type``
|
||||||
|
* ``oci iam tag-default add --tag-default-id $tag_default_id --type $lock_type``
|
||||||
|
* ``oci iam tag-default remove --tag-default-id $tag_default_id --type $lock_type``
|
||||||
|
* Fixed bugs in the following commands in Rover service
|
||||||
|
* ``oci rover node add-workload``
|
||||||
|
* ``oci rover node create``
|
||||||
|
- from version 3.10.2
|
||||||
|
* Support for private endpoint in the Resource Manager service
|
||||||
|
* ``oci resource-manager private-endpoint``
|
||||||
|
* Support for generated downloading terraform plan output in json or
|
||||||
|
binary format in the Resource Manager service
|
||||||
|
* ``oci resource-manager job get-job-tf-plan``
|
||||||
|
* Support for query OPSI Data Objects
|
||||||
|
* ``oci opsi opsi-data-objects``
|
||||||
|
* Modified supported version for the following package: prompt-toolkit (==3.0.29)
|
||||||
|
* Bug fix for --arguments property to be able to correctly convert string to json in dataflow service
|
||||||
|
* ``oci data-flow run create --arguments``
|
||||||
|
* Bug in --wait-for-state param for following commands in the Key management system service
|
||||||
|
* ``oci kms management key-version create``
|
||||||
|
* ``oci kms management key-version cancel-key-version-deletion``
|
||||||
|
* ``oci kms management key-version schedule-key-version-deletion``
|
||||||
|
- from version 3.10.1
|
||||||
|
* Support for in-depth monitoring, diagnostics capabilities, and advanced management
|
||||||
|
functionality for on-premise Oracle databases in the Database Management service
|
||||||
|
* ``oci database-management fleet-health-metrics``
|
||||||
|
* ``oci database-management summary-metrics``
|
||||||
|
* ``oci database-management managed-database list-users``
|
||||||
|
* Support for using Oracle Cloud Agent to perform iSCSI login and logout for non-multipath-enabled
|
||||||
|
iSCSI attachments in the Container Engine for Kubernetes service
|
||||||
|
* ``oci compute volume-attachment attach-iscsi-volume --is-agent-auto-iscsi-login-enabled``
|
||||||
|
* Kubernetes service
|
||||||
|
* Support for Fault Domain placement in the Container Engine
|
||||||
|
* ``oci ce node-pool create --placement-configs``
|
||||||
|
* ``oci ce node-pool update --placement-configs``
|
||||||
|
* Support for worker node images in the Container Engine
|
||||||
|
* ``oci ce node-pool create --kubernetes-version``
|
||||||
|
* Support for flexible shapes using the ``--driver-shape-config``
|
||||||
|
and ``--executor-shape-config`` properties in the Data Flow service
|
||||||
|
* ``oci data-flow run create``
|
||||||
|
* ``oci data-flow application create``
|
||||||
|
* ``oci data-flow application update``
|
||||||
|
* ``oci data-flow run create``
|
||||||
|
* ``oci data-flow run submit``
|
||||||
|
- from version 3.10.0
|
||||||
|
* Support for License Manager Service
|
||||||
|
* ``oci license-manager``
|
||||||
|
* Support the use of compute capacity reservation in OCVS SDDCs
|
||||||
|
in the Oracle Cloud VMware Solution service
|
||||||
|
* ``oci ocvs esxi-host create --capacity-reservation-id``
|
||||||
|
* ``oci ocvs sddc create --capacity-reservation-id``
|
||||||
|
* Oracle Digital Assistant service
|
||||||
|
* Support for Packaged skill management APIs
|
||||||
|
* ``oci oda odapackage``
|
||||||
|
* Support for Role-based access on instance creation
|
||||||
|
* ``oci oda oda-instance create --is-role-based-access``
|
||||||
|
* Support for assigned ownership (attachment) APIs
|
||||||
|
* ``oci oda oda-instance-attachment``
|
||||||
|
* Support for instance metadata management APIs
|
||||||
|
* ``oci oda management``
|
||||||
|
* Support for Usage Plans in the API Gateway service
|
||||||
|
* ``oci api-gateway usage-plan``
|
||||||
|
* ``oci api-gateway subscriber``
|
||||||
|
* Support for Oracle Linux 8 Application Streams in the OS Management Service
|
||||||
|
* ``oci os-management managed-instance disable-module-stream``
|
||||||
|
* ``oci os-management managed-instance enable-module-stream``
|
||||||
|
* ``oci os-management managed-instance install-module-profile``
|
||||||
|
* ``oci os-management managed-instance list-module-profiles``
|
||||||
|
* ``oci os-management managed-instance list-module-streams``
|
||||||
|
* ``oci os-management managed-instance remove-module-profile``
|
||||||
|
* ``oci os-management managed-instance switch-module-stream``
|
||||||
|
* ``oci os-management module-profile``
|
||||||
|
* ``oci os-management module-stream``
|
||||||
|
* Improved service error exception for all CLI commands
|
||||||
|
* [BREAKING] The parameter --specification is now required in the below command
|
||||||
|
* ``oci api-gateway deployment create --specification``
|
||||||
|
* [BREAKING] The command below is deleted in the OS Management Service
|
||||||
|
* ``oci os-management work-request-summary``
|
||||||
|
- from version 3.9.1
|
||||||
|
* Support for Interactive mode for all services
|
||||||
|
* ``oci -i``
|
||||||
|
* Support for the following features in the DevOps service
|
||||||
|
* Application Dependency Management service scan results in response
|
||||||
|
to ``oci devops build-run get``
|
||||||
|
* Build resources to use Bitbucket Cloud repositories for source code
|
||||||
|
* ``oci devops connection create-bitbucket-cloud-connection``
|
||||||
|
* ``oci devops connection update-bitbucket-cloud-connection``
|
||||||
|
* ``oci devops trigger create-bitbucket-cloud-trigger``
|
||||||
|
* ``oci devops trigger update-bitbucket-cloud-trigger``
|
||||||
|
* Helm charts and repositories on deployments
|
||||||
|
* ``oci devops deploy-artifact create-helm-repository-artifact``
|
||||||
|
* ``oci devops deploy-artifact update-helm-repository-artifact``
|
||||||
|
* ``oci devops deploy-stage create-oke-helm-chart-stage``
|
||||||
|
* ``oci devops deploy-stage update-oke-helm-chart-stage``
|
||||||
|
* Support for the following features in the Database service
|
||||||
|
* CharacterSet and nCharacterSet selection on autonomous dedicated databases.
|
||||||
|
If not specified, the databases are created with default characterSets.
|
||||||
|
* ``oci db autonomous-database create --character-set, --ncharacter-set``
|
||||||
|
* ``oci db autonomous-database create-from-backup-id --character-set, --ncharacter-set``
|
||||||
|
* ``oci db autonomous-database create-refreshable-clone --character-set, --ncharacter-set``
|
||||||
|
* Support for listing autonomous dedicated database supported character sets
|
||||||
|
* ``oci db autonomous-database-character-sets list``
|
||||||
|
* Support for AMD E4 flex shapes on virtual machine database systems
|
||||||
|
* ``oci db compute-performance list``
|
||||||
|
* ``oci db storage-performance list``
|
||||||
|
* Support for information requests in the Operator Access Control service
|
||||||
|
* ``oci opctl access-request list-interactions``
|
||||||
|
* ``oci opctl access-request interaction-request``
|
||||||
|
* Support for terraform and improvements for cross-region ADGs in the Database service
|
||||||
|
* Changes to the response fields for ``oci db autonomous-database get``
|
||||||
|
* Deprecated: ``isDataGuardEnabled``, ``standbyDb``
|
||||||
|
* ``isLocalDataGuardEnabled`` Indicates whether the Autonomous
|
||||||
|
Database has local (in-region) Data Guard enabled.
|
||||||
|
* ``isRemoteDataGuardEnabled`` Indicates whether the Autonomous
|
||||||
|
Database has Cross Region Data Guard enabled.
|
||||||
|
* ``localStandbyDb`` Autonomous Data Guard standby database details.
|
||||||
|
* Changes to the response fields for ``oci db autonomous-database update``
|
||||||
|
* Deprecated: ``isDataGuardEnabled``
|
||||||
|
* ``isLocalDataGuardEnabled`` Indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
|
||||||
|
* ``oci db autonomous-database create-adb-cross-region-data-guard-details``
|
||||||
|
* ``--db-name`` is not a required parameter
|
||||||
|
* ``oci db autonomous-database delete``
|
||||||
|
* Can now be used to delete a standby instance for Cross Region Data Guard.
|
||||||
|
* Bug for KeyError while running ``oci session export``
|
||||||
|
- Refresh patches for new version
|
||||||
|
+ oc_relax-python-depends.patch
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 18 07:45:12 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed May 18 07:45:12 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: oci-cli%{psuffix}
|
Name: oci-cli%{psuffix}
|
||||||
Version: 3.9.0
|
Version: 3.10.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Oracle Cloud Infrastructure CLI
|
Summary: Oracle Cloud Infrastructure CLI
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -46,7 +46,7 @@ BuildRequires: python3-click >= 7.1.2
|
|||||||
BuildRequires: python3-cryptography >= 3.2.1
|
BuildRequires: python3-cryptography >= 3.2.1
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-jmespath >= 0.10.0
|
BuildRequires: python3-jmespath >= 0.10.0
|
||||||
BuildRequires: python3-oci-sdk >= 2.67.0
|
BuildRequires: python3-oci-sdk >= 2.73.0
|
||||||
BuildRequires: python3-pyOpenSSL >= 19.1.0
|
BuildRequires: python3-pyOpenSSL >= 19.1.0
|
||||||
BuildRequires: python3-python-dateutil >= 2.5.3
|
BuildRequires: python3-python-dateutil >= 2.5.3
|
||||||
BuildRequires: python3-pytz >= 2016.10
|
BuildRequires: python3-pytz >= 2016.10
|
||||||
@ -82,7 +82,8 @@ Requires: python3-certifi
|
|||||||
Requires: python3-click >= 7.1.2
|
Requires: python3-click >= 7.1.2
|
||||||
Requires: python3-cryptography >= 3.2.1
|
Requires: python3-cryptography >= 3.2.1
|
||||||
Requires: python3-jmespath >= 0.10.0
|
Requires: python3-jmespath >= 0.10.0
|
||||||
Requires: python3-oci-sdk >= 2.67.0
|
Requires: python3-oci-sdk >= 2.73.0
|
||||||
|
Requires: python3-prompt_toolkit >= 3.0.29
|
||||||
Requires: python3-pyOpenSSL >= 19.1.0
|
Requires: python3-pyOpenSSL >= 19.1.0
|
||||||
Requires: python3-python-dateutil >= 2.5.3
|
Requires: python3-python-dateutil >= 2.5.3
|
||||||
Requires: python3-pytz >= 2016.10
|
Requires: python3-pytz >= 2016.10
|
||||||
|
Loading…
Reference in New Issue
Block a user