Skip to content

Commit 4001a09

Browse files
committed
Finalize changelog and release for version v6.22.0
1 parent 9c22077 commit 4001a09

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 6.22.0 (Unreleased)
2+
3+
### Added
4+
- Source based routing support
5+
- Support for Windows BYOL for VMs
6+
- Support for ADB-S: Allow Changing Patch Level Provisioning
7+
- Support for OpenSearch Cross Cluster Search V2
8+
- Support for ADB-S: Backup Retention Lock
9+
- Support for StackMonitoring: Metric Extensions : Advanced Support and Integration
10+
- Support for Extend OBP cloud service to include new SKUs for Digital Assets editions
11+
- Support for Data Science: Support Private Endpoint Access for Model Deployment
12+
- Support for Add ZeroETL as a resource in GoldenGate Cloud Service
13+
- Support Llama 3.2 unit shape in Generative AI service
14+
- Support for BDS 3.0.29 Release - Feature Enhancements
15+
### Bug Fix
16+
- BaseDB CP - Fixing Integration Tests: Database Upgrade & Database Upgrade from Database Software Image
17+
- ExaDB-XS VM Cluster Getting Replaced due to HostName Case Mismatch
18+
19+
120
## 6.21.0 (December 19, 2024)
221

322
### 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.21.0"
10+
const Version = "6.22.0"
1111

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

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

0 commit comments

Comments
 (0)