Skip to content

Commit 3caaef7

Browse files
Merge pull request #392 from oracle/release2.0.5
CHANGELOG.md changes for 2.0.5 release
2 parents a1b1bd4 + 522d4ce commit 3caaef7

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,21 @@ All notable changes to this project will be documented in this file.
33

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

6-
## Unreleased
6+
## 2.0.5 - 2017-12-14
77

88
### Added
9-
- Support for security list rule source port ranges (#340). This can be specified in "tcp_options" and "udp_options" using "source_port_range".
9+
- Enhanced security options by adding support for source port range under security list rules. This can be specified in "tcp_options" and "udp_options" (#340).
10+
- Allow configuration of default resources under VCNs (#374). See more details about this feature [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/Managing%20Default%20Resources.md).
11+
12+
### Fixed
13+
- Fixed bug wherein policy was not destroyed and recreated when compartment is changed (#389)
14+
- Fixed errors with terraform import because of missing vcn_id in `*.tfstate` files (internet_gateway, route_tables, dhcp_options) (#388, #379)
15+
- Fixed error where same retry token was being used for multiple requests in some development environments when auto retries were activated (Issue #170)
16+
17+
### Notes
18+
- Code refactoring was done as part of this release. Go source file names have changed, the `provider` directory has been added. Should not impact the users in any way.
19+
- If upgrading from v1, see [this wiki](https://github.com/oracle/terraform-provider-oci/wiki/Oracle-Terraform-Provider-Name-Change) for migration steps.
20+
- See docs for this version [here](https://github.com/oracle/terraform-provider-oci/tree/v2.0.4).
1021

1122
## 2.0.4 - 2017-11-2
1223

0 commit comments

Comments
 (0)