14
0

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

- Update to version 2.75.1
  * Support for calling Oracle Cloud Infrastructure services in
    the mx-queretaro-1 region
  * Support for the Process Automation service
  * Support for the Managed Access service
  * Support for extending maintenance reboot due dates on
    virtual machines in the Compute service
  * Support for ingress routing tables on NAT gateways and
    internet gateways in the Networking service
  * Support for container database and pluggable database
    discovery in the Stack Monitoring service
  * Support for displaying rack serial numbers for Exadata
    infrastructure resources in the Database service
  * Support for grace periods for wallet rotation on
    autonomous databases in the Database service
  * Support for hosting models on flexible compute shapes with
    customizable OCPUs and memory in the Data Science service
  * The upper bound for `pyOpenSSL` dependency has changed
    from `19.1.0` to `22.0.0`
  * The upper bound for `cryptography` dependency has changed
    from `3.4.7` to `37.0.2`
- from version 2.75.0
  * Support for DBCS databases in the Operations Insights service
  * Support for point-in-time recovery for non-highly-available
    database systems in the MySQL Database service
  * Support for triggering reboot migration on instances with
    pending maintenance in the Compute service
  * Support for native pod networking in the Container Engine
    for Kubernetes service
  * Support for creating Data Guard associations with new database

OBS-URL: https://build.opensuse.org/request/show/990656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=52
This commit is contained in:
2022-07-22 11:25:56 +00:00
committed by Git OBS Bridge
parent 4c60cd4766
commit 0cf6b1e032
5 changed files with 66 additions and 21 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Fri Jul 22 10:00:44 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.75.1
* Support for calling Oracle Cloud Infrastructure services in
the mx-queretaro-1 region
* Support for the Process Automation service
* Support for the Managed Access service
* Support for extending maintenance reboot due dates on
virtual machines in the Compute service
* Support for ingress routing tables on NAT gateways and
internet gateways in the Networking service
* Support for container database and pluggable database
discovery in the Stack Monitoring service
* Support for displaying rack serial numbers for Exadata
infrastructure resources in the Database service
* Support for grace periods for wallet rotation on
autonomous databases in the Database service
* Support for hosting models on flexible compute shapes with
customizable OCPUs and memory in the Data Science service
* The upper bound for `pyOpenSSL` dependency has changed
from `19.1.0` to `22.0.0`
* The upper bound for `cryptography` dependency has changed
from `3.4.7` to `37.0.2`
- from version 2.75.0
* Support for DBCS databases in the Operations Insights service
* Support for point-in-time recovery for non-highly-available
database systems in the MySQL Database service
* Support for triggering reboot migration on instances with
pending maintenance in the Compute service
* Support for native pod networking in the Container Engine
for Kubernetes service
* Support for creating Data Guard associations with new database
systems in the Database service
* Parameter `host_type` in operation `list_host_insights` in the
Operations Insights service has strict value checking for allowed
values. `ValueError` is raised if an invalid value is provided.
* Parameter `preserve_data_volumes` is removed from operation
`terminate_instance` in the Compute service.
- from version 2.74.0
* Support for backup policies returned as part of the database
system list operation in the MySQL Database service
* Support for retries by default on some operations of the Bastion service
- Refresh patches for new version
* ops_relax-python-depends.patch
-------------------------------------------------------------------
Fri Jul 1 10:06:17 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>