You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [2.33.0] - 2021-10-20
8
+
9
+
## Added
10
+
- Support for excluding compartments from which hosts should be listed from
11
+
- Support for list and read DeploymentUpgrade, cancel and restore DeploymentBackup in the Golden Gate service
12
+
- Support for the run-once monitor feature and network data collection in the Application Performance Monitoring service
13
+
- Support new response value "OPERATOR" for backup creationType in list and get MDS backup api for Mysql.
14
+
- Support for `object_collection_rule` and `scheduled_task` for LogAnalytics service.
15
+
- Support for `get-auto-upgradable-config` and Additional `install-type` parameter added to List Management Agents, Images and Count operations for Management Agent service.
16
+
- Support for uploading Datapump logs into Object Storage bucket, and filtering Database Objects in the Database Migration service.
17
+
18
+
## Changed
19
+
- Minimum required [OCI Python SDK](https://github.com/oracle/oci-python-sdk) changed to 2.48.0
20
+
21
+
### Breaking
22
+
- Param `is_agent_auto_upgradable` is removed from Management Agent Service.
Copy file name to clipboardExpand all lines: KNOWN_ISSUES.md
+5
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ When using the oci_compute_volume_attachment_facts module, it outputs Linux iscs
7
7
8
8
This issue is fixed in v2.14.0 but only when fetching getting the of a specific volume attachment using volume_attachment_id. Please check [this](https://github.com/oracle/oci-ansible-collection/issues/15) for more details.
9
9
10
+
### oci_nosql_table module is not idempotent
11
+
The nosql service may change the user provided ddl_statement to a functinoally equivalent ddl_statement.
12
+
This can cause future runs of the playbook to fail because the module compares each attribute with existin values and this might cause a mismatch and thus attemps to perform the operation again.
13
+
For create operation, you can get around this problem by using `key_by` module parameter and not having `ddl_statement` in it.
Copy file name to clipboardExpand all lines: docs/collections/index_module.rst
+8
Original file line number
Diff line number
Diff line change
@@ -529,6 +529,7 @@ oracle.oci
529
529
* :ref:`oracle.oci.oci_golden_gate_deployment_backup_actions <ansible_collections.oracle.oci.oci_golden_gate_deployment_backup_actions_module>` -- Perform actions on a DeploymentBackup resource in Oracle Cloud Infrastructure
530
530
* :ref:`oracle.oci.oci_golden_gate_deployment_backup_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_backup_facts_module>` -- Fetches details about one or multiple DeploymentBackup resources in Oracle Cloud Infrastructure
531
531
* :ref:`oracle.oci.oci_golden_gate_deployment_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_facts_module>` -- Fetches details about one or multiple Deployment resources in Oracle Cloud Infrastructure
532
+
* :ref:`oracle.oci.oci_golden_gate_deployment_upgrade_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_upgrade_facts_module>` -- Fetches details about one or multiple DeploymentUpgrade resources in Oracle Cloud Infrastructure
532
533
* :ref:`oracle.oci.oci_healthchecks_health_checks_vantage_point_facts <ansible_collections.oracle.oci.oci_healthchecks_health_checks_vantage_point_facts_module>` -- Fetches details about one or multiple HealthChecksVantagePoint resources in Oracle Cloud Infrastructure
533
534
* :ref:`oracle.oci.oci_healthchecks_http_monitor <ansible_collections.oracle.oci.oci_healthchecks_http_monitor_module>` -- Manage a HttpMonitor resource in Oracle Cloud Infrastructure
534
535
* :ref:`oracle.oci.oci_healthchecks_http_monitor_actions <ansible_collections.oracle.oci.oci_healthchecks_http_monitor_actions_module>` -- Perform actions on a HttpMonitor resource in Oracle Cloud Infrastructure
@@ -668,7 +669,13 @@ oracle.oci
668
669
* :ref:`oracle.oci.oci_log_analytics_log_group_facts <ansible_collections.oracle.oci.oci_log_analytics_log_group_facts_module>` -- Fetches details about one or multiple LogAnalyticsLogGroup resources in Oracle Cloud Infrastructure
669
670
* :ref:`oracle.oci.oci_log_analytics_namespace_actions <ansible_collections.oracle.oci.oci_log_analytics_namespace_actions_module>` -- Perform actions on a Namespace resource in Oracle Cloud Infrastructure
670
671
* :ref:`oracle.oci.oci_log_analytics_namespace_facts <ansible_collections.oracle.oci.oci_log_analytics_namespace_facts_module>` -- Fetches details about one or multiple Namespace resources in Oracle Cloud Infrastructure
672
+
* :ref:`oracle.oci.oci_log_analytics_object_collection_rule <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_module>` -- Manage a LogAnalyticsObjectCollectionRule resource in Oracle Cloud Infrastructure
673
+
* :ref:`oracle.oci.oci_log_analytics_object_collection_rule_actions <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_actions_module>` -- Perform actions on a LogAnalyticsObjectCollectionRule resource in Oracle Cloud Infrastructure
674
+
* :ref:`oracle.oci.oci_log_analytics_object_collection_rule_facts <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_facts_module>` -- Fetches details about one or multiple LogAnalyticsObjectCollectionRule resources in Oracle Cloud Infrastructure
671
675
* :ref:`oracle.oci.oci_log_analytics_recalled_data_facts <ansible_collections.oracle.oci.oci_log_analytics_recalled_data_facts_module>` -- Fetches details about one or multiple RecalledData resources in Oracle Cloud Infrastructure
676
+
* :ref:`oracle.oci.oci_log_analytics_scheduled_task <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_module>` -- Manage a ScheduledTask resource in Oracle Cloud Infrastructure
677
+
* :ref:`oracle.oci.oci_log_analytics_scheduled_task_actions <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_actions_module>` -- Perform actions on a ScheduledTask resource in Oracle Cloud Infrastructure
678
+
* :ref:`oracle.oci.oci_log_analytics_scheduled_task_facts <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_facts_module>` -- Fetches details about one or multiple ScheduledTask resources in Oracle Cloud Infrastructure
672
679
* :ref:`oracle.oci.oci_log_analytics_storage <ansible_collections.oracle.oci.oci_log_analytics_storage_module>` -- Manage a Storage resource in Oracle Cloud Infrastructure
673
680
* :ref:`oracle.oci.oci_log_analytics_storage_facts <ansible_collections.oracle.oci.oci_log_analytics_storage_facts_module>` -- Fetches details about a Storage resource in Oracle Cloud Infrastructure
674
681
* :ref:`oracle.oci.oci_log_analytics_storage_usage_facts <ansible_collections.oracle.oci.oci_log_analytics_storage_usage_facts_module>` -- Fetches details about a StorageUsage resource in Oracle Cloud Infrastructure
@@ -688,6 +695,7 @@ oracle.oci
688
695
* :ref:`oracle.oci.oci_management_agent <ansible_collections.oracle.oci.oci_management_agent_module>` -- Manage a ManagementAgent resource in Oracle Cloud Infrastructure
689
696
* :ref:`oracle.oci.oci_management_agent_actions <ansible_collections.oracle.oci.oci_management_agent_actions_module>` -- Perform actions on a ManagementAgent resource in Oracle Cloud Infrastructure
690
697
* :ref:`oracle.oci.oci_management_agent_aggregation_facts <ansible_collections.oracle.oci.oci_management_agent_aggregation_facts_module>` -- Fetches details about one or multiple ManagementAgentAggregation resources in Oracle Cloud Infrastructure
698
+
* :ref:`oracle.oci.oci_management_agent_auto_upgradable_config_facts <ansible_collections.oracle.oci.oci_management_agent_auto_upgradable_config_facts_module>` -- Fetches details about a AutoUpgradableConfig resource in Oracle Cloud Infrastructure
691
699
* :ref:`oracle.oci.oci_management_agent_availability_history_facts <ansible_collections.oracle.oci.oci_management_agent_availability_history_facts_module>` -- Fetches details about one or multiple AvailabilityHistory resources in Oracle Cloud Infrastructure
692
700
* :ref:`oracle.oci.oci_management_agent_facts <ansible_collections.oracle.oci.oci_management_agent_facts_module>` -- Fetches details about one or multiple ManagementAgent resources in Oracle Cloud Infrastructure
693
701
* :ref:`oracle.oci.oci_management_agent_image_facts <ansible_collections.oracle.oci.oci_management_agent_image_facts_module>` -- Fetches details about one or multiple ManagementAgentImage resources in Oracle Cloud Infrastructure
Copy file name to clipboardExpand all lines: docs/collections/oracle/oci/index.rst
+17-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
Oracle.Oci
5
5
==========
6
6
7
-
Collection version 2.32.0
7
+
Collection version 2.33.0
8
8
9
9
.. toctree::
10
10
:maxdepth:1
@@ -545,6 +545,7 @@ Modules
545
545
* :ref:`oci_golden_gate_deployment_backup_actions <ansible_collections.oracle.oci.oci_golden_gate_deployment_backup_actions_module>` -- Perform actions on a DeploymentBackup resource in Oracle Cloud Infrastructure
546
546
* :ref:`oci_golden_gate_deployment_backup_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_backup_facts_module>` -- Fetches details about one or multiple DeploymentBackup resources in Oracle Cloud Infrastructure
547
547
* :ref:`oci_golden_gate_deployment_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_facts_module>` -- Fetches details about one or multiple Deployment resources in Oracle Cloud Infrastructure
548
+
* :ref:`oci_golden_gate_deployment_upgrade_facts <ansible_collections.oracle.oci.oci_golden_gate_deployment_upgrade_facts_module>` -- Fetches details about one or multiple DeploymentUpgrade resources in Oracle Cloud Infrastructure
548
549
* :ref:`oci_healthchecks_health_checks_vantage_point_facts <ansible_collections.oracle.oci.oci_healthchecks_health_checks_vantage_point_facts_module>` -- Fetches details about one or multiple HealthChecksVantagePoint resources in Oracle Cloud Infrastructure
549
550
* :ref:`oci_healthchecks_http_monitor <ansible_collections.oracle.oci.oci_healthchecks_http_monitor_module>` -- Manage a HttpMonitor resource in Oracle Cloud Infrastructure
550
551
* :ref:`oci_healthchecks_http_monitor_actions <ansible_collections.oracle.oci.oci_healthchecks_http_monitor_actions_module>` -- Perform actions on a HttpMonitor resource in Oracle Cloud Infrastructure
@@ -684,7 +685,13 @@ Modules
684
685
* :ref:`oci_log_analytics_log_group_facts <ansible_collections.oracle.oci.oci_log_analytics_log_group_facts_module>` -- Fetches details about one or multiple LogAnalyticsLogGroup resources in Oracle Cloud Infrastructure
685
686
* :ref:`oci_log_analytics_namespace_actions <ansible_collections.oracle.oci.oci_log_analytics_namespace_actions_module>` -- Perform actions on a Namespace resource in Oracle Cloud Infrastructure
686
687
* :ref:`oci_log_analytics_namespace_facts <ansible_collections.oracle.oci.oci_log_analytics_namespace_facts_module>` -- Fetches details about one or multiple Namespace resources in Oracle Cloud Infrastructure
688
+
* :ref:`oci_log_analytics_object_collection_rule <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_module>` -- Manage a LogAnalyticsObjectCollectionRule resource in Oracle Cloud Infrastructure
689
+
* :ref:`oci_log_analytics_object_collection_rule_actions <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_actions_module>` -- Perform actions on a LogAnalyticsObjectCollectionRule resource in Oracle Cloud Infrastructure
690
+
* :ref:`oci_log_analytics_object_collection_rule_facts <ansible_collections.oracle.oci.oci_log_analytics_object_collection_rule_facts_module>` -- Fetches details about one or multiple LogAnalyticsObjectCollectionRule resources in Oracle Cloud Infrastructure
687
691
* :ref:`oci_log_analytics_recalled_data_facts <ansible_collections.oracle.oci.oci_log_analytics_recalled_data_facts_module>` -- Fetches details about one or multiple RecalledData resources in Oracle Cloud Infrastructure
692
+
* :ref:`oci_log_analytics_scheduled_task <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_module>` -- Manage a ScheduledTask resource in Oracle Cloud Infrastructure
693
+
* :ref:`oci_log_analytics_scheduled_task_actions <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_actions_module>` -- Perform actions on a ScheduledTask resource in Oracle Cloud Infrastructure
694
+
* :ref:`oci_log_analytics_scheduled_task_facts <ansible_collections.oracle.oci.oci_log_analytics_scheduled_task_facts_module>` -- Fetches details about one or multiple ScheduledTask resources in Oracle Cloud Infrastructure
688
695
* :ref:`oci_log_analytics_storage <ansible_collections.oracle.oci.oci_log_analytics_storage_module>` -- Manage a Storage resource in Oracle Cloud Infrastructure
689
696
* :ref:`oci_log_analytics_storage_facts <ansible_collections.oracle.oci.oci_log_analytics_storage_facts_module>` -- Fetches details about a Storage resource in Oracle Cloud Infrastructure
690
697
* :ref:`oci_log_analytics_storage_usage_facts <ansible_collections.oracle.oci.oci_log_analytics_storage_usage_facts_module>` -- Fetches details about a StorageUsage resource in Oracle Cloud Infrastructure
@@ -704,6 +711,7 @@ Modules
704
711
* :ref:`oci_management_agent <ansible_collections.oracle.oci.oci_management_agent_module>` -- Manage a ManagementAgent resource in Oracle Cloud Infrastructure
705
712
* :ref:`oci_management_agent_actions <ansible_collections.oracle.oci.oci_management_agent_actions_module>` -- Perform actions on a ManagementAgent resource in Oracle Cloud Infrastructure
706
713
* :ref:`oci_management_agent_aggregation_facts <ansible_collections.oracle.oci.oci_management_agent_aggregation_facts_module>` -- Fetches details about one or multiple ManagementAgentAggregation resources in Oracle Cloud Infrastructure
714
+
* :ref:`oci_management_agent_auto_upgradable_config_facts <ansible_collections.oracle.oci.oci_management_agent_auto_upgradable_config_facts_module>` -- Fetches details about a AutoUpgradableConfig resource in Oracle Cloud Infrastructure
707
715
* :ref:`oci_management_agent_availability_history_facts <ansible_collections.oracle.oci.oci_management_agent_availability_history_facts_module>` -- Fetches details about one or multiple AvailabilityHistory resources in Oracle Cloud Infrastructure
708
716
* :ref:`oci_management_agent_facts <ansible_collections.oracle.oci.oci_management_agent_facts_module>` -- Fetches details about one or multiple ManagementAgent resources in Oracle Cloud Infrastructure
709
717
* :ref:`oci_management_agent_image_facts <ansible_collections.oracle.oci.oci_management_agent_image_facts_module>` -- Fetches details about one or multiple ManagementAgentImage resources in Oracle Cloud Infrastructure
0 commit comments