Skip to content

Commit aff25db

Browse files
committed
Finalize changelog and release for version v6.37.0
1 parent df6dde8 commit aff25db

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 6.37.0 (Unreleased)
2+
3+
### Added
4+
- Support for adding custom pre check step in DR Plans
5+
- Support for OKE: Node Cycling Improvements
6+
- Support for HeatWave Service: Change DB System Deletion Policy AutomaticBackupRetention default to RETAIN.
7+
provider support for Resource Scheduler enhancement feature
8+
### Bug Fix
9+
- move capacity_reservation_id update to the same request as shape update
10+
- TERRAFORM_ISSUE:NOSQL: Change on compartmentId of child table should be ignored
11+
112
## 6.36.0 (April 23, 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 = "6.36.0"
11-
const ReleaseDate = "2025-04-27"
10+
const Version = "6.37.0"
11+
const ReleaseDate = "2025-04-30"
1212

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

0 commit comments

Comments
 (0)