Skip to content

Commit b74332c

Browse files
author
Sushant Borse
authored
Merge pull request #51 from oracle/release_2.16.0_2021-02-25-12-19-29
Releasing version 2.16.0
2 parents dbfc3cc + 007e3ca commit b74332c

File tree

859 files changed

+22371
-2166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

859 files changed

+22371
-2166
lines changed

CHANGELOG.md

+26-1
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.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+
733
## [2.15.0] - 2021-2-11
834

935
### Added
@@ -37,7 +63,6 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
3763
- Sample to create a vlan
3864
- Sample to create a Private Load Balancer
3965
- 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)
4166

4267
### Fixed
4368
- Issue https://github.com/oracle/oci-ansible-collection/issues/15

docs/collections/index_module.rst

+13
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,11 @@ oracle.oci
105105
* :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
106106
* :ref:`oracle.oci.oci_compute_instance <ansible_collections.oracle.oci.oci_compute_instance_module>` -- Manage an Instance resource in Oracle Cloud Infrastructure
107107
* :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
108109
* :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
109110
* :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
110111
* :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
111113
* :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
112114
* :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
113115
* :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
245247
* :ref:`oracle.oci.oci_database_exadata_infrastructure <ansible_collections.oracle.oci.oci_database_exadata_infrastructure_module>` -- Manage an ExadataInfrastructure resource in Oracle Cloud Infrastructure
246248
* :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
247249
* :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
248258
* :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
249259
* :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
250260
* :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
438448
* :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
439449
* :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
440450
* :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
441452
* :ref:`oracle.oci.oci_marketplace_accepted_agreement <ansible_collections.oracle.oci.oci_marketplace_accepted_agreement_module>` -- Manage an AcceptedAgreement resource in Oracle Cloud Infrastructure
442453
* :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
443454
* :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
627638
* :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
628639
* :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
629640
* :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
630642
* :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
631643
* :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
632644
* :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
633645
* :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
634646
* :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
635648
* :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
636649
* :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
637650
* :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

Comments
 (0)