Skip to content

Commit bd94a9e

Browse files
committed
changelog entry for 2.1.15 and minor changes to the 2.1.14 entry
1 parent cf06dc7 commit bd94a9e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@ 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.14 - 2018-07-12
6+
## 2.1.15 - 2018-07-13
7+
8+
### Fixed
9+
- Fix for route_rules update in oci_core_route_table after having a service gateway rule as part of the rules
10+
11+
## 2.1.14 - 2018-07-13
712

813
### Added
9-
- Ability to create and manage email approved senders, suppressions, and smtp credentials
14+
- Ability to create and manage email approved senders, suppressions, and SMTP credentials
1015
- Adding Service Gateway resource and data source, update Route Table and Security List
1116
- Add Audit service configuration resource
1217
- Support Identity Federation
1318

1419
### Changed
15-
- Default timeout changed from 5 minutes to 15 minutes to accommodate more resources that don't time out quicker
20+
- Users may notice larger diffs for Security List's `ingress_security_rules`, `egress_security_rules` and Route Table's `route_rules`. The internal representation has been changed from Lists to Sets, which results in unexpected but innocuous Terraform behavior. See this issue for discussion: https://github.com/hashicorp/terraform/issues/15180
21+
- Default timeout changed from 5 minutes to 15 minutes to accommodate some resources that may take longer to succeed
1622
- Ability to update compartment of an Object Storage Bucket
17-
- Updating Database data source to support tags
23+
- Updated Database data source to support tags
1824

1925
### Fixed
20-
- Fixing delete behavior on Load Balancer resources for failed work requests
21-
26+
- Delete behavior fixed on Load Balancer resources for failed work requests
2227

2328
## 2.1.13 - 2018-07-02
2429

0 commit comments

Comments
 (0)