Skip to content

Commit

Permalink
Finalize changelog and release for version v6.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ganbaras committed Nov 1, 2024
1 parent b73fa88 commit d00e8e0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 6.17.0 (Unreleased)

### Added
- Support to start/stop/update Data Flow SQL Endpoint
- Support for ZPR (DBaaS)
- Support for ZPR (DBaaS)
- Support for MFA Enablement v2 - Prevent customers from opting out of MFA Policy
- Support for TLS & ORDS BYO Certificates (Phase 2) | ADB-D
- Support for ESP & ICMP traffic support in NLB
- override_existing flag for container_engine.addon resource
- Support for Extending LBaaS to send traffic to gRPC backends
- Support to return the generated secret in response
- 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

## 6.16.0 (October 30, 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.16.0"
const Version = "6.17.0"

const ReleaseDate = "2024-10-30"
const ReleaseDate = "2024-11-06"

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

0 comments on commit d00e8e0

Please sign in to comment.