Skip to content

Commit 23076c7

Browse files
committed
Finalize changelog and release for version v6.36.0
1 parent 59480b8 commit 23076c7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 6.36.0 (Unreleased)
2+
3+
### Added
4+
- Support for iSCSI-3 Persistant Reservation for Block Volume
5+
- Support for public network access control.
6+
- Support for DBM: Database Life Cycle Management (Externally Registered Database Patching)
7+
### Bug Fix
8+
- core instance resource security_attributes documentation
9+
- Exacs dbHome, pdb, cvm bug fixes
10+
111
## 6.35.0 (April 16, 2025)
212

313
### 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.35.0"
11-
const ReleaseDate = "2025-04-16"
10+
const Version = "6.36.0"
11+
const ReleaseDate = "2025-04-27"
1212

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

website/oci.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4285,6 +4285,12 @@
42854285
<li<%= sidebar_current("docs-oci-dblm-datasources") %>>
42864286
<a href="#">Data Sources</a>
42874287
<ul class="nav nav-auto-expand">
4288+
<li>
4289+
<a href="/docs/providers/oci/d/dblm_patch_management.html">oci_dblm_patch_management</a>
4290+
</li>
4291+
<li>
4292+
<a href="/docs/providers/oci/d/dblm_patch_management_databases.html">oci_dblm_patch_management_databases</a>
4293+
</li>
42884294
<li>
42894295
<a href="/docs/providers/oci/d/dblm_vulnerability.html">oci_dblm_vulnerability</a>
42904296
</li>

0 commit comments

Comments
 (0)