Skip to content

Commit 599928a

Browse files
committed
Finalize changelog and release for version v6.16.0
1 parent 8bb31d3 commit 599928a

File tree

2 files changed

+22
-34
lines changed

2 files changed

+22
-34
lines changed

CHANGELOG.md

Lines changed: 20 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,32 @@
1-
## 6.15.0 (Unreleased)
1+
## 6.16.0 (Unreleased)
2+
3+
### Added
4+
- Support for ESP & ICMP traffic support in NLB
5+
- override_existing flag for container_engine.addon resource
6+
- Support for Extending LBaaS to send traffic to gRPC backends
7+
- Support to return the generated secret in response
8+
- Support for Model Version Set - DataScience BugFix
9+
- pdated resource scheduler public documentation
10+
### Bug Fix
11+
- Updated oci_core_instance_pool resource to allow unordered attach/detach operationsupdating tests to generate reports for Acceptance and Backward compatibility
12+
- Fix Audit and SQL Firewall bugs - DataSafe
13+
14+
## 6.15.0 (October 23, 2024)
215

316
### Added
417
- Support for FSS Resource Locking
518
- Support for ADB-S: Customer Managed Keys via Azure Key Vault and AWS KMS
619
- Compute support for ZPR
7-
nlb-cp zpr support
20+
- nlb-cp zpr support
821
- Support for Add DB 23ai support to Globally Distributed Autonomous Database
9-
Support for OCI Data Science Model Store Backup and Retention
22+
- Support for OCI Data Science Model Store Backup and Retention
1023
- Support for FC Redundancy Project
11-
- Support for OIDC Discovery in OKE
12-
- Support for Support Cross region Backup copy & Replication for volumes encrypted with Customer KMS Keys
13-
- Support for GenerateOnPremConnectorConfiguration resource in Data Safe
14-
- Support for OIDC Auth Terraform
15-
- Support for GoldenGate new deployment creation page and extended connectivity test results
16-
- Support for DNSSEC
17-
- Direct API support for OCI BSS
18-
- Support for Desktop as a Service: Desktop Session Lifecycle Management
19-
- LBCP ppv2 support
20-
- Desktop as a Service: Shape Flexibility
21-
- Support for Operations Insights : Autonomous Database IAM based connections
22-
- Support for Customer Facing Scalable agent upgrade | ExaCC and ExaCS
23-
- 9/24- Support for ZPR v1
24-
- Support for PV Support for Launch w/Multiple Attachments Support for VMs
25-
- Support for Stack Monitoring Maintenance Windows
26-
- To Support for Depracate old apps admin user creation with password
27-
- Support for Desktop as a Service: Private Access
24+
2825
### Bug Fix
29-
for the ACD Version selection using env variable and vmNetwork should not consider state for calculating hash
30-
Fixed the timestamp issue to corrected form
26+
- For the ACD Version selection using env variable and vmNetwork should not consider state for calculating hash
27+
- Fixed the timestamp issue to corrected form
3128

32-
## 6.14.0 (Unreleased)
29+
## 6.14.0 (October 16, 2024)
3330

3431
### Added
3532
- Support for OIDC Discovery in OKE
@@ -40,15 +37,6 @@ Fixed the timestamp issue to corrected form
4037
- Support for DNSSEC
4138
- Direct API support for OCI BSS
4239
- Support for Desktop as a Service: Desktop Session Lifecycle Management
43-
- LBCP ppv2 support
44-
- Desktop as a Service: Shape Flexibility
45-
- Support for Operations Insights : Autonomous Database IAM based connections
46-
- Support for Customer Facing Scalable agent upgrade | ExaCC and ExaCS
47-
- 9/24- Support for ZPR v1
48-
- Support for PV Support for Launch w/Multiple Attachments Support for VMs
49-
- Support for Stack Monitoring Maintenance Windows
50-
- To Support for Depracate old apps admin user creation with password
51-
- Support for Desktop as a Service: Private Access
5240
### Bug Fix
5341
Fixed the timestamp issue to corrected form
5442

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.15.0"
10+
const Version = "6.16.0"
1111

12-
const ReleaseDate = "2024-10-28"
12+
const ReleaseDate = "2024-10-30"
1313

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

0 commit comments

Comments
 (0)