From 0f04e7d3504ea141ccc3848a4b4a9ba83776f248aca2d8b1702aa7459c4fce1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 19 Oct 2023 09:29:02 +0000 Subject: [PATCH] Accepting request 1118859 from home:glaubitz:branches:devel:languages:python - Update to version 2.113.0 * Support for the Caching Service * Support for the Marketplace Publisher service * Support for higher limits for network firewalls in the Network Firewall service * Support for exporting access request reports in the Lockbox service * Support for storage mounts for jobs and notebooks in the Data Science service * Support for unified agent operational metrics for the service configurations in the Logging Management service * Property `approver_levels` in models `ApprovalTemplateSummary` changed from required to optional in the Lockbox service * Properties `lockbox_partner` and `partner_compartment_id` in models `LockboxSummary` changed from required to optional in the Lockbox service * Allowed values `ENUM_STRING` and `RQS_FILTER` were removed from the property `type` in model `Parameter` in the Logging service * Properties `rqs_type` and `display_name` were removed from model `Parameter` in the Logging service * Parameter `service_stage` was removed from operation `list_services` from the logging management client in the Logging service * Properties `mapped_secrets`, `application_lists`, `url_lists`, `ip_address_lists`, `security_rules`, `decryption_rules` and `decryption_profiles` were removed from models `CreateNetworkFirewallPolicyDetails`, `NetworkFirewallPolicy` and `UpdateNetworkFirewallPolicyDetails` in the Network Firewall Service * Property `sources` is replaced by `source_address` and property `destinations` is replaced by `destination_address` in models `DecryptionRuleMatchCriteria` and `SecurityRuleMatchCriteria` in the Network Firewall Service * Property `applications` is replaced by `application` and property `urls` is replaced by `url` in model `SecurityRuleMatchCriteria`in the Network Firewall Service - from version 2.112.4 * Support for creating flow log type capture filters in Virtual Cloud Network service * Support for export and import of metadata in Data Integration service OBS-URL: https://build.opensuse.org/request/show/1118859 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=123 --- oci-python-sdk-2.112.3.tar.gz | 3 --- oci-python-sdk-2.113.0.tar.gz | 3 +++ python-oci-sdk.changes | 42 +++++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 46 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.112.3.tar.gz create mode 100644 oci-python-sdk-2.113.0.tar.gz diff --git a/oci-python-sdk-2.112.3.tar.gz b/oci-python-sdk-2.112.3.tar.gz deleted file mode 100644 index 454fb1e..0000000 --- a/oci-python-sdk-2.112.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2aa08c329dfadbb4ebd48406f04a852e0d4168e7b59443b32d79c50dfab96ae -size 13308072 diff --git a/oci-python-sdk-2.113.0.tar.gz b/oci-python-sdk-2.113.0.tar.gz new file mode 100644 index 0000000..00b2194 --- /dev/null +++ b/oci-python-sdk-2.113.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eddd494640335b9b3b7eb5842c317cdbaf81d52e09f2693413455977d89ca94 +size 13483814 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index f7b2afd..143c4e9 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Thu Oct 19 08:42:29 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 2.113.0 + * Support for the Caching Service + * Support for the Marketplace Publisher service + * Support for higher limits for network firewalls in the Network Firewall service + * Support for exporting access request reports in the Lockbox service + * Support for storage mounts for jobs and notebooks in the Data Science service + * Support for unified agent operational metrics for the service configurations + in the Logging Management service + * Property `approver_levels` in models `ApprovalTemplateSummary` changed from + required to optional in the Lockbox service + * Properties `lockbox_partner` and `partner_compartment_id` in models `LockboxSummary` + changed from required to optional in the Lockbox service + * Allowed values `ENUM_STRING` and `RQS_FILTER` were removed from the property + `type` in model `Parameter` in the Logging service + * Properties `rqs_type` and `display_name` were removed from model `Parameter` + in the Logging service + * Parameter `service_stage` was removed from operation `list_services` from + the logging management client in the Logging service + * Properties `mapped_secrets`, `application_lists`, `url_lists`, `ip_address_lists`, + `security_rules`, `decryption_rules` and `decryption_profiles` were removed from + models `CreateNetworkFirewallPolicyDetails`, `NetworkFirewallPolicy` and + `UpdateNetworkFirewallPolicyDetails` in the Network Firewall Service + * Property `sources` is replaced by `source_address` and property `destinations` + is replaced by `destination_address` in models `DecryptionRuleMatchCriteria` + and `SecurityRuleMatchCriteria` in the Network Firewall Service + * Property `applications` is replaced by `application` and property `urls` is replaced + by `url` in model `SecurityRuleMatchCriteria`in the Network Firewall Service +- from version 2.112.4 + * Support for creating flow log type capture filters in Virtual Cloud Network service + * Support for export and import of metadata in Data Integration service + * Support for displaying resource usage information on autonomous vm cluster + get operations in Database service + * Support for displaying resource usage information for the list of autonomous + container databases on autonomous vm cluster get operations in Database service + * Support for pluggable database with enhanced features in Database service + * Support for exporting container and kubernetes app listings in Marketplace service + * Support for work request statuses for export container and kubernetes app listings + in Marketplace service + ------------------------------------------------------------------- Tue Oct 3 12:53:07 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 8c3e07b..38f12eb 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -18,7 +18,7 @@ %bcond_without python2 Name: python-oci-sdk -Version: 2.112.3 +Version: 2.113.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0