Accepting request 1131580 from home:glaubitz:branches:devel:languages:python

- Update to version 2.117.0
  * Support for calling Oracle Cloud Infrastructure services
    in the eu-dcc-zurich-1 and the sa-bogota-1 region
  * Support for managing certificates of target Servers in the Golden Gate service
  * Support for AWR Hub Snapshot ingest endpoints in the Operations Insights service
  * Support for reducing false positives in the Application Dependency Management service
  * Support for ARM shapes in the Data Science service
  * Support for new optional parameters in the upload discovery data API in the Usage service
  * Support for multiple clusters in a Software-Defined Data Centers (SDDCs) in the Ocvp service
  * Support for No/Zero days backup in Autonomous Container Database in the Database service
  * Support for provisioning a VM Cluster with a choice of Exadata image version in the Database service
  * Support for updating ocpu/ecpu count, local storage , ACD count and Exadata storage
    on Cloud Autonomous VM Cluster and Autonomous VM Cluster in the Database service
  * Support for serial console history in the Database service
  * Support for Oracle Linux 8 version database system in the Database service
  * Constants `CURRENT_SKU_HOUR`, `CURRENT_SKU_MONTH`, `CURRENT_SKU_ONE_YEAR`,
    `CURRENT_SKU_THREE_YEARS`, `NEXT_SKU_HOUR`, `NEXT_SKU_MONTH`, `NEXT_SKU_ONE_YEAR`,
    `NEXT_SKU_THREE_YEARS` were renamed to `CURRENT_COMMITMENT_HOUR`,
    `CURRENT_COMMITMENT_MONTH`, `CURRENT_COMMITMENT_ONE_YEAR`, `CURRENT_COMMITMENT_THREE_YEARS`,
    `NEXT_COMMITMENT_HOUR`, `NEXT_COMMITMENT_MONTH`, `NEXT_COMMITMENT_ONE_YEAR`,
    `NEXT_COMMITMENT_THREE_YEARS` respectively in models `CreateEsxiHostDetails`,
    `EsxiHost` and `EsxiHostSummary` in the Ocvp service
  * Parameters `sddc_id`, `current_sku`, `next_sku`, were renamed to `cluster_id`,
    `current_commitment`, `next_commitment` in models `CreateEsxiHostDetails`,
    `EsxiHost` and `EsxiHostSummary` in the Ocvp service
  * Parameters `non_upgraded_esxi_host_id` and `failed_esxi_host_id` were removed
    from model `CreateEsxiHostDetails` in the Ocvp service
  * Constants `INITIAL_SKU_HOUR`, `INITIAL_SKU_MONTH`, `INITIAL_SKU_ONE_YEAR`,
    `INITIAL_SKU_THREE_YEARS` were removed from model `CreateSddcDetails`
    in the Ocvp service

OBS-URL: https://build.opensuse.org/request/show/1131580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=127
This commit is contained in:
Markéta Machová 2023-12-07 11:01:08 +00:00 committed by Git OBS Bridge
parent a28e0aa33c
commit 566eb3455b
4 changed files with 48 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1afa92ea82cc74adef762d32d0953b35109116007086d62a66fd03aa805cfd77
size 14025994

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78fc2feeb5aa774c590dca9e8a4e150c14d7463454c3a45c460f0c9e8d247718
size 14072755

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Thu Dec 7 10:01:04 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.117.0
* Support for calling Oracle Cloud Infrastructure services
in the eu-dcc-zurich-1 and the sa-bogota-1 region
* Support for managing certificates of target Servers in the Golden Gate service
* Support for AWR Hub Snapshot ingest endpoints in the Operations Insights service
* Support for reducing false positives in the Application Dependency Management service
* Support for ARM shapes in the Data Science service
* Support for new optional parameters in the upload discovery data API in the Usage service
* Support for multiple clusters in a Software-Defined Data Centers (SDDCs) in the Ocvp service
* Support for No/Zero days backup in Autonomous Container Database in the Database service
* Support for provisioning a VM Cluster with a choice of Exadata image version in the Database service
* Support for updating ocpu/ecpu count, local storage , ACD count and Exadata storage
on Cloud Autonomous VM Cluster and Autonomous VM Cluster in the Database service
* Support for serial console history in the Database service
* Support for Oracle Linux 8 version database system in the Database service
* Constants `CURRENT_SKU_HOUR`, `CURRENT_SKU_MONTH`, `CURRENT_SKU_ONE_YEAR`,
`CURRENT_SKU_THREE_YEARS`, `NEXT_SKU_HOUR`, `NEXT_SKU_MONTH`, `NEXT_SKU_ONE_YEAR`,
`NEXT_SKU_THREE_YEARS` were renamed to `CURRENT_COMMITMENT_HOUR`,
`CURRENT_COMMITMENT_MONTH`, `CURRENT_COMMITMENT_ONE_YEAR`, `CURRENT_COMMITMENT_THREE_YEARS`,
`NEXT_COMMITMENT_HOUR`, `NEXT_COMMITMENT_MONTH`, `NEXT_COMMITMENT_ONE_YEAR`,
`NEXT_COMMITMENT_THREE_YEARS` respectively in models `CreateEsxiHostDetails`,
`EsxiHost` and `EsxiHostSummary` in the Ocvp service
* Parameters `sddc_id`, `current_sku`, `next_sku`, were renamed to `cluster_id`,
`current_commitment`, `next_commitment` in models `CreateEsxiHostDetails`,
`EsxiHost` and `EsxiHostSummary` in the Ocvp service
* Parameters `non_upgraded_esxi_host_id` and `failed_esxi_host_id` were removed
from model `CreateEsxiHostDetails` in the Ocvp service
* Constants `INITIAL_SKU_HOUR`, `INITIAL_SKU_MONTH`, `INITIAL_SKU_ONE_YEAR`,
`INITIAL_SKU_THREE_YEARS` were removed from model `CreateSddcDetails`
in the Ocvp service
* Parameters `compute_availability_domain`, `instance_display_name_prefix`,
`esxi_hosts_count`, `initial_sku`, `is_hcx_enabled`, `hcx_vlan_id`,
`is_hcx_enterprise_enabled`, `workload_network_cidr`, `provisioning_subnet_id`,
`vsphere_vlan_id`, `vmotion_vlan_id`, `vsan_vlan_id`, `nsx_v_tep_vlan_id`,
`nsx_edge_v_tep_vlan_id`, `nsx_edge_uplink1_vlan_id`, `nsx_edge_uplink2_vlan_id`,
`replication_vlan_id`, `provisioning_vlan_id`, `initial_host_shape_name`,
`initial_host_ocpu_count`, `is_shielded_instance_enabled`, `capacity_reservation_id`,
`datastores` were removed from model `CreateEsxiHostDetails` in the Ocvp service
* Models `SupportedSkuSummary` and `SupportedSkuSummaryCollection`
were removed from the Ocvp service
-------------------------------------------------------------------
Thu Nov 23 09:24:09 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -18,7 +18,7 @@
%bcond_without python2
Name: python-oci-sdk
Version: 2.116.0
Version: 2.117.0
Release: 0
Summary: Oracle Cloud Infrastructure Python SDK
License: Apache-2.0 OR UPL-1.0