Skip to content

Commit ceb9fdc

Browse files
committed
Adding Changelog entry for 2.1.5
1 parent e2e5528 commit ceb9fdc

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,49 @@ All notable changes to this project are documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

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+
619
## 2.1.4 - 2018-04-09
720

8-
## Added
21+
### Added
922
- 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).
1023

1124
## 2.1.3 - 2018-03-29
1225

13-
## Added
26+
### Added
1427
- Added export set resource to File Storage Service. Users can now update FSSTAT related parameters on the export set resource.
1528

16-
## Notes
29+
### Notes
1730
- 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.
1831

1932
## 2.1.2 - 2018-03-26
2033

21-
## Added
34+
### Added
2235
- File Storage Service: Allows management of NFS filesystems, mount targets, exports, and snapshots. (#440)
2336
More details can be found [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/file_storage).
2437
- 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)
2538
- Load Balancer Listeners: Added [connection_configuration](https://github.com/oracle/terraform-provider-oci/blob/master/docs/load_balancer/listeners.md) attribute for specifying idle timeouts. (#425)
2639
- Instance Principals: Allows Terraform OCI provider running within an authorized instance to reach Oracle Cloud Infrastructure services.
2740
More details can be found [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/Writing%20Terraform%20configurations%20for%20OCI.md).
2841

29-
## Fixed
42+
### Fixed
3043
- Load Balancer Certificates: `passphrase` and `private_key` attributes are now marked as Sensitive. (#447)
3144
- Load Balancer work request failures now include extra error details from the service.
3245

3346
## 2.1.1 - 2018-03-14
3447

35-
## Fixed
48+
### Fixed
3649
- 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.
3750
- Instances: Add missing state field to datasource.
3851

0 commit comments

Comments
 (0)