oci-cli/oc_relax-python-depends.patch

111 lines
2.4 KiB
Diff
Raw Normal View History

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 16:42:29 +01:00
diff -Nru oci-cli-3.3.1.orig/requirements.txt oci-cli-3.3.1/requirements.txt
--- oci-cli-3.3.1.orig/requirements.txt 2021-11-17 23:22:58.000000000 +0100
+++ oci-cli-3.3.1/requirements.txt 2021-11-29 15:19:49.655600660 +0100
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 15:46:23 +02:00
@@ -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.
-appdirs==1.4.3
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 11:24:12 +02:00
+appdirs>=1.4.3
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 15:46:23 +02:00
arrow>=1.0.0
certifi
cffi>=1.9.1
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 09:56:47 +02:00
-click==7.1.2
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 17:10:29 +01:00
-coverage==4.5.2
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 21:55:47 +02:00
-cryptography==3.3.2
-httpsig-cffi==15.0.0
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 21:55:47 +02:00
-Jinja2==2.11.3
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 20:32:27 +02:00
-jmespath==0.10.0
-ndg-httpsclient==0.4.2
-mock==2.0.0
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 16:42:29 +01:00
-oci==2.51.0
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 20:32:27 +02:00
-packaging==20.2
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 21:55:47 +02:00
-pluggy==0.13.0
-py==1.10.0
-pyasn1==0.2.3
-pyOpenSSL==19.1.0
-pycparser==2.20
-pyparsing==2.2.0
-pytest==3.2.3
-pytest-cov==2.5.1
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 11:24:12 +02:00
-python-dateutil>=2.5.3,<3.0.0
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 09:56:47 +02:00
+click>=7.1.2
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 11:24:12 +02:00
+coverage>=4.5.2
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 16:42:29 +01:00
+cryptography
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 11:24:12 +02:00
+httpsig-cffi>=15.0.0
+Jinja2>=2.11.3
+jmespath>=0.10.0
+ndg-httpsclient>=0.4.2
+mock>=2.0.0
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 16:42:29 +01:00
+oci>=2.51.0
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 11:24:12 +02:00
+packaging>=20.2
+pluggy>=0.13.0
+py>=1.10.0
+pyasn1>=0.2.3
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 16:42:29 +01:00
+pyOpenSSL>=17.5.0
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 11:24:12 +02:00
+pycparser>=2.20
+pyparsing>=2.2.0
+pytest>=3.2.3
+pytest-cov>=2.5.1
+python-dateutil>=2.5.3
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 17:10:29 +01:00
pytz>=2016.10
-requests==2.21.0
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 11:24:12 +02:00
+requests>=2.21.0
setuptools<45
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 09:56:47 +02:00
six>=1.15.0
-sphinx==2.2.1
-sphinx-rtd-theme==0.4.3
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 17:10:29 +01:00
-terminaltables==3.1.0
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 21:55:47 +02:00
-tox==3.23.0
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 17:10:29 +01:00
-vcrpy==1.13.0
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 21:55:47 +02:00
-virtualenv==16.7.10
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 17:10:29 +01:00
-pytest-xdist==1.22.2
-pytest-forked==1.0.2
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 16:42:29 +01:00
-PyYAML>=5.4,<6
-docutils==0.15.2
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 09:56:47 +02:00
+sphinx>=2.2.1
+sphinx-rtd-theme>=0.4.3
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 11:24:12 +02:00
+terminaltables>=3.1.0
+tox>=3.23.0
+vcrpy>=1.13.0
+virtualenv>=16.7.10
+pytest-xdist>=1.22.2
+pytest-forked>=1.0.2
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 16:42:29 +01:00
+PyYAML>=5.4
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 09:56:47 +02:00
+docutils>=0.15.2
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 16:42:29 +01:00
diff -Nru oci-cli-3.3.1.orig/setup.py oci-cli-3.3.1/setup.py
--- oci-cli-3.3.1.orig/setup.py 2021-11-17 23:22:58.000000000 +0100
+++ oci-cli-3.3.1/setup.py 2021-11-29 15:18:29.531047653 +0100
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 15:46:23 +02:00
@@ -29,22 +29,22 @@
readme = f.read()
requires = [
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 16:42:29 +01:00
- 'oci==2.51.0',
+ 'oci>=2.51.0',
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 15:46:23 +02:00
'arrow>=1.0.0',
'certifi',
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 09:56:47 +02:00
- 'click==7.1.2',
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 15:46:23 +02:00
- 'cryptography>=3.2.1,<=3.4.7',
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 20:32:27 +02:00
- 'jmespath==0.10.0',
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 11:24:12 +02:00
- 'python-dateutil>=2.5.3,<3.0.0',
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 15:46:23 +02:00
+ 'click>=7.1.2',
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 16:42:29 +01:00
+ 'cryptography',
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 11:24:12 +02:00
+ 'jmespath>=0.10.0',
+ 'python-dateutil>=2.5.3',
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 17:10:29 +01:00
'pytz>=2016.10',
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 09:56:47 +02:00
'six>=1.15.0',
- 'terminaltables==3.1.0',
- 'pyOpenSSL==19.1.0',
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 16:42:29 +01:00
- 'PyYAML>=5.4,<6'
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 11:24:12 +02:00
+ 'terminaltables>=3.1.0',
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 16:42:29 +01:00
+ 'pyOpenSSL>=17.5.0',
+ 'PyYAML>=5.4'
]
extras = {
- 'db': ['cx_Oracle==7.0']
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 11:24:12 +02:00
+ 'db': ['cx_Oracle>=7.0']
}
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")