Skip to content

Commit

Permalink
Finalize changelog and release for version v6.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ganbaras committed Jan 15, 2025
1 parent 9c22077 commit 4001a09
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 6.22.0 (Unreleased)

### Added
- Source based routing support
- Support for Windows BYOL for VMs
- Support for ADB-S: Allow Changing Patch Level Provisioning
- Support for OpenSearch Cross Cluster Search V2
- Support for ADB-S: Backup Retention Lock
- Support for StackMonitoring: Metric Extensions : Advanced Support and Integration
- Support for Extend OBP cloud service to include new SKUs for Digital Assets editions
- Support for Data Science: Support Private Endpoint Access for Model Deployment
- Support for Add ZeroETL as a resource in GoldenGate Cloud Service
- Support Llama 3.2 unit shape in Generative AI service
- Support for BDS 3.0.29 Release - Feature Enhancements
### Bug Fix
- BaseDB CP - Fixing Integration Tests: Database Upgrade & Database Upgrade from Database Software Image
- ExaDB-XS VM Cluster Getting Replaced due to HostName Case Mismatch


## 6.21.0 (December 19, 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.21.0"
const Version = "6.22.0"

const ReleaseDate = "2024-12-22"
const ReleaseDate = "2025-01-19"

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

0 comments on commit 4001a09

Please sign in to comment.