Skip to content

Commit 6cb4462

Browse files
Finalize changelog and release for version v6.34.0
1 parent 1191456 commit 6cb4462

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 6.34.0 (Unreleased)
2+
3+
### Added
4+
- Support for New API header property to support Dry Run of Function Invocation
5+
- Support for Phase 2 - Add ZeroETL as a resource in Golden Gate Cloud Service
6+
- Support for Ekm-Xrr
7+
- Support for Connector Source/Targets with Private Endpoints
8+
- Support for VCNIP - IP Lifetime support and related feature
9+
- Support for ML Application Service
10+
- Support for Stack Monitoring:Telegraf and Collectd Resources Import
11+
- Support for New OCI Native Service - Lustre File Service (LFS)
12+
- ECPU Support for OPSI Warehouses
13+
### Bug Fix
14+
- BDS Bug Fixes
15+
Issue with Creating Autonomous Database Disaster Recovery Peer from Resource Manager.
16+
- Fix assignPublicIp mapping in core_instance_configuration_resource
17+
18+
## 6.34.0 (Unreleased)
19+
20+
### Added
21+
- Support for New API header property to support Dry Run of Function Invocation
22+
- Support for Phase 2 - Add ZeroETL as a resource in Golden Gate Cloud Service
23+
- Support for Ekm-Xrr
24+
- Support for Connector Source/Targets with Private Endpoints
25+
- Support for VCNIP - IP Lifetime support and related feature
26+
- Support for ML Application Service
27+
- Support for Stack Monitoring:Telegraf and Collectd Resources Import
28+
- Support for New OCI Native Service - Lustre File Service (LFS)
29+
- ECPU Support for OPSI Warehouses
30+
### Bug Fix
31+
- BDS Bug Fixes
32+
Issue with Creating Autonomous Database Disaster Recovery Peer from Resource Manager.
33+
- Fix assignPublicIp mapping in core_instance_configuration_resource
34+
135
## 6.33.0 (April 02, 2025)
236

337
### Added

internal/globalvar/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"log"
88
)
99

10-
const Version = "6.33.0"
11-
const ReleaseDate = "2025-04-02"
10+
const Version = "6.34.0"
11+
const ReleaseDate = "2025-04-13"
1212

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

website/oci.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,9 @@
11111111
<li>
11121112
<a href="/docs/providers/oci/d/cloud_bridge_inventory.html">oci_cloud_bridge_inventory</a>
11131113
</li>
1114+
<li>
1115+
<a href="/docs/providers/oci/d/cloud_bridge_supported_cloud_regions.html">oci_cloud_bridge_supported_cloud_regions</a>
1116+
</li>
11141117
</ul>
11151118
</li>
11161119
<li<%= sidebar_current("docs-oci-cloud_bridge-resources") %>>

0 commit comments

Comments
 (0)