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
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,38 @@
1
+
## 3.34.0 (Unreleased)
2
+
3
+
### Added
4
+
- Support for Functions as a service
5
+
- Support for adding resource limits to compartments
6
+
- Support for KMS encryption key for Cross-region backup copy in Block Storage.
7
+
- Support for exposing KmsKeyId on backups in Block Storage.
8
+
- Support for Permitted Methods feature in LBaaS
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
12
+
- Support for moving `ons_notification_topic`, `ons_subscription` resources 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
15
+
- Support for moving `core_instance` resources across compartments
16
+
- Support for moving `identity_compartment` resource tree across compartments
17
+
- Support for moving `dns_zone` and `dns_steering_policy` resources across compartments
18
+
19
+
### Fixed
20
+
- Removing deprecated fields that have no current valid use
21
+
- We are removing page and limit in list operations that are obsolete in terraform because of our pagination logic
22
+
- We are also removing deprecated "time_modified" fields that are not being populated from the following resources:
23
+
- core_internet_gateway
24
+
- core_route_table
25
+
- identity_compartment
26
+
- identity_group
27
+
- identity_policy
28
+
- identity_user
29
+
- Removing deprecated field `time_state_modifed` from data source `oci_core_ip_sec_connection_device_status`. `time_state_modified` should be used instead
30
+
- Removing deprecated fields `content-length` and `content-type` from data source `oci_objectstorage_object_head`. `content_length` and `content_type` should be used instead
31
+
- Removing `compartment_id` from resource `oci_core_drg_attachment` as an Optional field as the service does not accept it. The compartment of the VCN is the one used by the service. Keeping it as a computed field.
32
+
- Removing deprecated field `db_data_size_in_mbs` from resource `oci_database_backup`. `database_size_in_gbs` should be used instead
33
+
- Fixed `extended_metadata` field in `oci_core_instance` to correctly handle JSON [Issue #817](https://github.com/terraform-providers/terraform-provider-oci/issues/817)
34
+
- Consistently use the new `oci_core_vcn` rather than the legacy `oci_core_virtual_network` resource for VCN in examples
0 commit comments