You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
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).
0 commit comments