dev/py-oci: Update to 2.8.0
Breaking changes: * Removed support for v1 auth tokens in kubeconfig files in th CreateClusterKubeconfigContentDetails class of the Container Engine for Kubernetes service * Removed the IDCS access token requirement on the delete deleteOceInstance operation in the Content and Experience service, which is why the DeleteOceInstanceDetails class was removed * Set compartment_id as a required parameter in list_stream_pools for streaming service See the release note for other changes. PR: 242720 Submitted by: maintainer Relnotes: https://github.com/oracle/oci-python-sdk/releases/tag/v2.8.0
This commit is contained in:
parent
94e8d86d09
commit
8938e155bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520467
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oci
|
||||
PORTVERSION= 2.7.1
|
||||
PORTVERSION= 2.8.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1576046055
|
||||
SHA256 (oci-2.7.1.tar.gz) = 66e841a9d7d951080bd9dc7af702e80e37d83934f000260a6c0f0048cdef651d
|
||||
SIZE (oci-2.7.1.tar.gz) = 1612532
|
||||
TIMESTAMP = 1576729922
|
||||
SHA256 (oci-2.8.0.tar.gz) = 8c1992d4744381842a57f6e14333db502d06b267d96d2621cb0bdfe5f81854d8
|
||||
SIZE (oci-2.8.0.tar.gz) = 1728326
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
The Python SDK enables one to write code to manage Oracle Cloud Infrastructure
|
||||
resources. Following services are supported:
|
||||
|
||||
* Analytics, Announcements, Audit, Budgets
|
||||
* Analytics, Announcements, API Gateway, Audit, Budgets
|
||||
* Container Engine for Kubernetes
|
||||
* Compute Autoscaling/Work Requests
|
||||
* Content and Experience
|
||||
|
@ -12,8 +12,8 @@ resources. Following services are supported:
|
|||
* Health Checks, IAM (= Identity and Access Management), Integration Cloud service
|
||||
* Key Management
|
||||
* Limits, Load Balancing
|
||||
* Monitoring, Notifications
|
||||
* Object Storage, Quotas
|
||||
* Marketplace, Monitoring, Notifications
|
||||
* Object Storage, OS Management, Quotas
|
||||
* Resource Manager, Search, Streaming
|
||||
* Web Application Acceleration and Security
|
||||
|
||||
|
|
Loading…
Reference in a new issue