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
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,36 +3,49 @@ All notable changes to this project are documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## 2.1.5 - 2018-04-12
7
+
8
+
### Added
9
+
- New features for Instances
10
+
- Add “preserve_boot_volume” attribute for preserving attached boot volume on destroy.
11
+
- Add “source_details” attribute for specifying either an image or an existing boot volume when launching.
12
+
- More details can be found [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/core/instances.md).
13
+
- Added support for Local VCN Peering. More details can be found [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/core/local_peering_gateways.md).
14
+
- DNS service integration: adds Zone and Record resources, datasources, documentation and basic examples. More details can be found [here](https://github.com/oracle/terraform-provider-oci/tree/master/docs/dns).
15
+
16
+
### Deprecated
17
+
- Instances: The “image” attribute is now deprecated. Please use the “source_details” with “source_type” set to “image” instead.
18
+
6
19
## 2.1.4 - 2018-04-09
7
20
8
-
## Added
21
+
###Added
9
22
- Add support for Public IPs. More details can be found [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/core/public_ips.md).
10
23
11
24
## 2.1.3 - 2018-03-29
12
25
13
-
## Added
26
+
###Added
14
27
- Added export set resource to File Storage Service. Users can now update FSSTAT related parameters on the export set resource.
15
28
16
-
## Notes
29
+
###Notes
17
30
- Support a new resource name for load balancer backend set that is consistent with other resources. The new name is 'oci_load_balancer_backend_set'. The previous usage of 'oci_load_balancer_backendset' is still supported.
18
31
19
32
## 2.1.2 - 2018-03-26
20
33
21
-
## Added
34
+
###Added
22
35
- File Storage Service: Allows management of NFS filesystems, mount targets, exports, and snapshots. (#440)
23
36
More details can be found [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/file_storage).
24
37
- Load Balancer PathRouteSets: Added support for load balancer request routing using [path route sets](https://github.com/oracle/terraform-provider-oci/blob/master/docs/load_balancer/path_route_sets.md). (#434)
- Instance Principals: Allows Terraform OCI provider running within an authorized instance to reach Oracle Cloud Infrastructure services.
27
40
More details can be found [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/Writing%20Terraform%20configurations%20for%20OCI.md).
28
41
29
-
## Fixed
42
+
###Fixed
30
43
- Load Balancer Certificates: `passphrase` and `private_key` attributes are now marked as Sensitive. (#447)
31
44
- Load Balancer work request failures now include extra error details from the service.
32
45
33
46
## 2.1.1 - 2018-03-14
34
47
35
-
## Fixed
48
+
###Fixed
36
49
- VolumeAttachment: Handle unsupported attachment types. If an unsupported attachment type is returned by the service, the SDK's base interface is used to populate common fields.
37
50
- Instances: Add missing state field to datasource.
0 commit comments