Skip to content

Commit 9b6db30

Browse files
committed
Finalize changelog and release for version v6.15.0
1 parent 010082d commit 9b6db30

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 6.15.0 (Unreleased)
2+
3+
### Added
4+
- Support for FSS Resource Locking
5+
- Support for ADB-S: Customer Managed Keys via Azure Key Vault and AWS KMS
6+
- Compute support for ZPR
7+
- nlb-cp zpr support
8+
- Support for Add DB 23ai support to Globally Distributed Autonomous Database
9+
- Support for OCI Data Science Model Store Backup and Retention
10+
- Support for FC Redundancy Project
11+
### Bug Fix
12+
- For the ACD Version selection using env variable and vmNetwork should not consider state for calculating hash
13+
- Fixed the timestamp issue to corrected form
14+
115
## 6.14.0 (October 16, 2024)
216

317
### Added

internal/globalvar/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"log"
88
)
99

10-
const Version = "6.14.0"
10+
const Version = "6.15.0"
1111

12-
const ReleaseDate = "2024-10-20"
12+
const ReleaseDate = "2024-10-28"
1313

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

0 commit comments

Comments
 (0)