Skip to content

Commit

Permalink
Finalize changelog and release for version v6.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxrovr committed Oct 24, 2024
1 parent 010082d commit 9b6db30
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 6.15.0 (Unreleased)

### Added
- Support for FSS Resource Locking
- Support for ADB-S: Customer Managed Keys via Azure Key Vault and AWS KMS
- Compute support for ZPR
- nlb-cp zpr support
- Support for Add DB 23ai support to Globally Distributed Autonomous Database
- Support for OCI Data Science Model Store Backup and Retention
- Support for FC Redundancy Project
### Bug Fix
- For the ACD Version selection using env variable and vmNetwork should not consider state for calculating hash
- Fixed the timestamp issue to corrected form

## 6.14.0 (October 16, 2024)

### Added
Expand Down
4 changes: 2 additions & 2 deletions internal/globalvar/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"log"
)

const Version = "6.14.0"
const Version = "6.15.0"

const ReleaseDate = "2024-10-20"
const ReleaseDate = "2024-10-28"

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

0 comments on commit 9b6db30

Please sign in to comment.