Skip to content

Commit 522d4ce

Browse files
CHANGELOG.md changes for 2.0.5 release
1 parent 20f4201 commit 522d4ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66
## 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".
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)
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).
1111

1212
### Fixed
1313
- Fixed bug wherein policy was not destroyed and recreated when compartment is changed (#389)
1414
- 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)
1516

1617
### Notes
1718
- 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.

0 commit comments

Comments
 (0)