Skip to content

Commit 9e312eb

Browse files
Releasing version 2.55.1
Releasing version 2.55.1
2 parents 6b3eb7a + 252507b commit 9e312eb

File tree

75 files changed

+6721
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+6721
-45
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ Change Log
33
All notable changes to this project will be documented in this file.
44

55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
====================
7+
2.55.1 - 2022-02-01
8+
====================
9+
10+
Added
11+
------
12+
* Support for calling Oracle Cloud Infrastructure services in the ap-dcc-canberra-1 region
13+
* Support for the Console Dashboard service
14+
* Support for capacity reservation in the Container Engine for Kubernetes service
15+
* Support for tagging in the Container Engine for Kubernetes service
16+
* Support for fetching listings by image OCID in the Marketplace service
17+
* Support for underscores and hyphens in project resource names in the DevOps service
18+
* Support for cross-region cloning in the Database service
19+
620
====================
721
2.55.0 - 2022-01-25
822
====================

docs/api/container_engine.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Container Engine
5252
oci.container_engine.models.NodeSourceOption
5353
oci.container_engine.models.NodeSourceViaImageDetails
5454
oci.container_engine.models.NodeSourceViaImageOption
55+
oci.container_engine.models.PersistentVolumeConfigDetails
56+
oci.container_engine.models.ServiceLbConfigDetails
5557
oci.container_engine.models.UpdateClusterDetails
5658
oci.container_engine.models.UpdateClusterEndpointConfigDetails
5759
oci.container_engine.models.UpdateClusterOptionsDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
PersistentVolumeConfigDetails
2+
=============================
3+
4+
.. currentmodule:: oci.container_engine.models
5+
6+
.. autoclass:: PersistentVolumeConfigDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ServiceLbConfigDetails
2+
======================
3+
4+
.. currentmodule:: oci.container_engine.models
5+
6+
.. autoclass:: ServiceLbConfigDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/dashboard_service.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Dashboard Service
2+
=================
3+
4+
.. autosummary::
5+
:toctree: dashboard_service/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.dashboard_service.DashboardClient
10+
oci.dashboard_service.DashboardGroupClient
11+
oci.dashboard_service.DashboardClientCompositeOperations
12+
oci.dashboard_service.DashboardGroupClientCompositeOperations
13+
14+
--------
15+
Models
16+
--------
17+
18+
.. autosummary::
19+
:toctree: dashboard_service/models
20+
:nosignatures:
21+
:template: autosummary/model_class.rst
22+
23+
oci.dashboard_service.models.CreateDashboardDetails
24+
oci.dashboard_service.models.CreateDashboardGroupDetails
25+
oci.dashboard_service.models.CreateV1DashboardDetails
26+
oci.dashboard_service.models.Dashboard
27+
oci.dashboard_service.models.DashboardCollection
28+
oci.dashboard_service.models.DashboardGroup
29+
oci.dashboard_service.models.DashboardGroupCollection
30+
oci.dashboard_service.models.DashboardGroupSummary
31+
oci.dashboard_service.models.DashboardSummary
32+
oci.dashboard_service.models.UpdateDashboardDetails
33+
oci.dashboard_service.models.UpdateDashboardGroupDetails
34+
oci.dashboard_service.models.UpdateV1DashboardDetails
35+
oci.dashboard_service.models.V1Dashboard
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DashboardClient
2+
===============
3+
4+
.. currentmodule:: oci.dashboard_service
5+
6+
.. autoclass:: DashboardClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DashboardClientCompositeOperations
2+
==================================
3+
4+
.. currentmodule:: oci.dashboard_service
5+
6+
.. autoclass:: DashboardClientCompositeOperations
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DashboardGroupClient
2+
====================
3+
4+
.. currentmodule:: oci.dashboard_service
5+
6+
.. autoclass:: DashboardGroupClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DashboardGroupClientCompositeOperations
2+
=======================================
3+
4+
.. currentmodule:: oci.dashboard_service
5+
6+
.. autoclass:: DashboardGroupClientCompositeOperations
7+
:special-members: __init__
8+
:members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateDashboardDetails
2+
======================
3+
4+
.. currentmodule:: oci.dashboard_service.models
5+
6+
.. autoclass:: CreateDashboardDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)