Skip to content

Commit f9d0184

Browse files
committed
Finalize oci.erb and release for version v7.25.0
1 parent 3f47278 commit f9d0184

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 7.25.0 (November 4, 2025)
2+
3+
### Added
4+
- Support for new service Data Intelligence Foundation
5+
- Support for VM Instance - Snapshot/Restore Read only
6+
- ZPR and PSA support
7+
- Support for IPA-Graceful Termination of Instance in Instance Pool
8+
9+
### Bug Fix
10+
- make test compile failure
11+
112
## 7.24.0 (October 29, 2025)
213

314
### 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 = "7.24.0"
11-
const ReleaseDate = "2025-10-29"
10+
const Version = "7.25.0"
11+
const ReleaseDate = "2025-11-04"
1212

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

website/oci.erb

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3733,6 +3733,12 @@
37333733
<li>
37343734
<a href="/docs/providers/oci/d/database_db_node_console_history_content.html">oci_database_db_node_console_history_content</a>
37353735
</li>
3736+
<li>
3737+
<a href="/docs/providers/oci/d/database_db_node_snapshot.html">oci_database_db_node_snapshot</a>
3738+
</li>
3739+
<li>
3740+
<a href="/docs/providers/oci/d/database_db_node_snapshots.html">oci_database_db_node_snapshots</a>
3741+
</li>
37363742
<li>
37373743
<a href="/docs/providers/oci/d/database_db_nodes.html">oci_database_db_nodes</a>
37383744
</li>
@@ -4017,6 +4023,9 @@
40174023
<li>
40184024
<a href="/docs/providers/oci/r/database_db_node_console_history.html">oci_database_db_node_console_history</a>
40194025
</li>
4026+
<li>
4027+
<a href="/docs/providers/oci/r/database_db_node_snapshot_management.html">oci_database_db_node_snapshot_management</a>
4028+
</li>
40204029
<li>
40214030
<a href="/docs/providers/oci/r/database_db_system.html">oci_database_db_system</a>
40224031
</li>
@@ -5197,6 +5206,30 @@
51975206
</li>
51985207
</ul>
51995208
</li>
5209+
<li<%= sidebar_current("docs-oci-dif") %>>
5210+
<a href="#">Dif</a>
5211+
<ul class="nav">
5212+
<li<%= sidebar_current("docs-oci-dif-datasources") %>>
5213+
<a href="#">Data Sources</a>
5214+
<ul class="nav nav-auto-expand">
5215+
<li>
5216+
<a href="/docs/providers/oci/d/dif_stack.html">oci_dif_stack</a>
5217+
</li>
5218+
<li>
5219+
<a href="/docs/providers/oci/d/dif_stacks.html">oci_dif_stacks</a>
5220+
</li>
5221+
</ul>
5222+
</li>
5223+
<li<%= sidebar_current("docs-oci-dif-resources") %>>
5224+
<a href="#">Resources</a>
5225+
<ul class="nav nav-auto-expand">
5226+
<li>
5227+
<a href="/docs/providers/oci/r/dif_stack.html">oci_dif_stack</a>
5228+
</li>
5229+
</ul>
5230+
</li>
5231+
</ul>
5232+
</li>
52005233
<li<%= sidebar_current("docs-oci-oda") %>>
52015234
<a href="#">Digital Assistant</a>
52025235
<ul class="nav">

0 commit comments

Comments
 (0)