oci-cli/oc_relax-python-depends.patch

118 lines
2.5 KiB
Diff
Raw Normal View History

Accepting request 820916 from home:glaubitz:branches:Cloud:Tools - Update to version 2.12.2 + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to allow switching from Non PE to PE (and vice versa) for existing databases as a part of the Database Service for Autonomous Databases * ``oci db autonomous-database update --private-endpoint-label `` * ``oci db autonomous-database update --subnet-id `` + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service * ``oci analytics analytics-instance create --network-endpoint-details`` * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details`` + Support for re-encrypting an object in the Object Storage Service, by introducing a command line option to specify a new encryption key. * ``oci os object reencrypt`` + Support to register and deregister autonomous dedicated databases with Datasafe * ``oci db autonomous-database data-safe register`` * ``oci db autonomous-database data-safe deregister`` - from version 2.12.1 + Support for Usage API service * ``oci usage`` + Support for Oracle Cloud VMware Solution service * ``oci ocvs`` + Support for one-off patches in Database service * ``oci db database patch --one-off-patches`` + Support for Vlan features as part of support Layer 2 Virtual Networking * ``oci network vlan`` * ``oci network private-ip list --vlan-id`` * ``oci network vnic assign-private-ip --vlan-id`` * ``oci compute instance attach-vnic --vlan-id`` + Validator parameter added for updating tags in Identity service * ``oci iam tag update --validator`` + Improve Create Instance Configuration to include the latest AttachVolumeDetails OBS-URL: https://build.opensuse.org/request/show/820916 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=9
2020-07-14 18:55:42 +02:00
diff -Nru oci-cli-2.12.2.orig/requirements.txt oci-cli-2.12.2/requirements.txt
--- oci-cli-2.12.2.orig/requirements.txt 2020-07-08 03:48:28.000000000 +0200
+++ oci-cli-2.12.2/requirements.txt 2020-07-14 15:58:45.873672771 +0200
Accepting request 810923 from home:glaubitz:branches:Cloud:Tools - Update to version 2.10.4 + Support for Native JWT Validation in Oracle Cloud Infrastructure API Gateway service * ``oci api-gateway deployment create --specification`` * ``oci api-gateway deployment update --specification`` + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features as a part of the Database Service to display the Private IP for Private Endpoint Database service for Autonomous Databases * ``autonomous-database get --autonomous-database-id`` + Combination of --stream-output, --all and --query with pagination was returning invalid JSON output. * ``oci audit event list`` + For CLI operations returning Unauthorized error, fixed bug where FileNotFoundError was displayed instead of error message. (`Issue 280 <https://github.com/oracle/oci-cli/issues/280>`__) (`Issue 278 <https://github.com/oracle/oci-cli/issues/278>`__) - from version 2.10.3 + Support for Drift Detection feature as part of Resource Manager Service * ``oci resource-manager stack detect-drift --stack-id`` * ``oci resource-manager stack list-resource-drift-details --stack-id, --resource-drift-status`` + ``oci session refresh`` was generating incorrect URL for gov regions. - from version 2.10.2 + Support for updating the license type of database systems in the Database service * ``oci db system update --license-model`` + Support for updating the version of 19c autonomous databases in the Database service * ``oci db autonomous-database update --db-version`` + Support for backup and restore functionality in the Key Management service * ``oci kms management vault backup`` * ``oci kms management vault restore`` * ``oci kms management vault restore-from-file`` OBS-URL: https://build.opensuse.org/request/show/810923 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=8
2020-06-03 11:12:04 +02:00
@@ -2,41 +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 798296 from home:glaubitz:branches:Cloud:Tools - Update to version 2.10.0 + Support for Data Safe service * ``oci data-safe`` + Support for Incident Management and Creation service * ``oci support`` + Support for object versions in Object Storage * ``oci os object list-object-versions`` * ``oci os bucket create --versioning`` * ``oci os bucket update --versioning`` * ``oci os object copy --source-version-id`` * ``oci os object copy-part --source-version-id`` * ``oci os object delete --version-id`` * ``oci os object restore --version-id`` * ``oci os object get --version-id`` * ``oci os object head --version-id`` * ``oci os object list --start-after`` + Support for user-provided encryption keys in Object Storage, by introducing optional parameters to specify a file containing the encryption key * ``oci os object put --encryption-key-file`` * ``oci os object get --encryption-key-file`` * ``oci os object head --encryption-key-file`` * ``oci os object bulk-download --encryption-key-file`` * ``oci os object bulk-upload --encryption-key-file`` * ``oci os object copy --encryption-key-file --source-encryption-key-file`` + Support for managing shape compatibility entries for Compute images. * ``oci compute image-shape-compatibility-entry`` + Support for maintenance preferences while launching and updating an Exadata DB System. * ``oci db system launch --maintenance-window-details`` * ``oci db system update --maintenance-window-details`` OBS-URL: https://build.opensuse.org/request/show/798296 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=7
2020-04-27 16:47:56 +02:00
-arrow==0.14.7
+appdirs>=1.4.3
Accepting request 798296 from home:glaubitz:branches:Cloud:Tools - Update to version 2.10.0 + Support for Data Safe service * ``oci data-safe`` + Support for Incident Management and Creation service * ``oci support`` + Support for object versions in Object Storage * ``oci os object list-object-versions`` * ``oci os bucket create --versioning`` * ``oci os bucket update --versioning`` * ``oci os object copy --source-version-id`` * ``oci os object copy-part --source-version-id`` * ``oci os object delete --version-id`` * ``oci os object restore --version-id`` * ``oci os object get --version-id`` * ``oci os object head --version-id`` * ``oci os object list --start-after`` + Support for user-provided encryption keys in Object Storage, by introducing optional parameters to specify a file containing the encryption key * ``oci os object put --encryption-key-file`` * ``oci os object get --encryption-key-file`` * ``oci os object head --encryption-key-file`` * ``oci os object bulk-download --encryption-key-file`` * ``oci os object bulk-upload --encryption-key-file`` * ``oci os object copy --encryption-key-file --source-encryption-key-file`` + Support for managing shape compatibility entries for Compute images. * ``oci compute image-shape-compatibility-entry`` + Support for maintenance preferences while launching and updating an Exadata DB System. * ``oci db system launch --maintenance-window-details`` * ``oci db system update --maintenance-window-details`` OBS-URL: https://build.opensuse.org/request/show/798296 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=7
2020-04-27 16:47:56 +02:00
+arrow>=0.14.7
certifi
cffi>=1.9.1
-click==6.7
Accepting request 798296 from home:glaubitz:branches:Cloud:Tools - Update to version 2.10.0 + Support for Data Safe service * ``oci data-safe`` + Support for Incident Management and Creation service * ``oci support`` + Support for object versions in Object Storage * ``oci os object list-object-versions`` * ``oci os bucket create --versioning`` * ``oci os bucket update --versioning`` * ``oci os object copy --source-version-id`` * ``oci os object copy-part --source-version-id`` * ``oci os object delete --version-id`` * ``oci os object restore --version-id`` * ``oci os object get --version-id`` * ``oci os object head --version-id`` * ``oci os object list --start-after`` + Support for user-provided encryption keys in Object Storage, by introducing optional parameters to specify a file containing the encryption key * ``oci os object put --encryption-key-file`` * ``oci os object get --encryption-key-file`` * ``oci os object head --encryption-key-file`` * ``oci os object bulk-download --encryption-key-file`` * ``oci os object bulk-upload --encryption-key-file`` * ``oci os object copy --encryption-key-file --source-encryption-key-file`` + Support for managing shape compatibility entries for Compute images. * ``oci compute image-shape-compatibility-entry`` + Support for maintenance preferences while launching and updating an Exadata DB System. * ``oci db system launch --maintenance-window-details`` * ``oci db system update --maintenance-window-details`` OBS-URL: https://build.opensuse.org/request/show/798296 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=7
2020-04-27 16:47:56 +02:00
-configparser==4.0.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 772549 from home:glaubitz:branches:Cloud:Tools - Update to version 2.9.1 + Support for Data Science Service * ``oci data-science`` + Support for new OCI regions ap-osaka-1 and ap-melbourne-1. - from version 2.9.0 + Support for Data Catalog Service * ``oci data-catalog`` + Support for Data Flow Service * ``oci data-flow`` + Support for Application Migration Service * ``oci application-migration`` + Support for offline data export in the Data Transfer Service * ``oci dts export`` + Support for cross shape Data Guard. Customer to provide shape information when setting up Data Guard association. * ``oci db data-guard-association create with-new-db-system --shape`` + [Breaking] oci oce cluster create --dashboard-enabled is now disabled by default. - from version 2.8.2 + Support for getting DRG redundancy status in the Networking service * ``oci network drg-redundancy-status get --drg-id`` + Support for cloning autonomous databases from backups in the Database service * ``oci db autonomous-database create-from-backup-id`` * ``oci db autonomous-database create-from-backup-timestamp`` - from version 2.8.1 + Support for description field to Route rule and Security rules. * oci route-table create * oci route-table update * oci security-list create * oci security-list update + Support for create, get, delete, list commands for db-home command OBS-URL: https://build.opensuse.org/request/show/772549 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=5
2020-02-10 15:30:58 +01:00
-cryptography==2.8
-httpsig-cffi==15.0.0
Accepting request 820916 from home:glaubitz:branches:Cloud:Tools - Update to version 2.12.2 + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to allow switching from Non PE to PE (and vice versa) for existing databases as a part of the Database Service for Autonomous Databases * ``oci db autonomous-database update --private-endpoint-label `` * ``oci db autonomous-database update --subnet-id `` + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service * ``oci analytics analytics-instance create --network-endpoint-details`` * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details`` + Support for re-encrypting an object in the Object Storage Service, by introducing a command line option to specify a new encryption key. * ``oci os object reencrypt`` + Support to register and deregister autonomous dedicated databases with Datasafe * ``oci db autonomous-database data-safe register`` * ``oci db autonomous-database data-safe deregister`` - from version 2.12.1 + Support for Usage API service * ``oci usage`` + Support for Oracle Cloud VMware Solution service * ``oci ocvs`` + Support for one-off patches in Database service * ``oci db database patch --one-off-patches`` + Support for Vlan features as part of support Layer 2 Virtual Networking * ``oci network vlan`` * ``oci network private-ip list --vlan-id`` * ``oci network vnic assign-private-ip --vlan-id`` * ``oci compute instance attach-vnic --vlan-id`` + Validator parameter added for updating tags in Identity service * ``oci iam tag update --validator`` + Improve Create Instance Configuration to include the latest AttachVolumeDetails OBS-URL: https://build.opensuse.org/request/show/820916 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=9
2020-07-14 18:55:42 +02:00
+click>=6.7
+coverage>=4.5.2
+cryptography>=2.8
+httpsig-cffi>=15.0.0
idna>=2.5,<2.7
-Jinja2==2.10.1
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
-jmespath==0.9.4
-ndg-httpsclient==0.4.2
-mock==2.0.0
Accepting request 820916 from home:glaubitz:branches:Cloud:Tools - Update to version 2.12.2 + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to allow switching from Non PE to PE (and vice versa) for existing databases as a part of the Database Service for Autonomous Databases * ``oci db autonomous-database update --private-endpoint-label `` * ``oci db autonomous-database update --subnet-id `` + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service * ``oci analytics analytics-instance create --network-endpoint-details`` * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details`` + Support for re-encrypting an object in the Object Storage Service, by introducing a command line option to specify a new encryption key. * ``oci os object reencrypt`` + Support to register and deregister autonomous dedicated databases with Datasafe * ``oci db autonomous-database data-safe register`` * ``oci db autonomous-database data-safe deregister`` - from version 2.12.1 + Support for Usage API service * ``oci usage`` + Support for Oracle Cloud VMware Solution service * ``oci ocvs`` + Support for one-off patches in Database service * ``oci db database patch --one-off-patches`` + Support for Vlan features as part of support Layer 2 Virtual Networking * ``oci network vlan`` * ``oci network private-ip list --vlan-id`` * ``oci network vnic assign-private-ip --vlan-id`` * ``oci compute instance attach-vnic --vlan-id`` + Validator parameter added for updating tags in Identity service * ``oci iam tag update --validator`` + Improve Create Instance Configuration to include the latest AttachVolumeDetails OBS-URL: https://build.opensuse.org/request/show/820916 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=9
2020-07-14 18:55:42 +02:00
-oci==2.17.2
-packaging==16.8
-pluggy==0.4.0
-py==1.4.33
-pyasn1==0.2.3
-pyOpenSSL==18.0.0
-pycparser==2.17
-pyparsing==2.2.0
-pytest==3.2.3
-pytest-cov==2.5.1
+Jinja2>=2.10.1
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
+jmespath>=0.9.4
+ndg-httpsclient>=0.4.2
+mock>=2.0.0
Accepting request 820916 from home:glaubitz:branches:Cloud:Tools - Update to version 2.12.2 + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to allow switching from Non PE to PE (and vice versa) for existing databases as a part of the Database Service for Autonomous Databases * ``oci db autonomous-database update --private-endpoint-label `` * ``oci db autonomous-database update --subnet-id `` + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service * ``oci analytics analytics-instance create --network-endpoint-details`` * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details`` + Support for re-encrypting an object in the Object Storage Service, by introducing a command line option to specify a new encryption key. * ``oci os object reencrypt`` + Support to register and deregister autonomous dedicated databases with Datasafe * ``oci db autonomous-database data-safe register`` * ``oci db autonomous-database data-safe deregister`` - from version 2.12.1 + Support for Usage API service * ``oci usage`` + Support for Oracle Cloud VMware Solution service * ``oci ocvs`` + Support for one-off patches in Database service * ``oci db database patch --one-off-patches`` + Support for Vlan features as part of support Layer 2 Virtual Networking * ``oci network vlan`` * ``oci network private-ip list --vlan-id`` * ``oci network vnic assign-private-ip --vlan-id`` * ``oci compute instance attach-vnic --vlan-id`` + Validator parameter added for updating tags in Identity service * ``oci iam tag update --validator`` + Improve Create Instance Configuration to include the latest AttachVolumeDetails OBS-URL: https://build.opensuse.org/request/show/820916 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=9
2020-07-14 18:55:42 +02:00
+oci>=2.17.2
+packaging>=16.8
+pluggy>=0.4.0
+py>=1.4.33
+pyasn1>=0.2.3
+pyOpenSSL>=18.0.0
+pycparser>=2.17
+pyparsing>=2.2.0
+pytest>=3.2.3
+pytest-cov>=2.5.1
Accepting request 820916 from home:glaubitz:branches:Cloud:Tools - Update to version 2.12.2 + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to allow switching from Non PE to PE (and vice versa) for existing databases as a part of the Database Service for Autonomous Databases * ``oci db autonomous-database update --private-endpoint-label `` * ``oci db autonomous-database update --subnet-id `` + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service * ``oci analytics analytics-instance create --network-endpoint-details`` * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details`` + Support for re-encrypting an object in the Object Storage Service, by introducing a command line option to specify a new encryption key. * ``oci os object reencrypt`` + Support to register and deregister autonomous dedicated databases with Datasafe * ``oci db autonomous-database data-safe register`` * ``oci db autonomous-database data-safe deregister`` - from version 2.12.1 + Support for Usage API service * ``oci usage`` + Support for Oracle Cloud VMware Solution service * ``oci ocvs`` + Support for one-off patches in Database service * ``oci db database patch --one-off-patches`` + Support for Vlan features as part of support Layer 2 Virtual Networking * ``oci network vlan`` * ``oci network private-ip list --vlan-id`` * ``oci network vnic assign-private-ip --vlan-id`` * ``oci compute instance attach-vnic --vlan-id`` + Validator parameter added for updating tags in Identity service * ``oci iam tag update --validator`` + Improve Create Instance Configuration to include the latest AttachVolumeDetails OBS-URL: https://build.opensuse.org/request/show/820916 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=9
2020-07-14 18:55:42 +02:00
python-dateutil>=2.5.3,<3.0.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
pytz>=2016.10
-requests==2.21.0
-retrying==1.3.3
-six==1.14.0
-sphinx==1.6.4
-sphinx-rtd-theme==0.2.5b1
-terminaltables==3.1.0
-tox==2.9.1
-vcrpy==1.13.0
-virtualenv==15.1.0
-pytest-xdist==1.22.2
-pytest-forked==1.0.2
-PyYAML==5.1.2
+requests>=2.21.0
+retrying>=1.3.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
+six>=1.14.0
+sphinx>=1.6.4
+sphinx-rtd-theme>=0.2.5b1
+terminaltables>=3.1.0
+tox>=2.9.1
+vcrpy>=1.13.0
+virtualenv>=15.1.0
+pytest-xdist>=1.22.2
Accepting request 745485 from home:glaubitz:branches:Cloud:Tools - Update to version 2.6.10 + Support for retrieving metadata for Autonomous Wallet, both regional and instance, as well as requesting rotation of Autonomous Wallets, both regional instance. Generate wallet now allows for specifying the wallet type to download, All or Single. + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>`` + ``oci db autonomous-database get-regional-wallet-metadata`` + ``oci db autonomous-database-wallet rotate --should-rotate true --id <an OCID of an autonomous database>`` + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true`` + ``oci db autonomous-database generate-wallet --generate-type ALL`` + ``oci db autonomous-database generate-wallet --generate-type SINGLE`` + Support for adding and removing image shape compatibility entries * ``oci compute image-shape-compatibility-entry add`` * ``oci compute image-shape-compatibility-entry remove`` + Support for managing redirects (e.g. create, update, delete, get list) * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id`` * ``oci waas http-redirect create --compartment-id, --domain, --target, --defined-tags, --display-name, --freeform-tags, --response-code`` * ``oci waas http-redirect delete --http-redirect-id, --force`` * ``oci waas http-redirect get --http-redirect-id`` * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name, --id, --time-created-greater-than-or-equal-to, --time-created-less-than`` * ``oci waas http-redirect update --http-redirect-id, --defined-tags, --display-name, --force, --freeform-tags, --response-code, --target`` + Support for migrating Dyn HTTP Redirect Service to OCI DNS * ``oci dns zone migrate-from-dynect`` + ``oci setup oci-cli-rc`` will try to create the directory for the oci_cli_rc file, if it does not exist. + Added validation check for thread count ``--parallel-upload-count`` and OBS-URL: https://build.opensuse.org/request/show/745485 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 14:51:34 +01:00
+pytest-forked>=1.0.2
+PyYAML>=5.1.2
Accepting request 820916 from home:glaubitz:branches:Cloud:Tools - Update to version 2.12.2 + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to allow switching from Non PE to PE (and vice versa) for existing databases as a part of the Database Service for Autonomous Databases * ``oci db autonomous-database update --private-endpoint-label `` * ``oci db autonomous-database update --subnet-id `` + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service * ``oci analytics analytics-instance create --network-endpoint-details`` * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details`` + Support for re-encrypting an object in the Object Storage Service, by introducing a command line option to specify a new encryption key. * ``oci os object reencrypt`` + Support to register and deregister autonomous dedicated databases with Datasafe * ``oci db autonomous-database data-safe register`` * ``oci db autonomous-database data-safe deregister`` - from version 2.12.1 + Support for Usage API service * ``oci usage`` + Support for Oracle Cloud VMware Solution service * ``oci ocvs`` + Support for one-off patches in Database service * ``oci db database patch --one-off-patches`` + Support for Vlan features as part of support Layer 2 Virtual Networking * ``oci network vlan`` * ``oci network private-ip list --vlan-id`` * ``oci network vnic assign-private-ip --vlan-id`` * ``oci compute instance attach-vnic --vlan-id`` + Validator parameter added for updating tags in Identity service * ``oci iam tag update --validator`` + Improve Create Instance Configuration to include the latest AttachVolumeDetails OBS-URL: https://build.opensuse.org/request/show/820916 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=9
2020-07-14 18:55:42 +02:00
diff -Nru oci-cli-2.12.2.orig/setup.py oci-cli-2.12.2/setup.py
--- oci-cli-2.12.2.orig/setup.py 2020-07-08 03:48:28.000000000 +0200
+++ oci-cli-2.12.2/setup.py 2020-07-14 15:58:28.465513573 +0200
Accepting request 810923 from home:glaubitz:branches:Cloud:Tools - Update to version 2.10.4 + Support for Native JWT Validation in Oracle Cloud Infrastructure API Gateway service * ``oci api-gateway deployment create --specification`` * ``oci api-gateway deployment update --specification`` + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features as a part of the Database Service to display the Private IP for Private Endpoint Database service for Autonomous Databases * ``autonomous-database get --autonomous-database-id`` + Combination of --stream-output, --all and --query with pagination was returning invalid JSON output. * ``oci audit event list`` + For CLI operations returning Unauthorized error, fixed bug where FileNotFoundError was displayed instead of error message. (`Issue 280 <https://github.com/oracle/oci-cli/issues/280>`__) (`Issue 278 <https://github.com/oracle/oci-cli/issues/278>`__) - from version 2.10.3 + Support for Drift Detection feature as part of Resource Manager Service * ``oci resource-manager stack detect-drift --stack-id`` * ``oci resource-manager stack list-resource-drift-details --stack-id, --resource-drift-status`` + ``oci session refresh`` was generating incorrect URL for gov regions. - from version 2.10.2 + Support for updating the license type of database systems in the Database service * ``oci db system update --license-model`` + Support for updating the version of 19c autonomous databases in the Database service * ``oci db autonomous-database update --db-version`` + Support for backup and restore functionality in the Key Management service * ``oci kms management vault backup`` * ``oci kms management vault restore`` * ``oci kms management vault restore-from-file`` OBS-URL: https://build.opensuse.org/request/show/810923 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=8
2020-06-03 11:12:04 +02:00
@@ -30,25 +30,24 @@
readme = f.read()
requires = [
Accepting request 820916 from home:glaubitz:branches:Cloud:Tools - Update to version 2.12.2 + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to allow switching from Non PE to PE (and vice versa) for existing databases as a part of the Database Service for Autonomous Databases * ``oci db autonomous-database update --private-endpoint-label `` * ``oci db autonomous-database update --subnet-id `` + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service * ``oci analytics analytics-instance create --network-endpoint-details`` * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details`` + Support for re-encrypting an object in the Object Storage Service, by introducing a command line option to specify a new encryption key. * ``oci os object reencrypt`` + Support to register and deregister autonomous dedicated databases with Datasafe * ``oci db autonomous-database data-safe register`` * ``oci db autonomous-database data-safe deregister`` - from version 2.12.1 + Support for Usage API service * ``oci usage`` + Support for Oracle Cloud VMware Solution service * ``oci ocvs`` + Support for one-off patches in Database service * ``oci db database patch --one-off-patches`` + Support for Vlan features as part of support Layer 2 Virtual Networking * ``oci network vlan`` * ``oci network private-ip list --vlan-id`` * ``oci network vnic assign-private-ip --vlan-id`` * ``oci compute instance attach-vnic --vlan-id`` + Validator parameter added for updating tags in Identity service * ``oci iam tag update --validator`` + Improve Create Instance Configuration to include the latest AttachVolumeDetails OBS-URL: https://build.opensuse.org/request/show/820916 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=9
2020-07-14 18:55:42 +02:00
- 'oci==2.17.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
- 'arrow==0.14.7',
Accepting request 820916 from home:glaubitz:branches:Cloud:Tools - Update to version 2.12.2 + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to allow switching from Non PE to PE (and vice versa) for existing databases as a part of the Database Service for Autonomous Databases * ``oci db autonomous-database update --private-endpoint-label `` * ``oci db autonomous-database update --subnet-id `` + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service * ``oci analytics analytics-instance create --network-endpoint-details`` * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details`` + Support for re-encrypting an object in the Object Storage Service, by introducing a command line option to specify a new encryption key. * ``oci os object reencrypt`` + Support to register and deregister autonomous dedicated databases with Datasafe * ``oci db autonomous-database data-safe register`` * ``oci db autonomous-database data-safe deregister`` - from version 2.12.1 + Support for Usage API service * ``oci usage`` + Support for Oracle Cloud VMware Solution service * ``oci ocvs`` + Support for one-off patches in Database service * ``oci db database patch --one-off-patches`` + Support for Vlan features as part of support Layer 2 Virtual Networking * ``oci network vlan`` * ``oci network private-ip list --vlan-id`` * ``oci network vnic assign-private-ip --vlan-id`` * ``oci compute instance attach-vnic --vlan-id`` + Validator parameter added for updating tags in Identity service * ``oci iam tag update --validator`` + Improve Create Instance Configuration to include the latest AttachVolumeDetails OBS-URL: https://build.opensuse.org/request/show/820916 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=9
2020-07-14 18:55:42 +02:00
+ 'oci>=2.17.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
+ 'arrow>=0.14.7',
'certifi',
- 'click==6.7',
Accepting request 798296 from home:glaubitz:branches:Cloud:Tools - Update to version 2.10.0 + Support for Data Safe service * ``oci data-safe`` + Support for Incident Management and Creation service * ``oci support`` + Support for object versions in Object Storage * ``oci os object list-object-versions`` * ``oci os bucket create --versioning`` * ``oci os bucket update --versioning`` * ``oci os object copy --source-version-id`` * ``oci os object copy-part --source-version-id`` * ``oci os object delete --version-id`` * ``oci os object restore --version-id`` * ``oci os object get --version-id`` * ``oci os object head --version-id`` * ``oci os object list --start-after`` + Support for user-provided encryption keys in Object Storage, by introducing optional parameters to specify a file containing the encryption key * ``oci os object put --encryption-key-file`` * ``oci os object get --encryption-key-file`` * ``oci os object head --encryption-key-file`` * ``oci os object bulk-download --encryption-key-file`` * ``oci os object bulk-upload --encryption-key-file`` * ``oci os object copy --encryption-key-file --source-encryption-key-file`` + Support for managing shape compatibility entries for Compute images. * ``oci compute image-shape-compatibility-entry`` + Support for maintenance preferences while launching and updating an Exadata DB System. * ``oci db system launch --maintenance-window-details`` * ``oci db system update --maintenance-window-details`` OBS-URL: https://build.opensuse.org/request/show/798296 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=7
2020-04-27 16:47:56 +02:00
- 'configparser==4.0.2',
Accepting request 772549 from home:glaubitz:branches:Cloud:Tools - Update to version 2.9.1 + Support for Data Science Service * ``oci data-science`` + Support for new OCI regions ap-osaka-1 and ap-melbourne-1. - from version 2.9.0 + Support for Data Catalog Service * ``oci data-catalog`` + Support for Data Flow Service * ``oci data-flow`` + Support for Application Migration Service * ``oci application-migration`` + Support for offline data export in the Data Transfer Service * ``oci dts export`` + Support for cross shape Data Guard. Customer to provide shape information when setting up Data Guard association. * ``oci db data-guard-association create with-new-db-system --shape`` + [Breaking] oci oce cluster create --dashboard-enabled is now disabled by default. - from version 2.8.2 + Support for getting DRG redundancy status in the Networking service * ``oci network drg-redundancy-status get --drg-id`` + Support for cloning autonomous databases from backups in the Database service * ``oci db autonomous-database create-from-backup-id`` * ``oci db autonomous-database create-from-backup-timestamp`` - from version 2.8.1 + Support for description field to Route rule and Security rules. * oci route-table create * oci route-table update * oci security-list create * oci security-list update + Support for create, get, delete, list commands for db-home command OBS-URL: https://build.opensuse.org/request/show/772549 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=5
2020-02-10 15:30:58 +01:00
- 'cryptography==2.8',
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
- 'jmespath==0.9.4',
+ 'click>=6.7',
+ 'cryptography>=2.8',
+ 'jmespath>=0.9.4',
Accepting request 810923 from home:glaubitz:branches:Cloud:Tools - Update to version 2.10.4 + Support for Native JWT Validation in Oracle Cloud Infrastructure API Gateway service * ``oci api-gateway deployment create --specification`` * ``oci api-gateway deployment update --specification`` + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features as a part of the Database Service to display the Private IP for Private Endpoint Database service for Autonomous Databases * ``autonomous-database get --autonomous-database-id`` + Combination of --stream-output, --all and --query with pagination was returning invalid JSON output. * ``oci audit event list`` + For CLI operations returning Unauthorized error, fixed bug where FileNotFoundError was displayed instead of error message. (`Issue 280 <https://github.com/oracle/oci-cli/issues/280>`__) (`Issue 278 <https://github.com/oracle/oci-cli/issues/278>`__) - from version 2.10.3 + Support for Drift Detection feature as part of Resource Manager Service * ``oci resource-manager stack detect-drift --stack-id`` * ``oci resource-manager stack list-resource-drift-details --stack-id, --resource-drift-status`` + ``oci session refresh`` was generating incorrect URL for gov regions. - from version 2.10.2 + Support for updating the license type of database systems in the Database service * ``oci db system update --license-model`` + Support for updating the version of 19c autonomous databases in the Database service * ``oci db autonomous-database update --db-version`` + Support for backup and restore functionality in the Key Management service * ``oci kms management vault backup`` * ``oci kms management vault restore`` * ``oci kms management vault restore-from-file`` OBS-URL: https://build.opensuse.org/request/show/810923 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=8
2020-06-03 11:12:04 +02:00
'python-dateutil>=2.5.3,<3.0.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
'pytz>=2016.10',
- 'retrying==1.3.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
- 'six==1.14.0',
- 'terminaltables==3.1.0',
+ 'retrying>=1.3.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
+ 'six>=1.14.0',
+ 'terminaltables>=3.1.0',
Accepting request 820916 from home:glaubitz:branches:Cloud:Tools - Update to version 2.12.2 + Support for Autonomous DataWarehouse and Autonomous Transaction Processing features to allow switching from Non PE to PE (and vice versa) for existing databases as a part of the Database Service for Autonomous Databases * ``oci db autonomous-database update --private-endpoint-label `` * ``oci db autonomous-database update --subnet-id `` + Support for private endpoint (ingress) and public endpoint whitelisting in Analytics Service * ``oci analytics analytics-instance create --network-endpoint-details`` * ``oci analytics analytics-instance change-network-endpoint --network-endpoint-details`` + Support for re-encrypting an object in the Object Storage Service, by introducing a command line option to specify a new encryption key. * ``oci os object reencrypt`` + Support to register and deregister autonomous dedicated databases with Datasafe * ``oci db autonomous-database data-safe register`` * ``oci db autonomous-database data-safe deregister`` - from version 2.12.1 + Support for Usage API service * ``oci usage`` + Support for Oracle Cloud VMware Solution service * ``oci ocvs`` + Support for one-off patches in Database service * ``oci db database patch --one-off-patches`` + Support for Vlan features as part of support Layer 2 Virtual Networking * ``oci network vlan`` * ``oci network private-ip list --vlan-id`` * ``oci network vnic assign-private-ip --vlan-id`` * ``oci compute instance attach-vnic --vlan-id`` + Validator parameter added for updating tags in Identity service * ``oci iam tag update --validator`` + Improve Create Instance Configuration to include the latest AttachVolumeDetails OBS-URL: https://build.opensuse.org/request/show/820916 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=9
2020-07-14 18:55:42 +02:00
'idna>=2.5,<2.7',
- 'pyOpenSSL==18.0.0',
- 'PyYAML==5.1.2'
+ 'pyOpenSSL>=18.0.0',
Accepting request 745485 from home:glaubitz:branches:Cloud:Tools - Update to version 2.6.10 + Support for retrieving metadata for Autonomous Wallet, both regional and instance, as well as requesting rotation of Autonomous Wallets, both regional instance. Generate wallet now allows for specifying the wallet type to download, All or Single. + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>`` + ``oci db autonomous-database get-regional-wallet-metadata`` + ``oci db autonomous-database-wallet rotate --should-rotate true --id <an OCID of an autonomous database>`` + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true`` + ``oci db autonomous-database generate-wallet --generate-type ALL`` + ``oci db autonomous-database generate-wallet --generate-type SINGLE`` + Support for adding and removing image shape compatibility entries * ``oci compute image-shape-compatibility-entry add`` * ``oci compute image-shape-compatibility-entry remove`` + Support for managing redirects (e.g. create, update, delete, get list) * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id`` * ``oci waas http-redirect create --compartment-id, --domain, --target, --defined-tags, --display-name, --freeform-tags, --response-code`` * ``oci waas http-redirect delete --http-redirect-id, --force`` * ``oci waas http-redirect get --http-redirect-id`` * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name, --id, --time-created-greater-than-or-equal-to, --time-created-less-than`` * ``oci waas http-redirect update --http-redirect-id, --defined-tags, --display-name, --force, --freeform-tags, --response-code, --target`` + Support for migrating Dyn HTTP Redirect Service to OCI DNS * ``oci dns zone migrate-from-dynect`` + ``oci setup oci-cli-rc`` will try to create the directory for the oci_cli_rc file, if it does not exist. + Added validation check for thread count ``--parallel-upload-count`` and OBS-URL: https://build.opensuse.org/request/show/745485 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 14:51:34 +01:00
+ 'PyYAML>=5.1.2'
]
extras = {
- 'db': ['cx_Oracle==7.0']
+ 'db': ['cx_Oracle>=7.0']
}
fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")