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
This commit is contained in:
parent
27b471aa9b
commit
4104d13189
@ -1,6 +1,6 @@
|
||||
diff -Nru oci-cli-3.6.2.orig/requirements.txt oci-cli-3.6.2/requirements.txt
|
||||
--- oci-cli-3.6.2.orig/requirements.txt 2022-03-22 20:10:37.000000000 +0100
|
||||
+++ oci-cli-3.6.2/requirements.txt 2022-03-28 15:17:18.024463256 +0200
|
||||
diff -Nru oci-cli-3.7.3.orig/requirements.txt oci-cli-3.7.3/requirements.txt
|
||||
--- oci-cli-3.7.3.orig/requirements.txt 2022-04-19 21:29:12.000000000 +0200
|
||||
+++ oci-cli-3.7.3/requirements.txt 2022-04-26 11:57:51.721710523 +0200
|
||||
@@ -2,40 +2,40 @@
|
||||
# (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
|
||||
# you may need to use the --extra-index-url option instead.
|
||||
@ -18,7 +18,7 @@ diff -Nru oci-cli-3.6.2.orig/requirements.txt oci-cli-3.6.2/requirements.txt
|
||||
-jmespath==0.10.0
|
||||
-ndg-httpsclient==0.4.2
|
||||
-mock==2.0.0
|
||||
-oci==2.61.0
|
||||
-oci==2.64.0
|
||||
-packaging==20.2
|
||||
-pluggy==0.13.0
|
||||
-py==1.10.0
|
||||
@ -37,7 +37,7 @@ diff -Nru oci-cli-3.6.2.orig/requirements.txt oci-cli-3.6.2/requirements.txt
|
||||
+jmespath>=0.10.0
|
||||
+ndg-httpsclient>=0.4.2
|
||||
+mock>=2.0.0
|
||||
+oci>=2.61.0
|
||||
+oci>=2.64.0
|
||||
+packaging>=20.2
|
||||
+pluggy>=0.13.0
|
||||
+py>=1.10.0
|
||||
@ -73,37 +73,3 @@ diff -Nru oci-cli-3.6.2.orig/requirements.txt oci-cli-3.6.2/requirements.txt
|
||||
+pytest-forked>=1.0.2
|
||||
+PyYAML>=5.4
|
||||
+docutils>=0.15.2
|
||||
diff -Nru oci-cli-3.6.2.orig/setup.py oci-cli-3.6.2/setup.py
|
||||
--- oci-cli-3.6.2.orig/setup.py 2022-03-22 20:10:37.000000000 +0100
|
||||
+++ oci-cli-3.6.2/setup.py 2022-03-28 15:16:49.659998834 +0200
|
||||
@@ -29,22 +29,22 @@
|
||||
readme = f.read()
|
||||
|
||||
requires = [
|
||||
- 'oci==2.61.0',
|
||||
+ 'oci>=2.61.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',
|
||||
+ 'terminaltables>=3.1.0',
|
||||
+ 'pyOpenSSL>=19.1.0',
|
||||
'PyYAML>=5.4,<6'
|
||||
]
|
||||
|
||||
extras = {
|
||||
- 'db': ['cx_Oracle==8.3']
|
||||
+ 'db': ['cx_Oracle>=8.3']
|
||||
}
|
||||
|
||||
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3558ecdd4e953fd894a29badaceb09e0b97f289ae5ca5bc6ddf26a625c43ba9
|
||||
size 2276190
|
3
oci-cli-3.7.3.tar.gz
Normal file
3
oci-cli-3.7.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af6ef1d6da70e431235d88f1efde593d619bbaafce3424d97fe2ee8fcac7bcf2
|
||||
size 2303251
|
111
oci-cli.changes
111
oci-cli.changes
@ -1,3 +1,114 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 10:27:10 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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``
|
||||
* ``oci db autonomous-database create-from-backup-id --database-edition, --max-cpu-core-count``
|
||||
* ``oci db autonomous-database create-from-backup-timestamp --database-edition, --max-cpu-core-count``
|
||||
* ``oci db autonomous-database create-from-clone --database-edition, --max-cpu-core-count``
|
||||
* ``oci db autonomous-database create-refreshable-clone --database-edition, --max-cpu-core-count``
|
||||
* ``oci db autonomous-database create-virtual-clone --database-edition, --max-cpu-core-count``
|
||||
* ``oci db autonomous-database update --database-edition, --max-cpu-core-count``
|
||||
* Network service
|
||||
* Support for using Ipv6 cidr block in the below commands
|
||||
* ``oci network byoip-range create --ipv6-cidr-block``
|
||||
* ``oci network subnet create --ipv6-cidr-blocks``
|
||||
* ``oci network subnet update --ipv6-cidr-blocks``
|
||||
* ``oci network subnet add-ipv6-subnet-cidr``
|
||||
* ``oci network subnet remove-ipv6-subnet-cidr``
|
||||
* ``oci network vcn add-ipv6-vcn-cidr``
|
||||
* ``oci network vcn remove-ipv6-vcn-cidr``
|
||||
* ``oci network vnic assign-ipv6 --ipv6-subnet-cidr``
|
||||
* Support for the parameters --ipv6-private-cidr-block, --is-oracle-gua-allocation-enabled,
|
||||
--byoipv6-cidr-detail in the below command
|
||||
* ``oci network vcn create --byoipv6-cidr-details, --is-oracle-gua-allocation-enabled,
|
||||
--ipv6-private-cidr-blocks``
|
||||
* Parameter --cidr-block has been made optional in the Network service
|
||||
* ``oci network byoip-range create --cidr-block``
|
||||
- from version 3.7.1
|
||||
* Support viewing top process analytics in the Operations Insights service
|
||||
* ``oci opsi host-insights summarize-top-processes-usage-trend``
|
||||
* Support for creating Enterprise Manager-based zLinux host targets for ``--platform-type``
|
||||
in the Operations Insights service
|
||||
* ``oci opsi host-insights list --platform-type``
|
||||
- from version 3.7.0
|
||||
* Support for --type-key on entities, attributes, and folders in the Data Catalog service
|
||||
* ``oci data-catalog attribute create --type-key``
|
||||
* ``oci data-catalog folder create --type-key``
|
||||
* DevOps service
|
||||
* Support for the below commands
|
||||
* ``oci devops repository get-repo-file-diff``
|
||||
* ``oci devops repository get-repo-file-lines``
|
||||
* Support for blue green and canary stages and single stage redeployment
|
||||
* oci devops deploy-stage create-deploy-compute-instance-group-blue-green-stage
|
||||
* oci devops deploy-stage create-compute-instance-group-blue-green-traffic-shift-stage
|
||||
* oci devops deploy-stage create-deploy-compute-instance-group-canary-stage
|
||||
* oci devops deploy-stage create-compute-instance-group-canary-traffic-shift-stage
|
||||
* oci devops deploy-stage create-compute-instance-group-canary-approval-stage
|
||||
* oci devops deployment create-single-stage-redeployment
|
||||
* oci devops deploy-stage update-deploy-compute-instance-group-blue-green-stage
|
||||
* oci devops deploy-stage update-compute-instance-group-blue-green-traffic-shift-stage
|
||||
* oci devops deploy-stage update-deploy-compute-instance-group-canary-stage
|
||||
* oci devops deploy-stage update-compute-instance-group-canary-traffic-shift-stage
|
||||
* oci devops deploy-stage update-compute-instance-group-canary-approval-stage
|
||||
* oci devops deployment update-single-stage-redeployment
|
||||
* Support for optional parameter --network-channel to support private oke cluster
|
||||
* ``oci devops deploy-environment create-oke-cluster-environment --network-channel``
|
||||
* ``oci devops deploy-environment update-oke-cluster-environment --network-channel``
|
||||
* Support for new parameters``--bgp-admin-state`` and ``--is-bfd-enabled`` in the Networking service.
|
||||
* ``oci network virtual-circuit create --bgp-admin-state --is-bfd-enabled``
|
||||
* ``oci network virtual-circuit update --bgp-admin-state --is-bfd-enabled``
|
||||
* Java Management service
|
||||
* Support for listing and removing of Java Runtime installations
|
||||
* ``oci jms installation-site-summary list-installation-sites``
|
||||
* ``oci jms installation-site-summary remove``
|
||||
* Support for work request detail status of LCM operation.
|
||||
* ``oci jms work-item-summary list-work-items --work-request-id``
|
||||
* ``oci jms work-request cancel --work-request-id``
|
||||
* Support for JMS blocklist
|
||||
* ``oci jms blocklist create``
|
||||
* ``oci jms blocklist delete``
|
||||
* ``oci jms blocklist list``
|
||||
* Support for listing work requests in a fleet.
|
||||
* ``oci jms work-request list --fleet-id``
|
||||
* Support for Fleets to use custom logs for inventory and operation
|
||||
* ``oci jms fleet create --inventory-log --operation-log``
|
||||
* ``oci jms fleet update --inventory-log --operation-log``
|
||||
* DevOps service
|
||||
* [BREAKING] Optional parameter --repository-type has been made required
|
||||
* oci devops repository create --repository-type
|
||||
- Refresh patches for new version
|
||||
+ oc_relax-python-depends.patch
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 28 13:19:05 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: oci-cli%{psuffix}
|
||||
Version: 3.6.2
|
||||
Version: 3.7.3
|
||||
Release: 0
|
||||
Summary: Oracle Cloud Infrastructure CLI
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user