Skip to content

Commit 3548ea9

Browse files
authored
Releasing version 2.52.0
Releasing version 2.52.0
2 parents 4531bd4 + b86b099 commit 3548ea9

File tree

1,612 files changed

+54266
-2434
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,612 files changed

+54266
-2434
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ 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.52.0]
8+
9+
#
10+
## Added
11+
12+
- Support for the License Manager service
13+
- Support for `auth_purpose` parameter for instance_principal auth_type
14+
- Support for AMD E4 flex shapes on virtual machine database systems in the Database service
15+
- Support for compute capacity reservations in the VMWare Solution service
16+
- Support for flexible shapes in data flow service
17+
- Support for in-depth monitoring, diagnostics capabilities, and advanced management functionality for on-premise Oracle databases in the Database Management service
18+
- Support for Fault Domain placement in the Container Engine for Kubernetes service
19+
- Support for worker node images in the Container Engine for Kubernetes service
20+
- Support for Usage Plans in the API Gateway service
21+
- Support for Helm charts and repositories on deployments in the DevOps service
22+
- Support for Application Dependency Management service scan results on builds in the DevOps service
23+
- Support for build resources to use Bitbucket Cloud repositories for source code in the DevOps service
24+
- Support for using Oracle Cloud Agent to perform iSCSI login and logout for non multipath-enabled iSCSI attachments in compute service.
25+
26+
#
27+
## Breaking
28+
29+
- The property specification is now a required for create in `oci_apigateway_deployment` module
30+
## Changed
31+
- Minimum required [OCI Python SDK](https://github.com/oracle/oci-python-sdk) changed to 2.70.1
32+
733
## [2.51.0]
834

935
## Added

docs/collections/index_module.rst

+20
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ oracle.oci
7878
* :ref:`oracle.oci.oci_apigateway_sdk <ansible_collections.oracle.oci.oci_apigateway_sdk_module>` -- Manage a Sdk resource in Oracle Cloud Infrastructure
7979
* :ref:`oracle.oci.oci_apigateway_sdk_facts <ansible_collections.oracle.oci.oci_apigateway_sdk_facts_module>` -- Fetches details about one or multiple Sdk resources in Oracle Cloud Infrastructure
8080
* :ref:`oracle.oci.oci_apigateway_sdk_language_type_facts <ansible_collections.oracle.oci.oci_apigateway_sdk_language_type_facts_module>` -- Fetches details about one or multiple SdkLanguageType resources in Oracle Cloud Infrastructure
81+
* :ref:`oracle.oci.oci_apigateway_subscriber <ansible_collections.oracle.oci.oci_apigateway_subscriber_module>` -- Manage a Subscriber resource in Oracle Cloud Infrastructure
82+
* :ref:`oracle.oci.oci_apigateway_subscriber_actions <ansible_collections.oracle.oci.oci_apigateway_subscriber_actions_module>` -- Perform actions on a Subscriber resource in Oracle Cloud Infrastructure
83+
* :ref:`oracle.oci.oci_apigateway_subscriber_facts <ansible_collections.oracle.oci.oci_apigateway_subscriber_facts_module>` -- Fetches details about one or multiple Subscriber resources in Oracle Cloud Infrastructure
84+
* :ref:`oracle.oci.oci_apigateway_usage_plan <ansible_collections.oracle.oci.oci_apigateway_usage_plan_module>` -- Manage an UsagePlan resource in Oracle Cloud Infrastructure
85+
* :ref:`oracle.oci.oci_apigateway_usage_plan_actions <ansible_collections.oracle.oci.oci_apigateway_usage_plan_actions_module>` -- Perform actions on an UsagePlan resource in Oracle Cloud Infrastructure
86+
* :ref:`oracle.oci.oci_apigateway_usage_plan_facts <ansible_collections.oracle.oci.oci_apigateway_usage_plan_facts_module>` -- Fetches details about one or multiple UsagePlan resources in Oracle Cloud Infrastructure
8187
* :ref:`oracle.oci.oci_apigateway_waas_certificate <ansible_collections.oracle.oci.oci_apigateway_waas_certificate_module>` -- Manage a WaasCertificate resource in Oracle Cloud Infrastructure
8288
* :ref:`oracle.oci.oci_apigateway_waas_certificate_facts <ansible_collections.oracle.oci.oci_apigateway_waas_certificate_facts_module>` -- Fetches details about one or multiple WaasCertificate resources in Oracle Cloud Infrastructure
8389
* :ref:`oracle.oci.oci_apm_config_config <ansible_collections.oracle.oci.oci_apm_config_config_module>` -- Manage a Config resource in Oracle Cloud Infrastructure
@@ -468,10 +474,12 @@ oracle.oci
468474
* :ref:`oracle.oci.oci_database_db_server_facts <ansible_collections.oracle.oci.oci_database_db_server_facts_module>` -- Fetches details about one or multiple DbServer resources in Oracle Cloud Infrastructure
469475
* :ref:`oracle.oci.oci_database_db_system <ansible_collections.oracle.oci.oci_database_db_system_module>` -- Manage a DbSystem resource in Oracle Cloud Infrastructure
470476
* :ref:`oracle.oci.oci_database_db_system_actions <ansible_collections.oracle.oci.oci_database_db_system_actions_module>` -- Perform actions on a DbSystem resource in Oracle Cloud Infrastructure
477+
* :ref:`oracle.oci.oci_database_db_system_compute_performance_facts <ansible_collections.oracle.oci.oci_database_db_system_compute_performance_facts_module>` -- Fetches details about one or multiple DbSystemComputePerformance resources in Oracle Cloud Infrastructure
471478
* :ref:`oracle.oci.oci_database_db_system_facts <ansible_collections.oracle.oci.oci_database_db_system_facts_module>` -- Fetches details about one or multiple DbSystem resources in Oracle Cloud Infrastructure
472479
* :ref:`oracle.oci.oci_database_db_system_patch_facts <ansible_collections.oracle.oci.oci_database_db_system_patch_facts_module>` -- Fetches details about one or multiple DbSystemPatch resources in Oracle Cloud Infrastructure
473480
* :ref:`oracle.oci.oci_database_db_system_patch_history_entry_facts <ansible_collections.oracle.oci.oci_database_db_system_patch_history_entry_facts_module>` -- Fetches details about one or multiple DbSystemPatchHistoryEntry resources in Oracle Cloud Infrastructure
474481
* :ref:`oracle.oci.oci_database_db_system_shape_facts <ansible_collections.oracle.oci.oci_database_db_system_shape_facts_module>` -- Fetches details about one or multiple DbSystemShape resources in Oracle Cloud Infrastructure
482+
* :ref:`oracle.oci.oci_database_db_system_storage_performance_facts <ansible_collections.oracle.oci.oci_database_db_system_storage_performance_facts_module>` -- Fetches details about one or multiple DbSystemStoragePerformance resources in Oracle Cloud Infrastructure
475483
* :ref:`oracle.oci.oci_database_db_system_upgrade_history_entry_facts <ansible_collections.oracle.oci.oci_database_db_system_upgrade_history_entry_facts_module>` -- Fetches details about one or multiple DbSystemUpgradeHistoryEntry resources in Oracle Cloud Infrastructure
476484
* :ref:`oracle.oci.oci_database_db_version_facts <ansible_collections.oracle.oci.oci_database_db_version_facts_module>` -- Fetches details about one or multiple DbVersion resources in Oracle Cloud Infrastructure
477485
* :ref:`oracle.oci.oci_database_exadata_infrastructure <ansible_collections.oracle.oci.oci_database_exadata_infrastructure_module>` -- Manage an ExadataInfrastructure resource in Oracle Cloud Infrastructure
@@ -800,6 +808,18 @@ oracle.oci
800808
* :ref:`oracle.oci.oci_key_management_vault_usage_facts <ansible_collections.oracle.oci.oci_key_management_vault_usage_facts_module>` -- Fetches details about a VaultUsage resource in Oracle Cloud Infrastructure
801809
* :ref:`oracle.oci.oci_key_management_verified_data <ansible_collections.oracle.oci.oci_key_management_verified_data_module>` -- Manage a VerifiedData resource in Oracle Cloud Infrastructure
802810
* :ref:`oracle.oci.oci_key_management_wrapping_key_facts <ansible_collections.oracle.oci.oci_key_management_wrapping_key_facts_module>` -- Fetches details about a WrappingKey resource in Oracle Cloud Infrastructure
811+
* :ref:`oracle.oci.oci_license_manager_bulk_upload_license_records_actions <ansible_collections.oracle.oci.oci_license_manager_bulk_upload_license_records_actions_module>` -- Perform actions on a BulkUploadLicenseRecords resource in Oracle Cloud Infrastructure
812+
* :ref:`oracle.oci.oci_license_manager_bulk_upload_template_facts <ansible_collections.oracle.oci.oci_license_manager_bulk_upload_template_facts_module>` -- Fetches details about a BulkUploadTemplate resource in Oracle Cloud Infrastructure
813+
* :ref:`oracle.oci.oci_license_manager_configuration <ansible_collections.oracle.oci.oci_license_manager_configuration_module>` -- Manage a Configuration resource in Oracle Cloud Infrastructure
814+
* :ref:`oracle.oci.oci_license_manager_configuration_facts <ansible_collections.oracle.oci.oci_license_manager_configuration_facts_module>` -- Fetches details about a Configuration resource in Oracle Cloud Infrastructure
815+
* :ref:`oracle.oci.oci_license_manager_license_metric_facts <ansible_collections.oracle.oci.oci_license_manager_license_metric_facts_module>` -- Fetches details about a LicenseMetric resource in Oracle Cloud Infrastructure
816+
* :ref:`oracle.oci.oci_license_manager_license_record <ansible_collections.oracle.oci.oci_license_manager_license_record_module>` -- Manage a LicenseRecord resource in Oracle Cloud Infrastructure
817+
* :ref:`oracle.oci.oci_license_manager_license_record_facts <ansible_collections.oracle.oci.oci_license_manager_license_record_facts_module>` -- Fetches details about one or multiple LicenseRecord resources in Oracle Cloud Infrastructure
818+
* :ref:`oracle.oci.oci_license_manager_product_license <ansible_collections.oracle.oci.oci_license_manager_product_license_module>` -- Manage a ProductLicense resource in Oracle Cloud Infrastructure
819+
* :ref:`oracle.oci.oci_license_manager_product_license_consumer_facts <ansible_collections.oracle.oci.oci_license_manager_product_license_consumer_facts_module>` -- Fetches details about one or multiple ProductLicenseConsumer resources in Oracle Cloud Infrastructure
820+
* :ref:`oracle.oci.oci_license_manager_product_license_facts <ansible_collections.oracle.oci.oci_license_manager_product_license_facts_module>` -- Fetches details about one or multiple ProductLicense resources in Oracle Cloud Infrastructure
821+
* :ref:`oracle.oci.oci_license_manager_top_utilized_product_license_facts <ansible_collections.oracle.oci.oci_license_manager_top_utilized_product_license_facts_module>` -- Fetches details about one or multiple TopUtilizedProductLicense resources in Oracle Cloud Infrastructure
822+
* :ref:`oracle.oci.oci_license_manager_top_utilized_resource_facts <ansible_collections.oracle.oci.oci_license_manager_top_utilized_resource_facts_module>` -- Fetches details about one or multiple TopUtilizedResource resources in Oracle Cloud Infrastructure
803823
* :ref:`oracle.oci.oci_limits_limit_definition_facts <ansible_collections.oracle.oci.oci_limits_limit_definition_facts_module>` -- Fetches details about one or multiple LimitDefinition resources in Oracle Cloud Infrastructure
804824
* :ref:`oracle.oci.oci_limits_limit_value_facts <ansible_collections.oracle.oci.oci_limits_limit_value_facts_module>` -- Fetches details about one or multiple LimitValue resources in Oracle Cloud Infrastructure
805825
* :ref:`oracle.oci.oci_limits_quota <ansible_collections.oracle.oci.oci_limits_quota_module>` -- Manage a Quota resource in Oracle Cloud Infrastructure

0 commit comments

Comments
 (0)