Skip to content

Commit f3b6a22

Browse files
committed
Finalize changelog and release for version v3.34.0
1 parent 25fce52 commit f3b6a22

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
## 3.34.0 (Unreleased)
22

33
### Added
4-
- Support for functions as a service
4+
- Support for Functions as a service
55
- 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.
77
- 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
99
- 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
1012
- 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
1315
- Support for moving `core_instance` resources across compartments
14-
- Support for LBaaS Cookie Insertion (Sticky Cookie)
1516
- Support for moving `identity_compartment` resource tree across compartments
1617
- 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
1918

2019
### 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.
2320
- Removing deprecated fields that have no current valid use
2421
- We are removing page and limit in list operations that are obsolete in terraform because of our pagination logic
2522
- 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.
4037
- Support for Granular Security Lists using Network Security Group
4138
- Support for Granular Security Lists in Load Balancer
4239
- 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
44+
that are maps of string values.
4345

4446
## 3.32.0 (July 03, 2019)
4547

oci/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77
)
88

9-
const Version = "3.33.0"
9+
const Version = "3.34.0"
1010

1111
func PrintVersion() {
1212
log.Printf("[INFO] terraform-provider-oci %s\n", Version)

0 commit comments

Comments
 (0)