Skip to content

Commit 35a5d43

Browse files
author
ccushing
committed
Changelog for 2.1.13 release
1 parent f152982 commit 35a5d43

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,32 @@ 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.13 - 2018-06-28
6+
## 2.1.13 - 2018-07-02
77

88
### Added
9-
- Support to specify the [storage tier](https://docs.cloud.oracle.com/iaas/Content/Object/Tasks/managingbuckets.htm) of object storage buckets
10-
- Support to change the `name` of object storage objects.
11-
- Support to specify `delimiter` when fetching objectstore objects
9+
- Add defined and freeform tags to applicable resources, see [Tagging Resources](https://github.com/oracle/terraform-provider-oci/blob/master/docs/Tagging%20Resources.md)
10+
- Manage defined tags
11+
- Filter by tags in data sources
1212
- Support health status datasources for load balancer, backends, and backend sets
13+
- Object Storage Buckets supports [storage tier](https://docs.cloud.oracle.com/iaas/Content/Object/Tasks/managingbuckets.htm) settings.
14+
- Object Storage Objects can be renamed.
15+
- Object Storage Objects data source supports specifying a `delimiter`.
16+
- DBsystems supports update. This allows scaling up the cpu_core_count in and the data_storage_size_in_gb.
17+
- Create backups from a database.
18+
- Support creating a DBSystem from a Database backup.
19+
- Support db_system_id for db_versions data source.
20+
- The db_system_shapes data source results now include information about max/min node count, and min core count supported by the relevant shape.
21+
- Assign backup policies to volumes.
22+
- Support additional ways of finding a Public IP via custom Public IP data source.
23+
- Ability to create and manage console connections.
1324

1425
### Changed
15-
- All attributes other than `name` of object storage objects are now marked `forceNew`. This is consistent with the behavior of the service as defined [here](https://docs.cloud.oracle.com/iaas/api/#/en/objectstorage/20160918/Object/PutObject)
26+
- Object Storage Object's attributes other than `name` are now marked `forceNew`. This is consistent with the behavior of the service as defined [here](https://docs.cloud.oracle.com/iaas/api/#/en/objectstorage/20160918/Object/PutObject).
1627

1728
### Fixed
18-
- Multiple updates on metadata of object used to cause contents of the file to get overwritten by its md5 value.
29+
- Multiple updates on Object Storage Object's metadata used to cause contents of the file to get overwritten by its md5 value.
30+
- DBSystems cpu_core_count was made optional as the service ignores it when you provide a VM shape. [#517](https://github.com/oracle/terraform-provider-oci/issues/517), [#539](https://github.com/oracle/terraform-provider-oci/issues/539).
31+
1932

2033
## 2.1.12 - 2018-06-14
2134

0 commit comments

Comments
 (0)