Skip to content

Commit 533fd05

Browse files
Merge pull request #60 from oracle/release_2.19.0_2021-04-08-08-23-53
Releasing version 2.19.0
2 parents b453cfe + 8f351a5 commit 533fd05

File tree

1,170 files changed

+52796
-3907
lines changed

Some content is hidden

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

1,170 files changed

+52796
-3907
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.19.0] - 2021-04-08
8+
9+
## Added
10+
- Support for resource principal authentication
11+
- Support for Network Load Balancer
12+
- Support for OCI Vulnerability Scanning Service
13+
- Support for compute capacity reservation
14+
- Support for attaching and detaching compute instance to an instance pool
15+
- Support for vSphere 7.0 in the VMware Solution service
16+
- Support for Marketplace Publications
17+
- Support for highly-available MySQL DB Systems
18+
- Support for private_access_channel and vanity_url in Analytics service
19+
- HeatWave (in-memory analytics accelerator) support for the MySQL Database Service. (Renaming Analytics Service to HeatWave)
20+
- Support for Oracle Enterprise Manager bridges, source auto-association, source event type mappings, and plugins to upload data in the Logging Analytics service
21+
- Support for nosql table change compartment
22+
23+
## Fixed
24+
- Updated the modules `oci_resource_manager_stack_tf_state_facts` and `oci_resource_manager_job_tf_state_facts` to write the output to the given file
25+
- Idempotence for resource manager stack creation `oci_resource_manager_stack` via private templates
26+
- Inventory plugin to return hostsvars for db hosts
27+
28+
### Changed
29+
- Please update to the latest version of [OCI Python SDK](https://github.com/oracle/oci-python-sdk)
30+
- pyyaml requirement version from 5.1.2 to 5.4 in oci-cloudnative solution
31+
732
## [2.18.0] - 2021-03-25
833

934
## Added

docs/collections/index.rst

-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ These are the collections with docs hosted on `docs.ansible.com <https://docs.an
99

1010
* :ref:`oracle.oci <plugins_in_oracle.oci>`
1111

12-
.. toctree::
13-
:maxdepth: 1
14-
:hidden:
15-
16-
oracle/index

docs/collections/index_module.rst

+42
Large diffs are not rendered by default.

docs/collections/oracle/index.rst

-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ These are the collections with docs hosted on `docs.ansible.com <https://docs.an
99

1010
* :ref:`oracle.oci <plugins_in_oracle.oci>`
1111

12-
.. toctree::
13-
:maxdepth: 1
14-
:hidden:
15-
16-
oci/index

docs/collections/oracle/oci/index.rst

+43-837
Large diffs are not rendered by default.

docs/collections/oracle/oci/oci_analytics_instance_actions_module.rst

+298-2
Large diffs are not rendered by default.

docs/collections/oracle/oci/oci_analytics_instance_facts_module.rst

+298-2
Large diffs are not rendered by default.

docs/collections/oracle/oci/oci_analytics_instance_module.rst

+298-2
Large diffs are not rendered by default.

docs/collections/oracle/oci/oci_analytics_private_access_channel_facts_module.rst

+505
Large diffs are not rendered by default.

docs/collections/oracle/oci/oci_analytics_private_access_channel_module.rst

+709
Large diffs are not rendered by default.

docs/collections/oracle/oci/oci_analytics_vanity_url_module.rst

+617
Large diffs are not rendered by default.

docs/collections/oracle/oci/oci_announcements_service_announcement_facts_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_announcements_service_announcement_facts -- Fetches details about
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -162,6 +162,7 @@ Parameters
162162
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
163163
<li>instance_principal</li>
164164
<li>instance_obo_user</li>
165+
<li>resource_principal</li>
165166
</ul>
166167
</td>
167168
<td>

docs/collections/oracle/oci/oci_announcements_service_announcement_user_status_details_facts_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_announcements_service_announcement_user_status_details_facts -- F
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -162,6 +162,7 @@ Parameters
162162
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
163163
<li>instance_principal</li>
164164
<li>instance_obo_user</li>
165+
<li>resource_principal</li>
165166
</ul>
166167
</td>
167168
<td>

docs/collections/oracle/oci/oci_announcements_service_announcement_user_status_details_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_announcements_service_announcement_user_status_details -- Manage
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -161,6 +161,7 @@ Parameters
161161
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
162162
<li>instance_principal</li>
163163
<li>instance_obo_user</li>
164+
<li>resource_principal</li>
164165
</ul>
165166
</td>
166167
<td>

docs/collections/oracle/oci/oci_announcements_service_announcements_collection_facts_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_announcements_service_announcements_collection_facts -- Fetches d
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -161,6 +161,7 @@ Parameters
161161
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
162162
<li>instance_principal</li>
163163
<li>instance_obo_user</li>
164+
<li>resource_principal</li>
164165
</ul>
165166
</td>
166167
<td>

docs/collections/oracle/oci/oci_apigateway_api_actions_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_apigateway_api_actions -- Perform actions on an Api resource in O
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -180,6 +180,7 @@ Parameters
180180
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
181181
<li>instance_principal</li>
182182
<li>instance_obo_user</li>
183+
<li>resource_principal</li>
183184
</ul>
184185
</td>
185186
<td>

docs/collections/oracle/oci/oci_apigateway_api_facts_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_apigateway_api_facts -- Fetches details about one or multiple Api
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -164,6 +164,7 @@ Parameters
164164
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
165165
<li>instance_principal</li>
166166
<li>instance_obo_user</li>
167+
<li>resource_principal</li>
167168
</ul>
168169
</td>
169170
<td>

docs/collections/oracle/oci/oci_apigateway_api_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_apigateway_api -- Manage an Api resource in Oracle Cloud Infrastr
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -165,6 +165,7 @@ Parameters
165165
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
166166
<li>instance_principal</li>
167167
<li>instance_obo_user</li>
168+
<li>resource_principal</li>
168169
</ul>
169170
</td>
170171
<td>

docs/collections/oracle/oci/oci_apigateway_api_specification_facts_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_apigateway_api_specification_facts -- Fetches details about a Api
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -162,6 +162,7 @@ Parameters
162162
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
163163
<li>instance_principal</li>
164164
<li>instance_obo_user</li>
165+
<li>resource_principal</li>
165166
</ul>
166167
</td>
167168
<td>

docs/collections/oracle/oci/oci_apigateway_api_validations_facts_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_apigateway_api_validations_facts -- Fetches details about a ApiVa
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -162,6 +162,7 @@ Parameters
162162
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
163163
<li>instance_principal</li>
164164
<li>instance_obo_user</li>
165+
<li>resource_principal</li>
165166
</ul>
166167
</td>
167168
<td>

docs/collections/oracle/oci/oci_apigateway_certificate_actions_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_apigateway_certificate_actions -- Perform actions on a Certificat
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -164,6 +164,7 @@ Parameters
164164
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
165165
<li>instance_principal</li>
166166
<li>instance_obo_user</li>
167+
<li>resource_principal</li>
167168
</ul>
168169
</td>
169170
<td>

docs/collections/oracle/oci/oci_apigateway_certificate_facts_module.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_apigateway_certificate_facts -- Fetches details about one or mult
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.19.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
2626

@@ -147,6 +147,7 @@ Parameters
147147
<li><div style="color: blue"><b>api_key</b>&nbsp;&larr;</div></li>
148148
<li>instance_principal</li>
149149
<li>instance_obo_user</li>
150+
<li>resource_principal</li>
150151
</ul>
151152
</td>
152153
<td>

0 commit comments

Comments
 (0)