Skip to content

Commit

Permalink
Releasing version 4.39.0
Browse files Browse the repository at this point in the history
Releasing version 4.39.0
  • Loading branch information
dineshsuthar786 authored Dec 21, 2023
2 parents 2eeeba6 + d85ba9f commit 2a2a9ba
Show file tree
Hide file tree
Showing 1,998 changed files with 11,327 additions and 2,811 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.39.0]

## Added
- Support for the Caching Service
- Support for elastic resource pools in the Database service
- Support for new optional parameters on replica create, update and list operations in the MySQL Heatwave service
- Support for integration with Database Management service in the MySQL HeatWave service
- Support for global active tables in the NoSQL Database service
- Support for specifying default snapshot enablement, verified response codes, client certificate details, and request authentication schemes when creating or updating synthetic monitors in the Application Performance Monitoring Synthetics service
- Support for creating and updating network monitors in the Application Performance Monitoring Synthetics service
- Support for unified agent operational metrics for the service configurations in the Logging Management service

## Breaking
- Properties `display_name` and `rqs_type` were removed from `parameters` in `oci_logging_service_facts` module of the Logging service
- Parameter `service_stage` was removed from operation `list_services` of `oci_logging_service_facts` module of the Logging service

## Changed
- Minimum required [OCI Python SDK](https://github.com/oracle/oci-python-sdk) changed to 2.118.0

## [4.38.0]

## Added
Expand Down
4 changes: 4 additions & 0 deletions docs/collections/index_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ oracle.oci
* :ref:`oracle.oci.oci_database_pluggable_database_actions <ansible_collections.oracle.oci.oci_database_pluggable_database_actions_module>` -- Perform actions on a PluggableDatabase resource in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_database_pluggable_database_facts <ansible_collections.oracle.oci.oci_database_pluggable_database_facts_module>` -- Fetches details about one or multiple PluggableDatabase resources in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_database_refreshable_clone_facts <ansible_collections.oracle.oci.oci_database_refreshable_clone_facts_module>` -- Fetches details about one or multiple RefreshableClone resources in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_database_resource_pool_shape_facts <ansible_collections.oracle.oci.oci_database_resource_pool_shape_facts_module>` -- Fetches details about one or multiple ResourcePoolShape resources in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_database_software_image <ansible_collections.oracle.oci.oci_database_software_image_module>` -- Manage a DatabaseSoftwareImage resource in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_database_software_image_actions <ansible_collections.oracle.oci.oci_database_software_image_actions_module>` -- Perform actions on a DatabaseSoftwareImage resource in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_database_software_image_facts <ansible_collections.oracle.oci.oci_database_software_image_facts_module>` -- Fetches details about one or multiple DatabaseSoftwareImage resources in Oracle Cloud Infrastructure
Expand Down Expand Up @@ -1724,6 +1725,9 @@ oracle.oci
* :ref:`oracle.oci.oci_recovery_service_subnet <ansible_collections.oracle.oci.oci_recovery_service_subnet_module>` -- Manage a RecoveryServiceSubnet resource in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_recovery_service_subnet_actions <ansible_collections.oracle.oci.oci_recovery_service_subnet_actions_module>` -- Perform actions on a RecoveryServiceSubnet resource in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_recovery_service_subnet_facts <ansible_collections.oracle.oci.oci_recovery_service_subnet_facts_module>` -- Fetches details about one or multiple RecoveryServiceSubnet resources in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_redis_cluster <ansible_collections.oracle.oci.oci_redis_cluster_module>` -- Manage a RedisCluster resource in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_redis_cluster_actions <ansible_collections.oracle.oci.oci_redis_cluster_actions_module>` -- Perform actions on a RedisCluster resource in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_redis_cluster_facts <ansible_collections.oracle.oci.oci_redis_cluster_facts_module>` -- Fetches details about one or multiple RedisCluster resources in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_resource_manager_configuration_source_provider <ansible_collections.oracle.oci.oci_resource_manager_configuration_source_provider_module>` -- Manage a ConfigurationSourceProvider resource in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_resource_manager_configuration_source_provider_actions <ansible_collections.oracle.oci.oci_resource_manager_configuration_source_provider_actions_module>` -- Perform actions on a ConfigurationSourceProvider resource in Oracle Cloud Infrastructure
* :ref:`oracle.oci.oci_resource_manager_configuration_source_provider_facts <ansible_collections.oracle.oci.oci_resource_manager_configuration_source_provider_facts_module>` -- Fetches details about one or multiple ConfigurationSourceProvider resources in Oracle Cloud Infrastructure
Expand Down
10 changes: 9 additions & 1 deletion docs/collections/oracle/oci/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Oracle.Oci
==========

Collection version 4.38.0
Collection version 4.39.0

.. toctree::
:maxdepth: 1
Expand Down Expand Up @@ -809,6 +809,7 @@ Modules
* :ref:`oci_database_pluggable_database_actions <ansible_collections.oracle.oci.oci_database_pluggable_database_actions_module>` -- Perform actions on a PluggableDatabase resource in Oracle Cloud Infrastructure
* :ref:`oci_database_pluggable_database_facts <ansible_collections.oracle.oci.oci_database_pluggable_database_facts_module>` -- Fetches details about one or multiple PluggableDatabase resources in Oracle Cloud Infrastructure
* :ref:`oci_database_refreshable_clone_facts <ansible_collections.oracle.oci.oci_database_refreshable_clone_facts_module>` -- Fetches details about one or multiple RefreshableClone resources in Oracle Cloud Infrastructure
* :ref:`oci_database_resource_pool_shape_facts <ansible_collections.oracle.oci.oci_database_resource_pool_shape_facts_module>` -- Fetches details about one or multiple ResourcePoolShape resources in Oracle Cloud Infrastructure
* :ref:`oci_database_software_image <ansible_collections.oracle.oci.oci_database_software_image_module>` -- Manage a DatabaseSoftwareImage resource in Oracle Cloud Infrastructure
* :ref:`oci_database_software_image_actions <ansible_collections.oracle.oci.oci_database_software_image_actions_module>` -- Perform actions on a DatabaseSoftwareImage resource in Oracle Cloud Infrastructure
* :ref:`oci_database_software_image_facts <ansible_collections.oracle.oci.oci_database_software_image_facts_module>` -- Fetches details about one or multiple DatabaseSoftwareImage resources in Oracle Cloud Infrastructure
Expand Down Expand Up @@ -1740,6 +1741,9 @@ Modules
* :ref:`oci_recovery_service_subnet <ansible_collections.oracle.oci.oci_recovery_service_subnet_module>` -- Manage a RecoveryServiceSubnet resource in Oracle Cloud Infrastructure
* :ref:`oci_recovery_service_subnet_actions <ansible_collections.oracle.oci.oci_recovery_service_subnet_actions_module>` -- Perform actions on a RecoveryServiceSubnet resource in Oracle Cloud Infrastructure
* :ref:`oci_recovery_service_subnet_facts <ansible_collections.oracle.oci.oci_recovery_service_subnet_facts_module>` -- Fetches details about one or multiple RecoveryServiceSubnet resources in Oracle Cloud Infrastructure
* :ref:`oci_redis_cluster <ansible_collections.oracle.oci.oci_redis_cluster_module>` -- Manage a RedisCluster resource in Oracle Cloud Infrastructure
* :ref:`oci_redis_cluster_actions <ansible_collections.oracle.oci.oci_redis_cluster_actions_module>` -- Perform actions on a RedisCluster resource in Oracle Cloud Infrastructure
* :ref:`oci_redis_cluster_facts <ansible_collections.oracle.oci.oci_redis_cluster_facts_module>` -- Fetches details about one or multiple RedisCluster resources in Oracle Cloud Infrastructure
* :ref:`oci_resource_manager_configuration_source_provider <ansible_collections.oracle.oci.oci_resource_manager_configuration_source_provider_module>` -- Manage a ConfigurationSourceProvider resource in Oracle Cloud Infrastructure
* :ref:`oci_resource_manager_configuration_source_provider_actions <ansible_collections.oracle.oci.oci_resource_manager_configuration_source_provider_actions_module>` -- Perform actions on a ConfigurationSourceProvider resource in Oracle Cloud Infrastructure
* :ref:`oci_resource_manager_configuration_source_provider_facts <ansible_collections.oracle.oci.oci_resource_manager_configuration_source_provider_facts_module>` -- Fetches details about one or multiple ConfigurationSourceProvider resources in Oracle Cloud Infrastructure
Expand Down Expand Up @@ -2782,6 +2786,7 @@ Modules
oci_database_pluggable_database_actions_module
oci_database_pluggable_database_facts_module
oci_database_refreshable_clone_facts_module
oci_database_resource_pool_shape_facts_module
oci_database_software_image_module
oci_database_software_image_actions_module
oci_database_software_image_facts_module
Expand Down Expand Up @@ -3713,6 +3718,9 @@ Modules
oci_recovery_service_subnet_module
oci_recovery_service_subnet_actions_module
oci_recovery_service_subnet_facts_module
oci_redis_cluster_module
oci_redis_cluster_actions_module
oci_redis_cluster_facts_module
oci_resource_manager_configuration_source_provider_module
oci_resource_manager_configuration_source_provider_actions_module
oci_resource_manager_configuration_source_provider_facts_module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_access_governance_cp_governance_instance_actions -- Perform actio
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_access_governance_cp_governance_instance_configuration_facts -- F
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_access_governance_cp_governance_instance_configuration -- Manage
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_access_governance_cp_governance_instance_facts -- Fetches details
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_access_governance_cp_governance_instance -- Manage a GovernanceIn
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_adm_application_dependency_vulnerability_facts -- Fetches details
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_adm_knowledge_base_actions -- Perform actions on a KnowledgeBase
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_adm_knowledge_base_facts -- Fetches details about one or multiple
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_adm_knowledge_base -- Manage a KnowledgeBase resource in Oracle C
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_adm_vulnerability_audit_actions -- Perform actions on a Vulnerabi
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_adm_vulnerability_audit_facts -- Fetches details about one or mul
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_adm_vulnerability_audit -- Manage a VulnerabilityAudit resource i
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint_actions -- Perform actio
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint_facts -- Fetches details
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint -- Manage an AiPrivateEn
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset_actions -- Perform actions on a D
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset_facts -- Fetches details about on
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset -- Manage a DataAsset resource in
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_detect_anomaly_job_actions -- Perform action
.. Collection note
.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_detect_anomaly_job_facts -- Fetches details
.. Collection note

.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_model_actions -- Perform actions on a Model
.. Collection note

.. note::
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.38.0).
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 4.39.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
Loading

0 comments on commit 2a2a9ba

Please sign in to comment.