Skip to content

Commit 35627d0

Browse files
committed
Finalize changelog and release for version v7.15.0
1 parent 1e0c76e commit 35627d0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

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 = "7.14.0"
11-
const ReleaseDate = "2025-08-13"
10+
const Version = "7.15.0"
11+
const ReleaseDate = "2025-08-21"
1212

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

website/oci.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3766,6 +3766,12 @@
37663766
<li>
37673767
<a href="/docs/providers/oci/d/database_pluggable_database.html">oci_database_pluggable_database</a>
37683768
</li>
3769+
<li>
3770+
<a href="/docs/providers/oci/d/database_pluggable_database_snapshot.html">oci_database_pluggable_database_snapshot</a>
3771+
</li>
3772+
<li>
3773+
<a href="/docs/providers/oci/d/database_pluggable_database_snapshots.html">oci_database_pluggable_database_snapshots</a>
3774+
</li>
37693775
<li>
37703776
<a href="/docs/providers/oci/d/database_pluggable_databases.html">oci_database_pluggable_databases</a>
37713777
</li>
@@ -3984,6 +3990,9 @@
39843990
<li>
39853991
<a href="/docs/providers/oci/r/database_pluggable_database_pluggabledatabasemanagements_management.html">oci_database_pluggable_database_pluggabledatabasemanagements_management</a>
39863992
</li>
3993+
<li>
3994+
<a href="/docs/providers/oci/r/database_pluggable_database_snapshot.html">oci_database_pluggable_database_snapshot</a>
3995+
</li>
39873996
<li>
39883997
<a href="/docs/providers/oci/r/database_pluggable_databases_local_clone.html">oci_database_pluggable_databases_local_clone</a>
39893998
</li>

0 commit comments

Comments
 (0)