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-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,27 @@
1
-
## 3.46.1 (Unreleased)
1
+
## 3.48.0 (Unreleased)
2
+
3
+
### Added
4
+
- Support for Oracle Digital Assistant
5
+
6
+
### Deprecated
7
+
- Instances: The `hostname_label` and `subnet_id` attributes are now deprecated. Please use the `hostname_label` and `subnet_id` attributes under `create_vnic_details`.
8
+
9
+
### Fixed
10
+
- Update for whitelisted ips in `oci_autonomous_database`
11
+
12
+
## 3.47.0 (October 09, 2019)
13
+
14
+
### Added
15
+
- Support for Audit v2 enhancements. Note: `oci_audit_events` data source schema is updated
16
+
- Support for specifying network_type in `launch_options` for the `core_instance` resource
17
+
- Support for `home_region` and `time_created` attributes in health_checks resources and datasources
18
+
- Support for custom scheduled backup policies in Block Storage
19
+
- Support for importing `oci_load_balancer_certificate` resource
20
+
21
+
### Notes
22
+
Starting with this version, newly created load balancer certificates will have an `id` in the form of `loadBalancers/{loadBalancerId}/certificates/{certificateName}`.
23
+
Load balancer certificates created with previous versions and upgrading to this version will continue to store `id` in the form of `{certificateName}`.
0 commit comments