Skip to content

Commit 0a87121

Browse files
Initial commit of CHANGELOG for 2.1.0-beta release
1 parent afee509 commit 0a87121

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ 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+
## 2.1.0-beta - 2018-02-26
7+
8+
### Added
9+
- OCI Terraform Provider now uses the [official Go SDK](https://github.com/oracle/oci-go-sdk)
10+
- [Filter](https://github.com/oracle/terraform-provider-oci/blob/master/docs/Filters.md) was added for several data sources.
11+
- New server-side filter fields have been added for some data sources
12+
- Several resources and data sources now allow new fields in their configurations, enabling functionality that was missing in the OCI provider earlier.
13+
14+
The full details of added functionality is available [here](add-link)
15+
16+
### Deprecated
17+
- Several fields that are not supported by the backend services have been deprecated.
18+
19+
The full list of deprecated fields is available [here](add-link)
20+
21+
### Fixed
22+
- Several bug fixes have been made.
23+
24+
The full list of bug fixes is available [here](add-link)
25+
26+
### Notes
27+
- This is a significant update of the OCI Terraform Provider. This is an internal beta release.
28+
- If upgrading from v1, see [this wiki](https://github.com/oracle/terraform-provider-oci/wiki/Oracle-Terraform-Provider-Name-Change) for migration steps.
29+
- See docs for this version [here](https://github.com/oracle/terraform-provider-oci/tree/v2.0.6).
30+
631
## 2.0.6 - 2018-01-08
732

833
### Added

0 commit comments

Comments
 (0)