Skip to content

Commit d00e8e0

Browse files
committed
Finalize changelog and release for version v6.17.0
1 parent b73fa88 commit d00e8e0

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 6.17.0 (Unreleased)
2+
3+
### Added
4+
- Support to start/stop/update Data Flow SQL Endpoint
5+
- Support for ZPR (DBaaS)
6+
- Support for ZPR (DBaaS)
7+
- Support for MFA Enablement v2 - Prevent customers from opting out of MFA Policy
8+
- Support for TLS & ORDS BYO Certificates (Phase 2) | ADB-D
9+
- Support for ESP & ICMP traffic support in NLB
10+
- override_existing flag for container_engine.addon resource
11+
- Support for Extending LBaaS to send traffic to gRPC backends
12+
- Support to return the generated secret in response
13+
- Support for FSS Resource Locking
14+
- Support for ADB-S: Customer Managed Keys via Azure Key Vault and AWS KMS
15+
- Compute support for ZPR
16+
nlb-cp zpr support
17+
- Support for Add DB 23ai support to Globally Distributed Autonomous Database
18+
Support for OCI Data Science Model Store Backup and Retention
19+
- Support for FC Redundancy Project
20+
### Bug Fix
21+
for the ACD Version selection using env variable and vmNetwork should not consider state for calculating hash
22+
123
## 6.16.0 (October 30, 2024)
224

325
### 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.16.0"
10+
const Version = "6.17.0"
1111

12-
const ReleaseDate = "2024-10-30"
12+
const ReleaseDate = "2024-11-06"
1313

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

0 commit comments

Comments
 (0)