Skip to content

Commit 66175e3

Browse files
Merge pull request #85 from oracle/release_2.23.0_2021-06-03-11-16-29
Releasing version 2.23.0
2 parents 0d99914 + 1f59ebf commit 66175e3

File tree

1,097 files changed

+30010
-1583
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,097 files changed

+30010
-1583
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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.23.0] - 2021-06-03
8+
9+
## Added
10+
- Option hostname_format_preferences in inventory plugin which allows a list of preferred hostname formats which can be specified using jinja 2 template expressions
11+
- Support for OCI Bastion service
12+
- Support for Generic Artifacts Service
13+
- Support in Database Management Service for getting the AWR database report for the specific database
14+
- Support in Database Management Service for getting the AWR SQL report for a specific SQL
15+
- Support in Database Management Service to list the AWR snapshots of the specified database
16+
- Support in Database Management Service to list AWR database information on snapshot
17+
- Support for getting Automatic Workload Repository (AWR) data on external databases in the Database Management service
18+
- Support for new field `isDynamic` in the response objects of (`oci limits definition list`) command
19+
- Support for creation of Notebook Sessions with larger block volumes through the Data Science service
20+
- Support for the VM.Standard.E3.Flex Flexible Compute Shape with customizable OCPUs and memory for Data Science Notebooks
21+
- Support for getting billable image sizes in the Compute service
22+
- Support for Object Storage Configuration Source for Resource Manager Service
23+
- Support for database maintenance run patch modes in the Database service
24+
- Support for spark-submit compatible options in DataFlow service
25+
- Support for the HCX Enterprise add-on in the VMware Solution service
26+
27+
## Changed
28+
- Please update to the latest version of [OCI Python SDK](https://github.com/oracle/oci-python-sdk)
29+
730
## [2.22.0] - 2021-05-20
831

932
## Added

docs/collections/index_module.rst

+28
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ oracle.oci
5050
* :ref:`oracle.oci.oci_artifacts_container_repository <ansible_collections.oracle.oci.oci_artifacts_container_repository_module>` -- Manage a ContainerRepository resource in Oracle Cloud Infrastructure
5151
* :ref:`oracle.oci.oci_artifacts_container_repository_actions <ansible_collections.oracle.oci.oci_artifacts_container_repository_actions_module>` -- Perform actions on a ContainerRepository resource in Oracle Cloud Infrastructure
5252
* :ref:`oracle.oci.oci_artifacts_container_repository_facts <ansible_collections.oracle.oci.oci_artifacts_container_repository_facts_module>` -- Fetches details about one or multiple ContainerRepository resources in Oracle Cloud Infrastructure
53+
* :ref:`oracle.oci.oci_artifacts_generic_artifact <ansible_collections.oracle.oci.oci_artifacts_generic_artifact_module>` -- Manage a GenericArtifact resource in Oracle Cloud Infrastructure
54+
* :ref:`oracle.oci.oci_artifacts_generic_artifact_facts <ansible_collections.oracle.oci.oci_artifacts_generic_artifact_facts_module>` -- Fetches details about one or multiple GenericArtifact resources in Oracle Cloud Infrastructure
55+
* :ref:`oracle.oci.oci_artifacts_repository <ansible_collections.oracle.oci.oci_artifacts_repository_module>` -- Manage a Repository resource in Oracle Cloud Infrastructure
56+
* :ref:`oracle.oci.oci_artifacts_repository_actions <ansible_collections.oracle.oci.oci_artifacts_repository_actions_module>` -- Perform actions on a Repository resource in Oracle Cloud Infrastructure
57+
* :ref:`oracle.oci.oci_artifacts_repository_facts <ansible_collections.oracle.oci.oci_artifacts_repository_facts_module>` -- Fetches details about one or multiple Repository resources in Oracle Cloud Infrastructure
5358
* :ref:`oracle.oci.oci_audit_configuration <ansible_collections.oracle.oci.oci_audit_configuration_module>` -- Manage a Configuration resource in Oracle Cloud Infrastructure
5459
* :ref:`oracle.oci.oci_audit_configuration_facts <ansible_collections.oracle.oci.oci_audit_configuration_facts_module>` -- Fetches details about a Configuration resource in Oracle Cloud Infrastructure
5560
* :ref:`oracle.oci.oci_audit_event_facts <ansible_collections.oracle.oci.oci_audit_event_facts_module>` -- Fetches details about one or multiple AuditEvent resources in Oracle Cloud Infrastructure
@@ -58,6 +63,11 @@ oracle.oci
5863
* :ref:`oracle.oci.oci_autoscaling_auto_scaling_configuration_facts <ansible_collections.oracle.oci.oci_autoscaling_auto_scaling_configuration_facts_module>` -- Fetches details about one or multiple AutoScalingConfiguration resources in Oracle Cloud Infrastructure
5964
* :ref:`oracle.oci.oci_autoscaling_auto_scaling_configuration_policy <ansible_collections.oracle.oci.oci_autoscaling_auto_scaling_configuration_policy_module>` -- Manage an AutoScalingConfigurationPolicy resource in Oracle Cloud Infrastructure
6065
* :ref:`oracle.oci.oci_autoscaling_auto_scaling_configuration_policy_facts <ansible_collections.oracle.oci.oci_autoscaling_auto_scaling_configuration_policy_facts_module>` -- Fetches details about one or multiple AutoScalingConfigurationPolicy resources in Oracle Cloud Infrastructure
66+
* :ref:`oracle.oci.oci_bastion <ansible_collections.oracle.oci.oci_bastion_module>` -- Manage a Bastion resource in Oracle Cloud Infrastructure
67+
* :ref:`oracle.oci.oci_bastion_actions <ansible_collections.oracle.oci.oci_bastion_actions_module>` -- Perform actions on a Bastion resource in Oracle Cloud Infrastructure
68+
* :ref:`oracle.oci.oci_bastion_facts <ansible_collections.oracle.oci.oci_bastion_facts_module>` -- Fetches details about one or multiple Bastion resources in Oracle Cloud Infrastructure
69+
* :ref:`oracle.oci.oci_bastion_session <ansible_collections.oracle.oci.oci_bastion_session_module>` -- Manage a Session resource in Oracle Cloud Infrastructure
70+
* :ref:`oracle.oci.oci_bastion_session_facts <ansible_collections.oracle.oci.oci_bastion_session_facts_module>` -- Fetches details about one or multiple Session resources in Oracle Cloud Infrastructure
6171
* :ref:`oracle.oci.oci_bds_auto_scale_config <ansible_collections.oracle.oci.oci_bds_auto_scale_config_module>` -- Manage a BdsAutoScaleConfig resource in Oracle Cloud Infrastructure
6272
* :ref:`oracle.oci.oci_bds_auto_scale_config_facts <ansible_collections.oracle.oci.oci_bds_auto_scale_config_facts_module>` -- Fetches details about one or multiple BdsAutoScaleConfig resources in Oracle Cloud Infrastructure
6373
* :ref:`oracle.oci.oci_bds_instance <ansible_collections.oracle.oci.oci_bds_instance_module>` -- Manage a BdsInstance resource in Oracle Cloud Infrastructure
@@ -331,6 +341,19 @@ oracle.oci
331341
* :ref:`oracle.oci.oci_database_key_store_facts <ansible_collections.oracle.oci.oci_database_key_store_facts_module>` -- Fetches details about one or multiple KeyStore resources in Oracle Cloud Infrastructure
332342
* :ref:`oracle.oci.oci_database_maintenance_run <ansible_collections.oracle.oci.oci_database_maintenance_run_module>` -- Manage a MaintenanceRun resource in Oracle Cloud Infrastructure
333343
* :ref:`oracle.oci.oci_database_maintenance_run_facts <ansible_collections.oracle.oci.oci_database_maintenance_run_facts_module>` -- Fetches details about one or multiple MaintenanceRun resources in Oracle Cloud Infrastructure
344+
* :ref:`oracle.oci.oci_database_management_awr_db_cpu_usage_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_cpu_usage_facts_module>` -- Fetches details about a AwrDbCpuUsage resource in Oracle Cloud Infrastructure
345+
* :ref:`oracle.oci.oci_database_management_awr_db_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_facts_module>` -- Fetches details about one or multiple AwrDb resources in Oracle Cloud Infrastructure
346+
* :ref:`oracle.oci.oci_database_management_awr_db_metric_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_metric_facts_module>` -- Fetches details about a AwrDbMetric resource in Oracle Cloud Infrastructure
347+
* :ref:`oracle.oci.oci_database_management_awr_db_param_change_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_param_change_facts_module>` -- Fetches details about a AwrDbParamChange resource in Oracle Cloud Infrastructure
348+
* :ref:`oracle.oci.oci_database_management_awr_db_param_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_param_facts_module>` -- Fetches details about a AwrDbParam resource in Oracle Cloud Infrastructure
349+
* :ref:`oracle.oci.oci_database_management_awr_db_report_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_report_facts_module>` -- Fetches details about a AwrDbReport resource in Oracle Cloud Infrastructure
350+
* :ref:`oracle.oci.oci_database_management_awr_db_snapshot_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_snapshot_facts_module>` -- Fetches details about one or multiple AwrDbSnapshot resources in Oracle Cloud Infrastructure
351+
* :ref:`oracle.oci.oci_database_management_awr_db_snapshot_range_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_snapshot_range_facts_module>` -- Fetches details about a AwrDbSnapshotRange resource in Oracle Cloud Infrastructure
352+
* :ref:`oracle.oci.oci_database_management_awr_db_sql_report_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_sql_report_facts_module>` -- Fetches details about a AwrDbSqlReport resource in Oracle Cloud Infrastructure
353+
* :ref:`oracle.oci.oci_database_management_awr_db_sys_stat_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_sys_stat_facts_module>` -- Fetches details about a AwrDbSysStat resource in Oracle Cloud Infrastructure
354+
* :ref:`oracle.oci.oci_database_management_awr_db_top_wait_event_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_top_wait_event_facts_module>` -- Fetches details about a AwrDbTopWaitEvent resource in Oracle Cloud Infrastructure
355+
* :ref:`oracle.oci.oci_database_management_awr_db_wait_event_bucket_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_wait_event_bucket_facts_module>` -- Fetches details about a AwrDbWaitEventBucket resource in Oracle Cloud Infrastructure
356+
* :ref:`oracle.oci.oci_database_management_awr_db_wait_event_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_wait_event_facts_module>` -- Fetches details about a AwrDbWaitEvent resource in Oracle Cloud Infrastructure
334357
* :ref:`oracle.oci.oci_database_management_cluster_cache_metric_facts <ansible_collections.oracle.oci.oci_database_management_cluster_cache_metric_facts_module>` -- Fetches details about a ClusterCacheMetric resource in Oracle Cloud Infrastructure
335358
* :ref:`oracle.oci.oci_database_management_database_fleet_health_metrics_facts <ansible_collections.oracle.oci.oci_database_management_database_fleet_health_metrics_facts_module>` -- Fetches details about a DatabaseFleetHealthMetrics resource in Oracle Cloud Infrastructure
336359
* :ref:`oracle.oci.oci_database_management_database_home_metrics_facts <ansible_collections.oracle.oci.oci_database_management_database_home_metrics_facts_module>` -- Fetches details about a DatabaseHomeMetrics resource in Oracle Cloud Infrastructure
@@ -410,6 +433,9 @@ oracle.oci
410433
* :ref:`oracle.oci.oci_functions_function <ansible_collections.oracle.oci.oci_functions_function_module>` -- Manage a Function resource in Oracle Cloud Infrastructure
411434
* :ref:`oracle.oci.oci_functions_function_actions <ansible_collections.oracle.oci.oci_functions_function_actions_module>` -- Perform actions on a Function resource in Oracle Cloud Infrastructure
412435
* :ref:`oracle.oci.oci_functions_function_facts <ansible_collections.oracle.oci.oci_functions_function_facts_module>` -- Fetches details about one or multiple Function resources in Oracle Cloud Infrastructure
436+
* :ref:`oracle.oci.oci_generic_artifacts_content_generic_artifact_content <ansible_collections.oracle.oci.oci_generic_artifacts_content_generic_artifact_content_module>` -- Manage a GenericArtifactContent resource in Oracle Cloud Infrastructure
437+
* :ref:`oracle.oci.oci_generic_artifacts_content_generic_artifact_content_facts <ansible_collections.oracle.oci.oci_generic_artifacts_content_generic_artifact_content_facts_module>` -- Fetches details about a GenericArtifactContent resource in Oracle Cloud Infrastructure
438+
* :ref:`oracle.oci.oci_generic_artifacts_content_generic_artifact_facts <ansible_collections.oracle.oci.oci_generic_artifacts_content_generic_artifact_facts_module>` -- Fetches details about a GenericArtifact resource in Oracle Cloud Infrastructure
413439
* :ref:`oracle.oci.oci_golden_gate_database_registration <ansible_collections.oracle.oci.oci_golden_gate_database_registration_module>` -- Manage a DatabaseRegistration resource in Oracle Cloud Infrastructure
414440
* :ref:`oracle.oci.oci_golden_gate_database_registration_actions <ansible_collections.oracle.oci.oci_golden_gate_database_registration_actions_module>` -- Perform actions on a DatabaseRegistration resource in Oracle Cloud Infrastructure
415441
* :ref:`oracle.oci.oci_golden_gate_database_registration_facts <ansible_collections.oracle.oci.oci_golden_gate_database_registration_facts_module>` -- Fetches details about one or multiple DatabaseRegistration resources in Oracle Cloud Infrastructure
@@ -799,6 +825,7 @@ oracle.oci
799825
* :ref:`oracle.oci.oci_ons_subscription_actions <ansible_collections.oracle.oci.oci_ons_subscription_actions_module>` -- Perform actions on a Subscription resource in Oracle Cloud Infrastructure
800826
* :ref:`oracle.oci.oci_ons_subscription_confirmation_facts <ansible_collections.oracle.oci.oci_ons_subscription_confirmation_facts_module>` -- Fetches details about a SubscriptionConfirmation resource in Oracle Cloud Infrastructure
801827
* :ref:`oracle.oci.oci_ons_subscription_facts <ansible_collections.oracle.oci.oci_ons_subscription_facts_module>` -- Fetches details about one or multiple Subscription resources in Oracle Cloud Infrastructure
828+
* :ref:`oracle.oci.oci_opsi_database_insights <ansible_collections.oracle.oci.oci_opsi_database_insights_module>` -- Manage a DatabaseInsights resource in Oracle Cloud Infrastructure
802829
* :ref:`oracle.oci.oci_opsi_database_insights_actions <ansible_collections.oracle.oci.oci_opsi_database_insights_actions_module>` -- Perform actions on a DatabaseInsights resource in Oracle Cloud Infrastructure
803830
* :ref:`oracle.oci.oci_opsi_database_insights_facts <ansible_collections.oracle.oci.oci_opsi_database_insights_facts_module>` -- Fetches details about one or multiple DatabaseInsights resources in Oracle Cloud Infrastructure
804831
* :ref:`oracle.oci.oci_opsi_enterprise_manager_bridge <ansible_collections.oracle.oci.oci_opsi_enterprise_manager_bridge_module>` -- Manage an EnterpriseManagerBridge resource in Oracle Cloud Infrastructure
@@ -830,6 +857,7 @@ oracle.oci
830857
* :ref:`oracle.oci.oci_opsi_sql_statistics_time_series_by_plan_facts <ansible_collections.oracle.oci.oci_opsi_sql_statistics_time_series_by_plan_facts_module>` -- Fetches details about a SqlStatisticsTimeSeriesByPlan resource in Oracle Cloud Infrastructure
831858
* :ref:`oracle.oci.oci_opsi_sql_statistics_time_series_facts <ansible_collections.oracle.oci.oci_opsi_sql_statistics_time_series_facts_module>` -- Fetches details about a SqlStatisticsTimeSeries resource in Oracle Cloud Infrastructure
832859
* :ref:`oracle.oci.oci_opsi_sql_texts_facts <ansible_collections.oracle.oci.oci_opsi_sql_texts_facts_module>` -- Fetches details about one or multiple SqlTexts resources in Oracle Cloud Infrastructure
860+
* :ref:`oracle.oci.oci_opsi_tablespace_usage_trend_facts <ansible_collections.oracle.oci.oci_opsi_tablespace_usage_trend_facts_module>` -- Fetches details about a TablespaceUsageTrend resource in Oracle Cloud Infrastructure
833861
* :ref:`oracle.oci.oci_optimizer_category_facts <ansible_collections.oracle.oci.oci_optimizer_category_facts_module>` -- Fetches details about one or multiple Category resources in Oracle Cloud Infrastructure
834862
* :ref:`oracle.oci.oci_optimizer_enrollment_status <ansible_collections.oracle.oci.oci_optimizer_enrollment_status_module>` -- Manage an EnrollmentStatus resource in Oracle Cloud Infrastructure
835863
* :ref:`oracle.oci.oci_optimizer_enrollment_status_facts <ansible_collections.oracle.oci.oci_optimizer_enrollment_status_facts_module>` -- Fetches details about one or multiple EnrollmentStatus resources in Oracle Cloud Infrastructure

0 commit comments

Comments
 (0)