Skip to content

Commit 91380ae

Browse files
committed
Finalize changelog and release for version v6.5.0
1 parent 2020fdc commit 91380ae

File tree

3 files changed

+79
-115
lines changed

3 files changed

+79
-115
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 6.5.0 (Unreleased)
2+
3+
### Added
4+
- Support for Instance maintenance events api
5+
- Support for Fleet Patching Service for ExaCS and ExaCC
6+
- Support for Implicit JIT and Group Membership Support in OIDC Flow
7+
-Support for OCI Cache -Lua Support on Redis 7.0.15
8+
- Support for Stack Monitoring: Baseline / Anomalies Enhancements
9+
- Support for Tunnel inspection rules in network firewall policy
10+
- Support for Data Safe - Custom Alert Policy for Audit - Examples
11+
- Support for [Expose Logical CPG ID] Terraform Support in Prod Region ADB-S: Adding an attribute to the autonomous database summary object
12+
- Support for Goldengate Suspend Phase / Parameter File Update Support
13+
### Bug Fix
14+
- Fixing tvarious CC test cases
15+
- Db_Node id setting causing an issue with backward compatability
16+
- Take shape as input for add node
17+
- Excluding basemodels in the stack in resource discovery
18+
119
## 6.4.0 (July 24, 2024)
220

321
### 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.4.0"
10+
const Version = "6.5.0"
1111

12-
const ReleaseDate = "2024-07-24"
12+
const ReleaseDate = "2024-08-03"
1313

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

0 commit comments

Comments
 (0)