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
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,22 @@
1
1
## 3.34.0 (Unreleased)
2
2
3
3
### Added
4
-
- Support for functions as a service
4
+
- Support for Functions as a service
5
5
- Support for adding resource limits to compartments
6
-
- Support for Kms support for Cross-region backup copy in Block Storage.
6
+
- Support for KMS encryption key for Cross-region backup copy in Block Storage.
7
7
- Support for exposing KmsKeyId on backups in Block Storage.
8
-
- Support for Permitted Methods Feature in LBaaS
8
+
- Support for Permitted Methods feature in LBaaS
9
9
- Support for VCN access control lists via `load_balancer_rule_set`
10
+
- Support for LBaaS Cookie Insertion (Sticky Cookie)
11
+
- Support for VCN Transit Routing to Oracle Services via Service Gateways
10
12
- Support for moving `ons_notification_topic`, `ons_subscription` resources across compartments
11
-
- Support for moving `oci_load_balancer` across compartments
12
-
- Support for moving `oci_kms_key` and `oci_kms_vault`Across Compartments
13
+
- Support for moving `oci_load_balancer`resources across compartments
14
+
- Support for moving `oci_kms_key` and `oci_kms_vault`resources across compartments
13
15
- Support for moving `core_instance` resources across compartments
14
-
- Support for LBaaS Cookie Insertion (Sticky Cookie)
15
16
- Support for moving `identity_compartment` resource tree across compartments
16
17
- Support for moving `dns_zone` and `dns_steering_policy` resources across compartments
17
-
- Support in autonomous database and object data sources for encoding downloaded binary content as base64. This works around behavior in Terraform v0.12 that could cause binary content to be corrupted if written directly to state.
18
-
- Support for VCN Transit Routing to Oracle Services via Service Gateways
19
18
20
19
### Fixed
21
-
- Address panics caused by invalid type assertions in object map conversion. This could potentially affect attributes
22
-
that are maps of string values.
23
20
- Removing deprecated fields that have no current valid use
24
21
- We are removing page and limit in list operations that are obsolete in terraform because of our pagination logic
25
22
- We are also removing deprecated "time_modified" fields that are not being populated from the following resources:
@@ -40,6 +37,11 @@ that are maps of string values.
40
37
- Support for Granular Security Lists using Network Security Group
41
38
- Support for Granular Security Lists in Load Balancer
42
39
- Support for Network Security Groups in databases
40
+
- Support in autonomous database and object data sources for encoding downloaded binary content as base64. This works around behavior in Terraform v0.12 that could cause binary content to be corrupted if written directly to state.
41
+
42
+
### Fixed
43
+
- Address panics caused by invalid type assertions in object map conversion. This could potentially affect attributes
0 commit comments