Skip to content

Commit d17aa28

Browse files
committed
Finalize oci.erb and release for version v7.19.0
1 parent 6393d52 commit d17aa28

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
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.18.0"
11-
const ReleaseDate = "2025-09-10"
10+
const Version = "7.19.0"
11+
const ReleaseDate = "2025-09-17"
1212

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

website/oci.erb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3838,12 +3838,6 @@
38383838
<li>
38393839
<a href="/docs/providers/oci/d/database_pluggable_database.html">oci_database_pluggable_database</a>
38403840
</li>
3841-
<li>
3842-
<a href="/docs/providers/oci/d/database_pluggable_database_snapshot.html">oci_database_pluggable_database_snapshot</a>
3843-
</li>
3844-
<li>
3845-
<a href="/docs/providers/oci/d/database_pluggable_database_snapshots.html">oci_database_pluggable_database_snapshots</a>
3846-
</li>
38473841
<li>
38483842
<a href="/docs/providers/oci/d/database_pluggable_databases.html">oci_database_pluggable_databases</a>
38493843
</li>
@@ -4062,9 +4056,6 @@
40624056
<li>
40634057
<a href="/docs/providers/oci/r/database_pluggable_database_pluggabledatabasemanagements_management.html">oci_database_pluggable_database_pluggabledatabasemanagements_management</a>
40644058
</li>
4065-
<li>
4066-
<a href="/docs/providers/oci/r/database_pluggable_database_snapshot.html">oci_database_pluggable_database_snapshot</a>
4067-
</li>
40684059
<li>
40694060
<a href="/docs/providers/oci/r/database_pluggable_databases_local_clone.html">oci_database_pluggable_databases_local_clone</a>
40704061
</li>

0 commit comments

Comments
 (0)