Skip to content

Commit 7c60d57

Browse files
authored
Merge pull request #65 from oracle/release_2.20.0_2021-04-22-12-06-45
Releasing version 2.20.0
2 parents 533fd05 + a5c1a31 commit 7c60d57

File tree

1,122 files changed

+38903
-2242
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,122 files changed

+38903
-2242
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@ 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.20.0] - 2021-04-22
8+
9+
## Added
10+
- Support for Ipv6
11+
- Support for Network Topology service
12+
- Support for [preemptible instances](https://docs.oracle.com/en-us/iaas/Content/Compute/Concepts/preemptible.htm) in the Compute service
13+
- Support for burstable instances in the Compute service
14+
- Support for `routing_policy` in virtual circuit
15+
- Support for configuring APM tracing functionality for Application and Functions resources.
16+
- Support for Streaming Analytics feature in Service Connector Hub.
17+
- Support for Read/Write-Any object from buckets using Pre-authenticated Request (PAR) in Object Storage. Support for restricting PARs by prefix and for listing object.
18+
- Support for showing if a contact for Exadata Infrastructure is valid in MOS (My Oracle Support) and if Exadata Infrastructure is in Degraded SLO state.
19+
- Support for os updating cloud vm cluster
20+
- Support for Data Guard with Autonomous Container Databases on Exadata Cloud @ Customer Infrastructure
21+
- Support to specify Peer ACD unique name when creating Data Guard enabled Autonomous Container Database on Exadata Cloud@Customer
22+
- Access Control List support for Autonomous Database with Data Guard enabled on Exadata Cloud@Customer
23+
- Support for `scan_dns_name` and `zone_id` as part of Dbsystem/CloudVmCluster/AutonomousExadataInfrastructure API response.
24+
- Support for additional upgrade options supported by DBUA(Database Upgrade Assistant)
25+
- Support for fractional support for resource usage and availability service limit api
26+
- Support for data_science model_deployment module and model_deployment_shape_facts module
27+
- Support for container image signing
28+
- Support for cluster features as a part of the Container Engine for Kubernetes Service
29+
- Support for Oracle Cloud VMware Solution Flexible Billing
30+
- compartment name to the hostvars of OCI Inventory Plugin
31+
32+
## Fixed
33+
- Issue with debug logging in inventory plugin when there is a service error
34+
35+
## Changed
36+
- Please update to the latest version of [OCI Python SDK](https://github.com/oracle/oci-python-sdk)
37+
38+
## Deprecated:
39+
- Module `oci_load_balancer_routing_policy` is deprecated,
40+
use `oci_loadbalancer_routing_policy` instead
41+
- Module `oci_load_balancer_routing_policy_facts` is deprecated,
42+
use `oci_loadbalancer_routing_policy_facts` instead
43+
744
## [2.19.0] - 2021-04-08
845

946
## Added

docs/collections/index_module.rst

+28
Large diffs are not rendered by default.

docs/collections/oracle/oci/index.rst

+29-1
Large diffs are not rendered by default.

docs/collections/oracle/oci/oci_analytics_instance_actions_module.rst

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

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

docs/collections/oracle/oci/oci_analytics_instance_facts_module.rst

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

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

docs/collections/oracle/oci/oci_analytics_instance_module.rst

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

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

docs/collections/oracle/oci/oci_analytics_private_access_channel_facts_module.rst

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

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

docs/collections/oracle/oci/oci_analytics_private_access_channel_module.rst

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

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

docs/collections/oracle/oci/oci_analytics_vanity_url_module.rst

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

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

docs/collections/oracle/oci/oci_announcements_service_announcement_facts_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_announcements_service_announcement_user_status_details_facts_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_announcements_service_announcement_user_status_details_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_announcements_service_announcements_collection_facts_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_apigateway_api_actions_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_apigateway_api_facts_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_apigateway_api_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_apigateway_api_specification_facts_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_apigateway_api_validations_facts_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_apigateway_certificate_actions_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_apigateway_certificate_facts_module.rst

+1-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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_apigateway_certificate_module.rst

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

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

docs/collections/oracle/oci/oci_apigateway_content_facts_module.rst

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

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

docs/collections/oracle/oci/oci_apigateway_deployment_actions_module.rst

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

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

docs/collections/oracle/oci/oci_apigateway_deployment_facts_module.rst

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

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

docs/collections/oracle/oci/oci_apigateway_deployment_module.rst

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

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

docs/collections/oracle/oci/oci_apigateway_gateway_actions_module.rst

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

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

docs/collections/oracle/oci/oci_apigateway_gateway_facts_module.rst

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

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

docs/collections/oracle/oci/oci_apigateway_gateway_module.rst

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

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

docs/collections/oracle/oci/oci_apigateway_waas_certificate_facts_module.rst

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

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

docs/collections/oracle/oci/oci_apigateway_waas_certificate_module.rst

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

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

docs/collections/oracle/oci/oci_artifacts_container_configuration_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_artifacts_container_configuration_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.19.0).
23+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.20.0).
2424

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

docs/collections/oracle/oci/oci_artifacts_container_configuration_module.rst

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

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

docs/collections/oracle/oci/oci_artifacts_container_image_actions_module.rst

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

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

docs/collections/oracle/oci/oci_artifacts_container_image_facts_module.rst

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

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

docs/collections/oracle/oci/oci_artifacts_container_image_module.rst

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

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

0 commit comments

Comments
 (0)