Skip to content

Commit 2cca4f1

Browse files
committed
Changelog for 2.2.0 release
1 parent 714bcff commit 2cca4f1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ 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.2.0 - 2018-08-09
7+
8+
### Fixed
9+
- Fix to security lists to avoid diffs after an apply in certain cases (#565)
10+
11+
### Added
12+
- Support Audit Events Data Source
13+
- Support for export options in the File Storage service for improved access controls
14+
- Support for tagging on Load Balancer Resource. See [Tagging Resources](https://github.com/oracle/terraform-provider-oci/blob/master/docs/Tagging%20Resources.md)
15+
- Support for large integers (int64) on `oci_core_volume.size_in_gbs`, `load_balancer_listener.idle_timeout_in_seconds`, `oci_file_storage_export_set.max_fs_stat_bytes`, and `oci_file_storage_export_set.max_fs_stat_files` inputs
16+
- Include additional exported attributes related to computed sizes in [VolumeGroup](https://github.com/oracle/terraform-provider-oci/blob/master/docs/core/volume_groups.md) and [VolumeGroupBackup](https://github.com/oracle/terraform-provider-oci/blob/master/docs/core/volume_group_backups.md)
17+
18+
### Notes
19+
- This release updates the OCI Provider code dependencies to Terraform v0.11.7, the result is that users with Terraform binary versions earlier than v0.10.1 will need to update--we recommend using the latest 0.11.x binary
20+
621
## 2.1.17 - 2018-08-02
722

823
### Fixed

provider/core_volume_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ import (
77
"fmt"
88
"testing"
99

10+
"regexp"
11+
1012
"github.com/hashicorp/terraform/helper/resource"
1113
"github.com/hashicorp/terraform/terraform"
1214
"github.com/oracle/oci-go-sdk/common"
1315
oci_core "github.com/oracle/oci-go-sdk/core"
14-
"regexp"
1516
)
1617

1718
const (

0 commit comments

Comments
 (0)