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
+24
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,30 @@ 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.18.0] - 2021-03-25
8
+
9
+
## Added
10
+
11
+
- Support change compartment for all the supported services (except database)
12
+
- Support for [Database groups](https://docs.oracle.com/en-us/iaas/database-management/doc/create-and-use-database-groups.html) in Database management service
13
+
- Support for Routing Policies in Load Balancer Service
14
+
- Support for Auto-Scale Configs in Big Data Service
15
+
- Support for Log Analytics Log groups and entities
16
+
- Support for File System Service Clones Feature
17
+
- Support for enabling disabling message map flag on SCH Service
18
+
- Support for SMS subscriptions through the Oracle Cloud Infrastructure Notifications service
19
+
- Support for searching OCI resources in another tenancy
20
+
- Support updating OCE instance usage type
21
+
- Support for private clusters to the Container Engine for Kubernetes service
22
+
- Modules `oci_opsi_database_insights_facts` and `oci_opsi_sql_searches_facts` in opsi service
23
+
24
+
### Changed
25
+
- Please update to the latest version of [OCI Python SDK](https://github.com/oracle/oci-python-sdk)
26
+
27
+
### Deprecated:
28
+
- Module `oci_apigateway_waas_certificate_facts` is deprecated use `oci_apigateway_certificate_facts` instead
29
+
- Module `oci_apigateway_waas_certificate` is deprecated use `oci_apigateway_certificate` instead
Copy file name to clipboardexpand all lines: docs/collections/oracle/oci/oci_analytics_instance_actions_module.rst
+30-6
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_analytics_instance_actions -- Perform actions on an AnalyticsInst
20
20
.. Collection note
21
21
22
22
.. note::
23
-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.17.0).
23
+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
24
24
25
25
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
26
26
@@ -43,6 +43,7 @@ Synopsis
43
43
.. Description
44
44
45
45
- Perform actions on an AnalyticsInstance resource in Oracle Cloud Infrastructure
46
+
- For *action=change_compartment*, change the compartment of an Analytics instance. The operation is long-running and creates a new WorkRequest.
46
47
- For *action=change_analytics_instance_network_endpoint*, change an Analytics instance network endpoint. The operation is long-running and creates a new WorkRequest.
47
48
- For *action=scale*, scale an Analytics instance up or down. The operation is long-running and creates a new WorkRequest.
48
49
- For *action=start*, starts the specified Analytics instance. The operation is long-running and creates a new WorkRequest.
Copy file name to clipboardexpand all lines: docs/collections/oracle/oci/oci_analytics_instance_module.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ oracle.oci.oci_analytics_instance -- Manage an AnalyticsInstance resource in Ora
20
20
.. Collection note
21
21
22
22
.. note::
23
-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.17.0).
23
+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.18.0).
24
24
25
25
To install it use: :code:`ansible-galaxy collection install oracle.oci`.
26
26
@@ -44,7 +44,7 @@ Synopsis
44
44
45
45
- This module allows the user to create, update and delete an AnalyticsInstance resource in Oracle Cloud Infrastructure
46
46
- For *state=present*, create a new AnalyticsInstance in the specified compartment. The operation is long-running and creates a new WorkRequest.
47
-
- This resource has the following action operations in the :ref:`oci_analytics_instance_actions <ansible_collections.oci_analytics_instance_actions_module>` module: change_analytics_instance_network_endpoint, scale, start, stop.
47
+
- This resource has the following action operations in the :ref:`oci_analytics_instance_actions <ansible_collections.oci_analytics_instance_actions_module>` module: change_compartment, change_analytics_instance_network_endpoint, scale, start, stop.
0 commit comments