Skip to content

Commit 739a0e6

Browse files
Finalize changelog and release for version v6.35.0
1 parent eda26d9 commit 739a0e6

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 6.35.0 (Unreleased)
2+
3+
### Added
4+
- Support for Add Cross-AD DR for GGS deployment in a multi-AD region
5+
- Security Attributes feature to Load Balancer Service
6+
### Bug Fix
7+
- Container Instance HTTP health check port field set to required
8+
- Fix for privateenpointip and displayName params in update
9+
110
## 6.34.0 (April 09, 2025)
211

312
### 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.34.0"
11-
const ReleaseDate = "2025-04-13"
10+
const Version = "6.35.0"
11+
const ReleaseDate = "2025-04-19"
1212

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

website/oci.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,9 +1111,6 @@
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>
11171114
</ul>
11181115
</li>
11191116
<li<%= sidebar_current("docs-oci-cloud_bridge-resources") %>>
@@ -5575,6 +5572,9 @@
55755572
<li>
55765573
<a href="/docs/providers/oci/d/golden_gate_deployment_environments.html">oci_golden_gate_deployment_environments</a>
55775574
</li>
5575+
<li>
5576+
<a href="/docs/providers/oci/d/golden_gate_deployment_peers.html">oci_golden_gate_deployment_peers</a>
5577+
</li>
55785578
<li>
55795579
<a href="/docs/providers/oci/d/golden_gate_deployment_type.html">oci_golden_gate_deployment_type</a>
55805580
</li>

0 commit comments

Comments
 (0)