Skip to content

Commit 3390cf1

Browse files
authored
Merge pull request #155 from oracle/release-v2.48.0
Releasing version 2.48.0
2 parents 839d533 + 1cd7e7a commit 3390cf1

File tree

1,500 files changed

+28353
-3041
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,500 files changed

+28353
-3041
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ 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.48.0]
8+
9+
## Added
10+
11+
- Support for creating database systems and database homes using customer-managed keys in the Database service
12+
- Support for virtual machines, bare metal machines, and Exadata databases with private endpoints in the Operations Insights service
13+
- Support for CPS offline reports in the Database service
14+
- Support for multi-AVM on Exadata Cloud at Customer infrastructure in the Database service
15+
- Support for heterogeneous (VM and AVM) clusters on Exadata Cloud at Customer infrastructure in the Database service
16+
- Support for custom maintenance schedules for AVM clusters on Exadata Cloud at Customer infrastructure in the Database service
17+
- Support for setting the RECO storage size when updating a database system in the Database service
18+
- Support for infrastructure patching v2 features in the Database service
19+
- Support for auto-scaling the storage of an autonomous database in the Database service
20+
- Support for cross-region cloning in the Database service
21+
- Support for reporting excluded objects based on static exclusion rules and dynamic exclusion settings in the Database Migration service
22+
- Updated documentation for Cross Region ADG feature for Autonomous Database in the Database service
23+
- Support for international customers to consume and launch third-party paid listings in the Marketplace service
24+
- Support for Ubuntu platforms and unlimited installation keys in the Management Agent Cloud service
25+
- Support for creating Enterprise Manager-based Solaris/SunOS Host targets in the Operations Insights service
26+
- Support for automatic tablespace creation on non-autonomous and autonomous database dedicated targets in the Database Migration service
27+
- Support for removing, listing, and adding database objects reported by the Cloud Premigration Advisor Tool (CPAT) in the Database Migration service
28+
- Support for dataset actions and global export formats in snapshot datasets in the Data Labeling service
29+
- Support for adding labeling instructions to datasets in the Data Labeling service
30+
- Support for custom logs in the Java Management service
31+
- Support for Private OKE Clusters and Blue-Green Deployments in Devops Service
32+
- Support for shielded instances in the VMWare Solution service
33+
- Support for the Sales Accelerator license option in the Content Management service
34+
- Support for specifying an image count when creating or updating container scan recipes in the Vulnerability Scanning service
35+
- Troubleshooting guides for common errors faced in inventory plugin and service errors.
36+
37+
## Breaking
38+
- Optional argument `repository_type` has been made required in `oci_devops_repository` module
39+
40+
## Changed
41+
- Minimum required [OCI Python SDK](https://github.com/oracle/oci-python-sdk) changed to 2.63.0
42+
743
## [2.47.0]
844

945
## Added

docs/collections/index_module.rst

+6
Original file line numberDiff line numberDiff line change
@@ -599,11 +599,13 @@ oracle.oci
599599
* :ref:`oracle.oci.oci_devops_deployment_facts <ansible_collections.oracle.oci.oci_devops_deployment_facts_module>` -- Fetches details about one or multiple Deployment resources in Oracle Cloud Infrastructure
600600
* :ref:`oracle.oci.oci_devops_diff_facts <ansible_collections.oracle.oci.oci_devops_diff_facts_module>` -- Fetches details about one or multiple Diff resources in Oracle Cloud Infrastructure
601601
* :ref:`oracle.oci.oci_devops_diff_response_facts <ansible_collections.oracle.oci.oci_devops_diff_response_facts_module>` -- Fetches details about a DiffResponse resource in Oracle Cloud Infrastructure
602+
* :ref:`oracle.oci.oci_devops_file_diff_facts <ansible_collections.oracle.oci.oci_devops_file_diff_facts_module>` -- Fetches details about a FileDiff resource in Oracle Cloud Infrastructure
602603
* :ref:`oracle.oci.oci_devops_file_diff_response_facts <ansible_collections.oracle.oci.oci_devops_file_diff_response_facts_module>` -- Fetches details about a FileDiffResponse resource in Oracle Cloud Infrastructure
603604
* :ref:`oracle.oci.oci_devops_object_content_facts <ansible_collections.oracle.oci.oci_devops_object_content_facts_module>` -- Fetches details about a ObjectContent resource in Oracle Cloud Infrastructure
604605
* :ref:`oracle.oci.oci_devops_project <ansible_collections.oracle.oci.oci_devops_project_module>` -- Manage a Project resource in Oracle Cloud Infrastructure
605606
* :ref:`oracle.oci.oci_devops_project_actions <ansible_collections.oracle.oci.oci_devops_project_actions_module>` -- Perform actions on a Project resource in Oracle Cloud Infrastructure
606607
* :ref:`oracle.oci.oci_devops_project_facts <ansible_collections.oracle.oci.oci_devops_project_facts_module>` -- Fetches details about one or multiple Project resources in Oracle Cloud Infrastructure
608+
* :ref:`oracle.oci.oci_devops_repo_file_lines_facts <ansible_collections.oracle.oci.oci_devops_repo_file_lines_facts_module>` -- Fetches details about a RepoFileLines resource in Oracle Cloud Infrastructure
607609
* :ref:`oracle.oci.oci_devops_repository <ansible_collections.oracle.oci.oci_devops_repository_module>` -- Manage a Repository resource in Oracle Cloud Infrastructure
608610
* :ref:`oracle.oci.oci_devops_repository_actions <ansible_collections.oracle.oci.oci_devops_repository_actions_module>` -- Perform actions on a Repository resource in Oracle Cloud Infrastructure
609611
* :ref:`oracle.oci.oci_devops_repository_archive_content_facts <ansible_collections.oracle.oci.oci_devops_repository_archive_content_facts_module>` -- Fetches details about a RepositoryArchiveContent resource in Oracle Cloud Infrastructure
@@ -1099,6 +1101,7 @@ oracle.oci
10991101
* :ref:`oracle.oci.oci_ocvp_sddc <ansible_collections.oracle.oci.oci_ocvp_sddc_module>` -- Manage a Sddc resource in Oracle Cloud Infrastructure
11001102
* :ref:`oracle.oci.oci_ocvp_sddc_actions <ansible_collections.oracle.oci.oci_ocvp_sddc_actions_module>` -- Perform actions on a Sddc resource in Oracle Cloud Infrastructure
11011103
* :ref:`oracle.oci.oci_ocvp_sddc_facts <ansible_collections.oracle.oci.oci_ocvp_sddc_facts_module>` -- Fetches details about one or multiple Sddc resources in Oracle Cloud Infrastructure
1104+
* :ref:`oracle.oci.oci_ocvp_supported_host_shape_facts <ansible_collections.oracle.oci.oci_ocvp_supported_host_shape_facts_module>` -- Fetches details about one or multiple SupportedHostShape resources in Oracle Cloud Infrastructure
11021105
* :ref:`oracle.oci.oci_ocvp_supported_sku_facts <ansible_collections.oracle.oci.oci_ocvp_supported_sku_facts_module>` -- Fetches details about one or multiple SupportedSku resources in Oracle Cloud Infrastructure
11031106
* :ref:`oracle.oci.oci_ocvp_supported_vmware_software_version_facts <ansible_collections.oracle.oci.oci_ocvp_supported_vmware_software_version_facts_module>` -- Fetches details about one or multiple SupportedVmwareSoftwareVersion resources in Oracle Cloud Infrastructure
11041107
* :ref:`oracle.oci.oci_oda_instance <ansible_collections.oracle.oci.oci_oda_instance_module>` -- Manage an OdaInstance resource in Oracle Cloud Infrastructure
@@ -1141,6 +1144,9 @@ oracle.oci
11411144
* :ref:`oracle.oci.oci_opsi_host_insight_resource_utilization_insight_facts <ansible_collections.oracle.oci.oci_opsi_host_insight_resource_utilization_insight_facts_module>` -- Fetches details about a HostInsightResourceUtilizationInsight resource in Oracle Cloud Infrastructure
11421145
* :ref:`oracle.oci.oci_opsi_importable_agent_entity_facts <ansible_collections.oracle.oci.oci_opsi_importable_agent_entity_facts_module>` -- Fetches details about one or multiple ImportableAgentEntity resources in Oracle Cloud Infrastructure
11431146
* :ref:`oracle.oci.oci_opsi_importable_enterprise_manager_entity_facts <ansible_collections.oracle.oci.oci_opsi_importable_enterprise_manager_entity_facts_module>` -- Fetches details about one or multiple ImportableEnterpriseManagerEntity resources in Oracle Cloud Infrastructure
1147+
* :ref:`oracle.oci.oci_opsi_operations_insights_private_endpoint <ansible_collections.oracle.oci.oci_opsi_operations_insights_private_endpoint_module>` -- Manage an OperationsInsightsPrivateEndpoint resource in Oracle Cloud Infrastructure
1148+
* :ref:`oracle.oci.oci_opsi_operations_insights_private_endpoint_actions <ansible_collections.oracle.oci.oci_opsi_operations_insights_private_endpoint_actions_module>` -- Perform actions on an OperationsInsightsPrivateEndpoint resource in Oracle Cloud Infrastructure
1149+
* :ref:`oracle.oci.oci_opsi_operations_insights_private_endpoint_facts <ansible_collections.oracle.oci.oci_opsi_operations_insights_private_endpoint_facts_module>` -- Fetches details about one or multiple OperationsInsightsPrivateEndpoint resources in Oracle Cloud Infrastructure
11441150
* :ref:`oracle.oci.oci_opsi_operations_insights_warehouse <ansible_collections.oracle.oci.oci_opsi_operations_insights_warehouse_module>` -- Manage an OperationsInsightsWarehouse resource in Oracle Cloud Infrastructure
11451151
* :ref:`oracle.oci.oci_opsi_operations_insights_warehouse_actions <ansible_collections.oracle.oci.oci_opsi_operations_insights_warehouse_actions_module>` -- Perform actions on an OperationsInsightsWarehouse resource in Oracle Cloud Infrastructure
11461152
* :ref:`oracle.oci.oci_opsi_operations_insights_warehouse_facts <ansible_collections.oracle.oci.oci_opsi_operations_insights_warehouse_facts_module>` -- Fetches details about one or multiple OperationsInsightsWarehouse resources in Oracle Cloud Infrastructure

docs/collections/oracle/oci/index.rst

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Oracle.Oci
55
==========
66

7-
Collection version 2.47.0
7+
Collection version 2.48.0
88

99
.. toctree::
1010
:maxdepth: 1
@@ -615,11 +615,13 @@ Modules
615615
* :ref:`oci_devops_deployment_facts <ansible_collections.oracle.oci.oci_devops_deployment_facts_module>` -- Fetches details about one or multiple Deployment resources in Oracle Cloud Infrastructure
616616
* :ref:`oci_devops_diff_facts <ansible_collections.oracle.oci.oci_devops_diff_facts_module>` -- Fetches details about one or multiple Diff resources in Oracle Cloud Infrastructure
617617
* :ref:`oci_devops_diff_response_facts <ansible_collections.oracle.oci.oci_devops_diff_response_facts_module>` -- Fetches details about a DiffResponse resource in Oracle Cloud Infrastructure
618+
* :ref:`oci_devops_file_diff_facts <ansible_collections.oracle.oci.oci_devops_file_diff_facts_module>` -- Fetches details about a FileDiff resource in Oracle Cloud Infrastructure
618619
* :ref:`oci_devops_file_diff_response_facts <ansible_collections.oracle.oci.oci_devops_file_diff_response_facts_module>` -- Fetches details about a FileDiffResponse resource in Oracle Cloud Infrastructure
619620
* :ref:`oci_devops_object_content_facts <ansible_collections.oracle.oci.oci_devops_object_content_facts_module>` -- Fetches details about a ObjectContent resource in Oracle Cloud Infrastructure
620621
* :ref:`oci_devops_project <ansible_collections.oracle.oci.oci_devops_project_module>` -- Manage a Project resource in Oracle Cloud Infrastructure
621622
* :ref:`oci_devops_project_actions <ansible_collections.oracle.oci.oci_devops_project_actions_module>` -- Perform actions on a Project resource in Oracle Cloud Infrastructure
622623
* :ref:`oci_devops_project_facts <ansible_collections.oracle.oci.oci_devops_project_facts_module>` -- Fetches details about one or multiple Project resources in Oracle Cloud Infrastructure
624+
* :ref:`oci_devops_repo_file_lines_facts <ansible_collections.oracle.oci.oci_devops_repo_file_lines_facts_module>` -- Fetches details about a RepoFileLines resource in Oracle Cloud Infrastructure
623625
* :ref:`oci_devops_repository <ansible_collections.oracle.oci.oci_devops_repository_module>` -- Manage a Repository resource in Oracle Cloud Infrastructure
624626
* :ref:`oci_devops_repository_actions <ansible_collections.oracle.oci.oci_devops_repository_actions_module>` -- Perform actions on a Repository resource in Oracle Cloud Infrastructure
625627
* :ref:`oci_devops_repository_archive_content_facts <ansible_collections.oracle.oci.oci_devops_repository_archive_content_facts_module>` -- Fetches details about a RepositoryArchiveContent resource in Oracle Cloud Infrastructure
@@ -1115,6 +1117,7 @@ Modules
11151117
* :ref:`oci_ocvp_sddc <ansible_collections.oracle.oci.oci_ocvp_sddc_module>` -- Manage a Sddc resource in Oracle Cloud Infrastructure
11161118
* :ref:`oci_ocvp_sddc_actions <ansible_collections.oracle.oci.oci_ocvp_sddc_actions_module>` -- Perform actions on a Sddc resource in Oracle Cloud Infrastructure
11171119
* :ref:`oci_ocvp_sddc_facts <ansible_collections.oracle.oci.oci_ocvp_sddc_facts_module>` -- Fetches details about one or multiple Sddc resources in Oracle Cloud Infrastructure
1120+
* :ref:`oci_ocvp_supported_host_shape_facts <ansible_collections.oracle.oci.oci_ocvp_supported_host_shape_facts_module>` -- Fetches details about one or multiple SupportedHostShape resources in Oracle Cloud Infrastructure
11181121
* :ref:`oci_ocvp_supported_sku_facts <ansible_collections.oracle.oci.oci_ocvp_supported_sku_facts_module>` -- Fetches details about one or multiple SupportedSku resources in Oracle Cloud Infrastructure
11191122
* :ref:`oci_ocvp_supported_vmware_software_version_facts <ansible_collections.oracle.oci.oci_ocvp_supported_vmware_software_version_facts_module>` -- Fetches details about one or multiple SupportedVmwareSoftwareVersion resources in Oracle Cloud Infrastructure
11201123
* :ref:`oci_oda_instance <ansible_collections.oracle.oci.oci_oda_instance_module>` -- Manage an OdaInstance resource in Oracle Cloud Infrastructure
@@ -1157,6 +1160,9 @@ Modules
11571160
* :ref:`oci_opsi_host_insight_resource_utilization_insight_facts <ansible_collections.oracle.oci.oci_opsi_host_insight_resource_utilization_insight_facts_module>` -- Fetches details about a HostInsightResourceUtilizationInsight resource in Oracle Cloud Infrastructure
11581161
* :ref:`oci_opsi_importable_agent_entity_facts <ansible_collections.oracle.oci.oci_opsi_importable_agent_entity_facts_module>` -- Fetches details about one or multiple ImportableAgentEntity resources in Oracle Cloud Infrastructure
11591162
* :ref:`oci_opsi_importable_enterprise_manager_entity_facts <ansible_collections.oracle.oci.oci_opsi_importable_enterprise_manager_entity_facts_module>` -- Fetches details about one or multiple ImportableEnterpriseManagerEntity resources in Oracle Cloud Infrastructure
1163+
* :ref:`oci_opsi_operations_insights_private_endpoint <ansible_collections.oracle.oci.oci_opsi_operations_insights_private_endpoint_module>` -- Manage an OperationsInsightsPrivateEndpoint resource in Oracle Cloud Infrastructure
1164+
* :ref:`oci_opsi_operations_insights_private_endpoint_actions <ansible_collections.oracle.oci.oci_opsi_operations_insights_private_endpoint_actions_module>` -- Perform actions on an OperationsInsightsPrivateEndpoint resource in Oracle Cloud Infrastructure
1165+
* :ref:`oci_opsi_operations_insights_private_endpoint_facts <ansible_collections.oracle.oci.oci_opsi_operations_insights_private_endpoint_facts_module>` -- Fetches details about one or multiple OperationsInsightsPrivateEndpoint resources in Oracle Cloud Infrastructure
11601166
* :ref:`oci_opsi_operations_insights_warehouse <ansible_collections.oracle.oci.oci_opsi_operations_insights_warehouse_module>` -- Manage an OperationsInsightsWarehouse resource in Oracle Cloud Infrastructure
11611167
* :ref:`oci_opsi_operations_insights_warehouse_actions <ansible_collections.oracle.oci.oci_opsi_operations_insights_warehouse_actions_module>` -- Perform actions on an OperationsInsightsWarehouse resource in Oracle Cloud Infrastructure
11621168
* :ref:`oci_opsi_operations_insights_warehouse_facts <ansible_collections.oracle.oci.oci_opsi_operations_insights_warehouse_facts_module>` -- Fetches details about one or multiple OperationsInsightsWarehouse resources in Oracle Cloud Infrastructure
@@ -1991,11 +1997,13 @@ Modules
19911997
oci_devops_deployment_facts_module
19921998
oci_devops_diff_facts_module
19931999
oci_devops_diff_response_facts_module
2000+
oci_devops_file_diff_facts_module
19942001
oci_devops_file_diff_response_facts_module
19952002
oci_devops_object_content_facts_module
19962003
oci_devops_project_module
19972004
oci_devops_project_actions_module
19982005
oci_devops_project_facts_module
2006+
oci_devops_repo_file_lines_facts_module
19992007
oci_devops_repository_module
20002008
oci_devops_repository_actions_module
20012009
oci_devops_repository_archive_content_facts_module
@@ -2491,6 +2499,7 @@ Modules
24912499
oci_ocvp_sddc_module
24922500
oci_ocvp_sddc_actions_module
24932501
oci_ocvp_sddc_facts_module
2502+
oci_ocvp_supported_host_shape_facts_module
24942503
oci_ocvp_supported_sku_facts_module
24952504
oci_ocvp_supported_vmware_software_version_facts_module
24962505
oci_oda_instance_module
@@ -2533,6 +2542,9 @@ Modules
25332542
oci_opsi_host_insight_resource_utilization_insight_facts_module
25342543
oci_opsi_importable_agent_entity_facts_module
25352544
oci_opsi_importable_enterprise_manager_entity_facts_module
2545+
oci_opsi_operations_insights_private_endpoint_module
2546+
oci_opsi_operations_insights_private_endpoint_actions_module
2547+
oci_opsi_operations_insights_private_endpoint_facts_module
25362548
oci_opsi_operations_insights_warehouse_module
25372549
oci_opsi_operations_insights_warehouse_actions_module
25382550
oci_opsi_operations_insights_warehouse_facts_module

docs/collections/oracle/oci/oci_ai_anomaly_detection_ai_private_endpoint_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint_actions -- Perform actio
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.47.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.48.0).
3434

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

docs/collections/oracle/oci/oci_ai_anomaly_detection_ai_private_endpoint_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint_facts -- Fetches details
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.47.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.48.0).
3434

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

docs/collections/oracle/oci/oci_ai_anomaly_detection_ai_private_endpoint_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint -- Manage an AiPrivateEn
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.47.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.48.0).
3434

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

docs/collections/oracle/oci/oci_ai_anomaly_detection_data_asset_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset_actions -- Perform actions on a D
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.47.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.48.0).
3434

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

docs/collections/oracle/oci/oci_ai_anomaly_detection_data_asset_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset_facts -- Fetches details about on
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.47.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.48.0).
3434

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

docs/collections/oracle/oci/oci_ai_anomaly_detection_data_asset_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset -- Manage a DataAsset resource in
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.47.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.48.0).
3434

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

0 commit comments

Comments
 (0)