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
+26-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,32 @@ 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.16.0] - 2021-2-25
8
+
9
+
### Added
10
+
- Support for [external databases](https://docs.oracle.com/en-us/iaas/Content/Database/Concepts/externaloverview.htm)
11
+
- Support for importing and exporting Management Dashboards.
12
+
- Support for exporting an existing running VM, or a copy of VM, into a VMDK, QCOW2, VDI, VHD, or OCI formatted image in the Compute service
13
+
- Support for platform configurations on instances in the Compute service
14
+
- Support for enabling and disabling Oracle Cloud Agent plugins in the Compute service
15
+
- Support for NG-VPN Multiple Encryption Domain and Public Logging
16
+
- Support for listing available plugins and for getting the status of plugins in the Oracle Cloud Agent service
17
+
- Support for listing errata in the OS Management service
18
+
- Support for returning object metadata and other header information in object modules. Resolves [Github Issue](https://github.com/oracle/oci-ansible-collection/issues/37)
19
+
- Support for load balancer shape update for a BlockchainPlatform
20
+
21
+
### Fixed
22
+
- Issue with re-encrypt object action return value.
23
+
- Issue with inventory plugin generating inventory for instances with multiple vnics having valid hostname_format for secondary vnics but not the primary vnic.
24
+
25
+
### Changed
26
+
- Please update to the latest version of [OCI Python SDK](https://github.com/oracle/oci-python-sdk).
27
+
- Disabled the logs for inventory plugin by default to reduce the noise. Can be enabled using the `debug` flag.
28
+
29
+
### Breaking Changes
30
+
- Parameter idcs_access_token is now required to create a blockchain platform in `oci_blockchain_platform` module
31
+
32
+
7
33
## [2.15.0] - 2021-2-11
8
34
9
35
### Added
@@ -37,7 +63,6 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
37
63
- Sample to create a vlan
38
64
- Sample to create a Private Load Balancer
39
65
- Sample to create public and private DNS
40
-
- Added modules to manage Cloud Guard [Targets](https://docs.oracle.com/en-us/iaas/cloud-guard/using/targets.htm), [Detector Recipes](https://docs.oracle.com/en-us/iaas/cloud-guard/using/detect-recipes.htm) and [Responder Recipes](https://docs.oracle.com/en-us/iaas/cloud-guard/using/respond-recipes.htm)
Copy file name to clipboardexpand all lines: docs/collections/index_module.rst
+13
Original file line number
Diff line number
Diff line change
@@ -105,9 +105,11 @@ oracle.oci
105
105
* :ref:`oracle.oci.oci_compute_image_shape_compatibility_entry_facts <ansible_collections.oracle.oci.oci_compute_image_shape_compatibility_entry_facts_module>` -- Fetches details about one or multiple ImageShapeCompatibilityEntry resources in Oracle Cloud Infrastructure
106
106
* :ref:`oracle.oci.oci_compute_instance <ansible_collections.oracle.oci.oci_compute_instance_module>` -- Manage an Instance resource in Oracle Cloud Infrastructure
107
107
* :ref:`oracle.oci.oci_compute_instance_actions <ansible_collections.oracle.oci.oci_compute_instance_actions_module>` -- Perform actions on an Instance resource in Oracle Cloud Infrastructure
108
+
* :ref:`oracle.oci.oci_compute_instance_agent_instance_agent_available_plugins_facts <ansible_collections.oracle.oci.oci_compute_instance_agent_instance_agent_available_plugins_facts_module>` -- Fetches details about one or multiple InstanceAgentAvailablePlugins resources in Oracle Cloud Infrastructure
108
109
* :ref:`oracle.oci.oci_compute_instance_agent_instance_agent_command <ansible_collections.oracle.oci.oci_compute_instance_agent_instance_agent_command_module>` -- Manage an InstanceAgentCommand resource in Oracle Cloud Infrastructure
109
110
* :ref:`oracle.oci.oci_compute_instance_agent_instance_agent_command_execution_facts <ansible_collections.oracle.oci.oci_compute_instance_agent_instance_agent_command_execution_facts_module>` -- Fetches details about one or multiple InstanceAgentCommandExecution resources in Oracle Cloud Infrastructure
110
111
* :ref:`oracle.oci.oci_compute_instance_agent_instance_agent_command_facts <ansible_collections.oracle.oci.oci_compute_instance_agent_instance_agent_command_facts_module>` -- Fetches details about one or multiple InstanceAgentCommand resources in Oracle Cloud Infrastructure
112
+
* :ref:`oracle.oci.oci_compute_instance_agent_plugin_facts <ansible_collections.oracle.oci.oci_compute_instance_agent_plugin_facts_module>` -- Fetches details about one or multiple Plugin resources in Oracle Cloud Infrastructure
111
113
* :ref:`oracle.oci.oci_compute_instance_console_connection <ansible_collections.oracle.oci.oci_compute_instance_console_connection_module>` -- Manage an InstanceConsoleConnection resource in Oracle Cloud Infrastructure
112
114
* :ref:`oracle.oci.oci_compute_instance_console_connection_facts <ansible_collections.oracle.oci.oci_compute_instance_console_connection_facts_module>` -- Fetches details about one or multiple InstanceConsoleConnection resources in Oracle Cloud Infrastructure
113
115
* :ref:`oracle.oci.oci_compute_instance_console_history <ansible_collections.oracle.oci.oci_compute_instance_console_history_module>` -- Manage an InstanceConsoleHistory resource in Oracle Cloud Infrastructure
@@ -245,6 +247,14 @@ oracle.oci
245
247
* :ref:`oracle.oci.oci_database_exadata_infrastructure <ansible_collections.oracle.oci.oci_database_exadata_infrastructure_module>` -- Manage an ExadataInfrastructure resource in Oracle Cloud Infrastructure
246
248
* :ref:`oracle.oci.oci_database_exadata_infrastructure_actions <ansible_collections.oracle.oci.oci_database_exadata_infrastructure_actions_module>` -- Perform actions on an ExadataInfrastructure resource in Oracle Cloud Infrastructure
247
249
* :ref:`oracle.oci.oci_database_exadata_infrastructure_facts <ansible_collections.oracle.oci.oci_database_exadata_infrastructure_facts_module>` -- Fetches details about one or multiple ExadataInfrastructure resources in Oracle Cloud Infrastructure
250
+
* :ref:`oracle.oci.oci_database_external_container_database <ansible_collections.oracle.oci.oci_database_external_container_database_module>` -- Manage an ExternalContainerDatabase resource in Oracle Cloud Infrastructure
251
+
* :ref:`oracle.oci.oci_database_external_container_database_facts <ansible_collections.oracle.oci.oci_database_external_container_database_facts_module>` -- Fetches details about one or multiple ExternalContainerDatabase resources in Oracle Cloud Infrastructure
252
+
* :ref:`oracle.oci.oci_database_external_database_connector <ansible_collections.oracle.oci.oci_database_external_database_connector_module>` -- Manage an ExternalDatabaseConnector resource in Oracle Cloud Infrastructure
253
+
* :ref:`oracle.oci.oci_database_external_database_connector_facts <ansible_collections.oracle.oci.oci_database_external_database_connector_facts_module>` -- Fetches details about one or multiple ExternalDatabaseConnector resources in Oracle Cloud Infrastructure
254
+
* :ref:`oracle.oci.oci_database_external_non_container_database <ansible_collections.oracle.oci.oci_database_external_non_container_database_module>` -- Manage an ExternalNonContainerDatabase resource in Oracle Cloud Infrastructure
255
+
* :ref:`oracle.oci.oci_database_external_non_container_database_facts <ansible_collections.oracle.oci.oci_database_external_non_container_database_facts_module>` -- Fetches details about one or multiple ExternalNonContainerDatabase resources in Oracle Cloud Infrastructure
256
+
* :ref:`oracle.oci.oci_database_external_pluggable_database <ansible_collections.oracle.oci.oci_database_external_pluggable_database_module>` -- Manage an ExternalPluggableDatabase resource in Oracle Cloud Infrastructure
257
+
* :ref:`oracle.oci.oci_database_external_pluggable_database_facts <ansible_collections.oracle.oci.oci_database_external_pluggable_database_facts_module>` -- Fetches details about one or multiple ExternalPluggableDatabase resources in Oracle Cloud Infrastructure
248
258
* :ref:`oracle.oci.oci_database_flex_component_facts <ansible_collections.oracle.oci.oci_database_flex_component_facts_module>` -- Fetches details about one or multiple FlexComponentCollection resources in Oracle Cloud Infrastructure
249
259
* :ref:`oracle.oci.oci_database_gi_version_facts <ansible_collections.oracle.oci.oci_database_gi_version_facts_module>` -- Fetches details about one or multiple GiVersion resources in Oracle Cloud Infrastructure
250
260
* :ref:`oracle.oci.oci_database_key_store <ansible_collections.oracle.oci.oci_database_key_store_module>` -- Manage a KeyStore resource in Oracle Cloud Infrastructure
@@ -438,6 +448,7 @@ oracle.oci
438
448
* :ref:`oracle.oci.oci_management_agent_install_key_content_facts <ansible_collections.oracle.oci.oci_management_agent_install_key_content_facts_module>` -- Fetches details about a ManagementAgentInstallKeyContent resource in Oracle Cloud Infrastructure
439
449
* :ref:`oracle.oci.oci_management_agent_install_key_facts <ansible_collections.oracle.oci.oci_management_agent_install_key_facts_module>` -- Fetches details about one or multiple ManagementAgentInstallKey resources in Oracle Cloud Infrastructure
440
450
* :ref:`oracle.oci.oci_management_agent_plugin_facts <ansible_collections.oracle.oci.oci_management_agent_plugin_facts_module>` -- Fetches details about one or multiple ManagementAgentPlugin resources in Oracle Cloud Infrastructure
451
+
* :ref:`oracle.oci.oci_management_dashboard_actions <ansible_collections.oracle.oci.oci_management_dashboard_actions_module>` -- Perform actions on a ManagementDashboard resource in Oracle Cloud Infrastructure
441
452
* :ref:`oracle.oci.oci_marketplace_accepted_agreement <ansible_collections.oracle.oci.oci_marketplace_accepted_agreement_module>` -- Manage an AcceptedAgreement resource in Oracle Cloud Infrastructure
442
453
* :ref:`oracle.oci.oci_marketplace_accepted_agreement_facts <ansible_collections.oracle.oci.oci_marketplace_accepted_agreement_facts_module>` -- Fetches details about one or multiple AcceptedAgreement resources in Oracle Cloud Infrastructure
443
454
* :ref:`oracle.oci.oci_marketplace_agreement_facts <ansible_collections.oracle.oci.oci_marketplace_agreement_facts_module>` -- Fetches details about one or multiple Agreement resources in Oracle Cloud Infrastructure
@@ -627,11 +638,13 @@ oracle.oci
627
638
* :ref:`oracle.oci.oci_os_management_available_software_source_facts <ansible_collections.oracle.oci.oci_os_management_available_software_source_facts_module>` -- Fetches details about one or multiple AvailableSoftwareSource resources in Oracle Cloud Infrastructure
628
639
* :ref:`oracle.oci.oci_os_management_available_update_facts <ansible_collections.oracle.oci.oci_os_management_available_update_facts_module>` -- Fetches details about one or multiple AvailableUpdate resources in Oracle Cloud Infrastructure
629
640
* :ref:`oracle.oci.oci_os_management_available_windows_update_facts <ansible_collections.oracle.oci.oci_os_management_available_windows_update_facts_module>` -- Fetches details about one or multiple AvailableWindowsUpdate resources in Oracle Cloud Infrastructure
641
+
* :ref:`oracle.oci.oci_os_management_errata_facts <ansible_collections.oracle.oci.oci_os_management_errata_facts_module>` -- Fetches details about one or multiple Errata resources in Oracle Cloud Infrastructure
630
642
* :ref:`oracle.oci.oci_os_management_erratum_facts <ansible_collections.oracle.oci.oci_os_management_erratum_facts_module>` -- Fetches details about a Erratum resource in Oracle Cloud Infrastructure
631
643
* :ref:`oracle.oci.oci_os_management_installable_package_facts <ansible_collections.oracle.oci.oci_os_management_installable_package_facts_module>` -- Fetches details about one or multiple InstallablePackage resources in Oracle Cloud Infrastructure
632
644
* :ref:`oracle.oci.oci_os_management_installed_package_facts <ansible_collections.oracle.oci.oci_os_management_installed_package_facts_module>` -- Fetches details about one or multiple InstalledPackage resources in Oracle Cloud Infrastructure
633
645
* :ref:`oracle.oci.oci_os_management_installed_windows_update_facts <ansible_collections.oracle.oci.oci_os_management_installed_windows_update_facts_module>` -- Fetches details about one or multiple InstalledWindowsUpdate resources in Oracle Cloud Infrastructure
634
646
* :ref:`oracle.oci.oci_os_management_managed_instance_actions <ansible_collections.oracle.oci.oci_os_management_managed_instance_actions_module>` -- Perform actions on a ManagedInstance resource in Oracle Cloud Infrastructure
647
+
* :ref:`oracle.oci.oci_os_management_managed_instance_erratum_facts <ansible_collections.oracle.oci.oci_os_management_managed_instance_erratum_facts_module>` -- Fetches details about one or multiple ManagedInstanceErratum resources in Oracle Cloud Infrastructure
635
648
* :ref:`oracle.oci.oci_os_management_managed_instance_facts <ansible_collections.oracle.oci.oci_os_management_managed_instance_facts_module>` -- Fetches details about one or multiple ManagedInstance resources in Oracle Cloud Infrastructure
636
649
* :ref:`oracle.oci.oci_os_management_managed_instance_group <ansible_collections.oracle.oci.oci_os_management_managed_instance_group_module>` -- Manage a ManagedInstanceGroup resource in Oracle Cloud Infrastructure
637
650
* :ref:`oracle.oci.oci_os_management_managed_instance_group_actions <ansible_collections.oracle.oci.oci_os_management_managed_instance_group_actions_module>` -- Perform actions on a ManagedInstanceGroup resource in Oracle Cloud Infrastructure
0 commit comments