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
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,32 @@ All notable changes to this project are documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
-
## 2.1.13 - 2018-06-28
6
+
## 2.1.13 - 2018-07-02
7
7
8
8
### 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
12
12
- Support health status datasources for load balancer, backends, and backend sets
- 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.
13
24
14
25
### 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).
16
27
17
28
### 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).
0 commit comments