Skip to content

Commit f085206

Browse files
committed
Finalize changelog and release for version v6.11.0
1 parent 4b83f5f commit f085206

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 6.11.0 (Unreleased)
2+
3+
### Added
4+
- Support for ADB-S: Undelete an ADB instance - ECPUs only
5+
- Support for FAaaS API update | expose a new boolean parameter via the existing FAaaS public API listRefreshActivites
6+
- Support for Private Endpoint support for Object Storage
7+
- Support for Fleet Application Management service v1.0
8+
- Support for Configure Custom Endpoint on an OIC Gen3 Instance
9+
- Support for assign new key versions for KMS-based DB containers
10+
- Support for OAC - provide ability for customers to select an update window (regular/early) for their OAC instance
11+
- Support for Recurring Alarm suppressions to Telemetry alarms
12+
- Support for Operations Insights Cloud Support for ExaCC
13+
- Support for DB firewall support in Data Safe Phase 2
14+
- Support for Llama 3.1 Model Refresh
15+
- Tests cases for FSU support for DB and GI new 23ai version
16+
- Capacity Management release 3.1 support
17+
- Onboard to pipeline for patches
18+
- Handle disassociate trigger for DR Protection Group
19+
- Support for BDS - Resource Principal Support in BDS
20+
### Bug Fix
21+
- Fix handling of backend max connections in load balancer provider.
22+
23+
- Addnode failing for dense shapes
24+
- unset path route set name/routing policy
25+
- Made secret access key sensitive and prevent 0 values in numeric parameters.
26+
- Handling 404 while Deleting Storage Bucket Resource
27+
- OKE terraform provider bug fix: add missing cluster data source
28+
- [Terraform Provider] Virtual circuit should not pass vlan if not changed in core_virtual_circuit resource
29+
- checkforHydration logic and single stage fix
30+
- Database Migration changed WF Retry logic
31+
- Resource documentation for OS_PATCH
32+
- Autonomous Database change DbTools from list to set.
33+
- adding entries for fleet_software_update and globally_distributed_database
34+
135
## 6.10.0 (Unreleased)
236

337
### 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.10.0"
10+
const Version = "6.11.0"
1111

12-
const ReleaseDate = "2024-09-19"
12+
const ReleaseDate = "2024-09-28"
1313

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

0 commit comments

Comments
 (0)