Skip to content

Commit

Permalink
Merge pull request #61 from oracle/release_2018-06-14
Browse files Browse the repository at this point in the history
Releasing version 1.4.3
  • Loading branch information
Art Hall III authored Jun 14, 2018
2 parents 1a4ae8d + 17c6654 commit 4117327
Show file tree
Hide file tree
Showing 65 changed files with 8,267 additions and 8 deletions.
30 changes: 27 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.

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

====================
1.4.3 - 2018-06-14
====================

Added
-----
* Support for the Container Engine service

* A sample showing how to use this service from the SDK is available on `GitHub <https://github.com/oracle/oci-python-sdk/blob/master/examples/container_engine.py>`__.

Fixed
-------
* Add dependency to idna >=2.5,<2.7 since cryptography and requests both have a dependency on the library and pip can install a version that is incompatable with requests.

====================
1.4.2 - 2018-06-14
====================

This version was removed from PyPi due to a potential dependency conflict between cryptography and requests.

* Support for the Container Engine service

* A sample showing how to use this service from the SDK is available on `GitHub <https://github.com/oracle/oci-python-sdk/blob/master/examples/container_engine.py>`__.

====================
1.4.1 - 2018-05-31
====================
Expand Down Expand Up @@ -103,7 +127,7 @@ Added
Added
-----
* Added support for the Email Service

* An example on using the Email Service can be found on `GitHub <https://github.com/oracle/oci-python-sdk/blob/master/examples/email_service_example.py>`__.

* Added support for SMTP credentials in the Identity Service
Expand All @@ -123,7 +147,7 @@ Added
Added
-----
* Support for File Storage Service

* An example on using the File Storage Service can be found on `GitHub <https://github.com/oracle/oci-python-sdk/blob/master/examples/file_storage_example.py>`__.

* Added support for tagging Bucket resources in the Object Storage Service
Expand Down Expand Up @@ -167,7 +191,7 @@ Added
* Support for using the ``ObjectReadWithoutList`` public access type when creating and updating buckets
* Support for dynamic groups in Identity Service
* Support for instance principals authentication when calling OCI services. An example of how to use instance principals authentication can be found on `GitHub <https://github.com/oracle/oci-python-sdk/blob/master/examples/instance_principals_examples.py>`_.
* Support for configuring idle timeout for listeners in Load Balancer Service
* Support for configuring idle timeout for listeners in Load Balancer Service
* Support for VNC console connections in Compute Service

====================
Expand Down
12 changes: 10 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,23 @@ __ https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/index
Installation
============

::
It is highly recommended that a Python virtual environment be used when installing oci.

pip install oci
Please consult the `Installing packages using pip and virtualenv`__ guide from the Python Software Foundation for more information about virtual environments.

__ https://packaging.python.org/guides/installing-using-pip-and-virtualenv/

See `the installation guide`__ for installation troubleshooting and alternative install methods.

__ https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/installation.html

Once your virtual environment is active, oci can be installed using pip.

::

pip install oci


============
Development
============
Expand Down
44 changes: 44 additions & 0 deletions docs/api/container_engine.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
Container Engine
================

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

oci.container_engine.ContainerEngineClient
oci.container_engine.ContainerEngineClientCompositeOperations

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

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

oci.container_engine.models.AddOnOptions
oci.container_engine.models.Cluster
oci.container_engine.models.ClusterCreateOptions
oci.container_engine.models.ClusterEndpoints
oci.container_engine.models.ClusterMetadata
oci.container_engine.models.ClusterOptions
oci.container_engine.models.ClusterSummary
oci.container_engine.models.CreateClusterDetails
oci.container_engine.models.CreateClusterKubeconfigContentDetails
oci.container_engine.models.CreateNodePoolDetails
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.NodePoolOptions
oci.container_engine.models.NodePoolSummary
oci.container_engine.models.UpdateClusterDetails
oci.container_engine.models.UpdateNodePoolDetails
oci.container_engine.models.WorkRequest
oci.container_engine.models.WorkRequestError
oci.container_engine.models.WorkRequestLogEntry
oci.container_engine.models.WorkRequestResource
oci.container_engine.models.WorkRequestSummary
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ContainerEngineClient
=====================

.. currentmodule:: oci.container_engine

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

.. currentmodule:: oci.container_engine

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

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

.. currentmodule:: oci.container_engine.models

.. autoclass:: UpdateNodePoolDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Loading

0 comments on commit 4117327

Please sign in to comment.