Skip to content

Commit

Permalink
Releasing version 2.4.0
Browse files Browse the repository at this point in the history
Releasing version 2.4.0
  • Loading branch information
dshelbyo authored Sep 10, 2019
2 parents 0aeddb4 + ac2f1cd commit 12286a9
Show file tree
Hide file tree
Showing 117 changed files with 6,151 additions and 261 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.

====================
2.4.0 - 2019-09-10
====================

Added
-----
Support for specifying the autoBackupWindow field for scheduling backups in the Database service
* Support for network security groups on autonomous Exadata infrastructure in the Database service
* Support for Kubernetes secrets encryption in customer clusters, regional subnets, and cluster authentication for instance principals in the Container Engine for Kubernetes service
* Support for the Oracle Content and Experience service

Breaking
--------
* The etag header has been removed from the response for NotificationControlPlaneClient.change_topic_compartment and NotificationDataPlaneClient.change_subscription_compartment

====================
2.3.3 - 2019-09-03
====================
Expand Down
4 changes: 4 additions & 0 deletions docs/api/container_engine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,19 @@ Container Engine
oci.container_engine.models.CreateClusterDetails
oci.container_engine.models.CreateClusterKubeconfigContentDetails
oci.container_engine.models.CreateNodePoolDetails
oci.container_engine.models.CreateNodePoolNodeConfigDetails
oci.container_engine.models.KeyValue
oci.container_engine.models.KubernetesNetworkConfig
oci.container_engine.models.Node
oci.container_engine.models.NodeError
oci.container_engine.models.NodePool
oci.container_engine.models.NodePoolNodeConfigDetails
oci.container_engine.models.NodePoolOptions
oci.container_engine.models.NodePoolPlacementConfigDetails
oci.container_engine.models.NodePoolSummary
oci.container_engine.models.UpdateClusterDetails
oci.container_engine.models.UpdateNodePoolDetails
oci.container_engine.models.UpdateNodePoolNodeConfigDetails
oci.container_engine.models.WorkRequest
oci.container_engine.models.WorkRequestError
oci.container_engine.models.WorkRequestLogEntry
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateNodePoolNodeConfigDetails
===============================

.. currentmodule:: oci.container_engine.models

.. autoclass:: CreateNodePoolNodeConfigDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
NodePoolNodeConfigDetails
=========================

.. currentmodule:: oci.container_engine.models

.. autoclass:: NodePoolNodeConfigDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
NodePoolPlacementConfigDetails
==============================

.. currentmodule:: oci.container_engine.models

.. autoclass:: NodePoolPlacementConfigDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UpdateNodePoolNodeConfigDetails
===============================

.. currentmodule:: oci.container_engine.models

.. autoclass:: UpdateNodePoolNodeConfigDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
2 changes: 2 additions & 0 deletions docs/api/landing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ API Reference
* :doc:`Load Balancer <load_balancer/client/oci.load_balancer.LoadBalancerClient>`
* :doc:`Monitoring <monitoring/client/oci.monitoring.MonitoringClient>`
* :doc:`Object Storage <object_storage/client/oci.object_storage.ObjectStorageClient>`
* :doc:`Oce Instance <oce/client/oci.oce.OceInstanceClient>`
* :doc:`Notification Control Plane <ons/client/oci.ons.NotificationControlPlaneClient>`
* :doc:`Notification Data Plane <ons/client/oci.ons.NotificationDataPlaneClient>`
* :doc:`Resource Manager <resource_manager/client/oci.resource_manager.ResourceManagerClient>`
Expand Down Expand Up @@ -81,6 +82,7 @@ API Reference
load_balancer
monitoring
object_storage
oce
ons
resource_manager
resource_search
Expand Down
32 changes: 32 additions & 0 deletions docs/api/oce.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Oce
===

.. autosummary::
:toctree: oce/client
:nosignatures:
:template: autosummary/service_client.rst

oci.oce.OceInstanceClient
oci.oce.OceInstanceClientCompositeOperations

--------
Models
--------

.. autosummary::
:toctree: oce/models
:nosignatures:
:template: autosummary/model_class.rst

oci.oce.models.ChangeOceInstanceCompartmentDetails
oci.oce.models.CreateOceInstanceDetails
oci.oce.models.DeleteOceInstanceDetails
oci.oce.models.OceInstance
oci.oce.models.OceInstanceSummary
oci.oce.models.UpdateOceInstanceDetails
oci.oce.models.WorkRequest
oci.oce.models.WorkRequestError
oci.oce.models.WorkRequestLogEntry
oci.oce.models.WorkRequestResource
oci.oce.models.WorkflowMonitor
oci.oce.models.WorkflowStep
8 changes: 8 additions & 0 deletions docs/api/oce/client/oci.oce.OceInstanceClient.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OceInstanceClient
=================

.. currentmodule:: oci.oce

.. autoclass:: OceInstanceClient
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OceInstanceClientCompositeOperations
====================================

.. currentmodule:: oci.oce

.. autoclass:: OceInstanceClientCompositeOperations
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ChangeOceInstanceCompartmentDetails
===================================

.. currentmodule:: oci.oce.models

.. autoclass:: ChangeOceInstanceCompartmentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.CreateOceInstanceDetails.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateOceInstanceDetails
========================

.. currentmodule:: oci.oce.models

.. autoclass:: CreateOceInstanceDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.DeleteOceInstanceDetails.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DeleteOceInstanceDetails
========================

.. currentmodule:: oci.oce.models

.. autoclass:: DeleteOceInstanceDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.OceInstance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OceInstance
===========

.. currentmodule:: oci.oce.models

.. autoclass:: OceInstance
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.OceInstanceSummary.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OceInstanceSummary
==================

.. currentmodule:: oci.oce.models

.. autoclass:: OceInstanceSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.UpdateOceInstanceDetails.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UpdateOceInstanceDetails
========================

.. currentmodule:: oci.oce.models

.. autoclass:: UpdateOceInstanceDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.WorkRequest.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
WorkRequest
===========

.. currentmodule:: oci.oce.models

.. autoclass:: WorkRequest
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.WorkRequestError.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
WorkRequestError
================

.. currentmodule:: oci.oce.models

.. autoclass:: WorkRequestError
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.WorkRequestLogEntry.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
WorkRequestLogEntry
===================

.. currentmodule:: oci.oce.models

.. autoclass:: WorkRequestLogEntry
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.WorkRequestResource.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
WorkRequestResource
===================

.. currentmodule:: oci.oce.models

.. autoclass:: WorkRequestResource
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.WorkflowMonitor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
WorkflowMonitor
===============

.. currentmodule:: oci.oce.models

.. autoclass:: WorkflowMonitor
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/oce/models/oci.oce.models.WorkflowStep.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
WorkflowStep
============

.. currentmodule:: oci.oce.models

.. autoclass:: WorkflowStep
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ This is the public Python SDK for Oracle Cloud Infrastructure. Python 2.7+ and
To get started, head over to the :ref:`installation instructions <install>` or see more examples in the
:ref:`quickstart <quickstart>` section.

The most recent list of supported services is located on the `Python SDK <https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/pythonsdk.htm#ServicesSupported>`_ page on the Oracle Cloud Infrastructure Documentation site.

**Note**: The ``oraclebmc`` package is deprecated and will no longer be maintained starting March 2018. Please check the :ref:`Backward Compatibility <backward-compatibility>` section if you are using ``oraclebmc``.

.. toctree::
Expand Down
21 changes: 3 additions & 18 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@ Installation
~~~~~~~~~~~~

This topic describes how to install, configure, and use the Oracle Cloud Infrastructure Python SDK.
The Python SDK supports operations for the following services:

* Audit
* Container Engine for Kubernetes
* Core Services (Networking, Compute, and Block Volume)
* Database
* DNS
* Email
* File Storage
* IAM
* Load Balancing
* Object Storage
* Search
* Key Management


===============
Prerequisites
Expand Down Expand Up @@ -56,13 +41,13 @@ In addition, all Oracle Cloud Infrastructure SDKs require:
Downloading and Installing the SDK
====================================

You can install the Python SDK through the Python Package Index (PyPI), or alternatively through GitHub.
You can install the Python SDK through the Python Package Index (PyPI), or alternatively through GitHub.

Set up a virtual environment
-----------------------------

Oracle recommends that you run the SDK in a virtual environment with virtualenv. This allows
you to isolate the dependencies for the SDK and avoids any potential conflicts with other Python packages
you to isolate the dependencies for the SDK and avoids any potential conflicts with other Python packages
which may already be installed (e.g. in your system-wide Python).

With Linux, virtualenv is usually in a separate package from the main Python package.
Expand Down Expand Up @@ -134,7 +119,7 @@ If you don't want to use ``requests[security]`` you can update OpenSSL as you no

.. note::
If you need to configure your environment for FIPS-compliance, see :doc:`fips-libraries`

=================
Troubleshooting
=================
Expand Down
Loading

0 comments on commit 12286a9

Please sign in to comment.