Skip to content

Commit 7e31b8e

Browse files
committed
Added - Release for v5.10.0
1 parent 4ddf85e commit 7e31b8e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## 5.10.0 (Unreleased)
1+
## 5.10.0 (August 23, 2023)
22

33
### Added
4-
Support for Database In-Memory support for Autonomous Database | ADB-D and ADB on ExaC@C
5-
Support for BDS - Cluster Profiles for Kafka
4+
- Support for BDS - Automated Patching for OS/Kernel, Node Maintenance, Add Master/Utility
5+
- Support for Database In-Memory support for Autonomous Database | ADB-D and ADB on ExaC@C
6+
- Support for BDS - Cluster Profiles for Kafka
67
### Bug Fix
7-
Fix reference hashicorp/oci to oracle/oci in some documents
8+
- Fix reference hashicorp/oci to oracle/oci in some documents
89

910
## 5.9.0 (August 15, 2023)
1011

internal/globalvar/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const Version = "5.10.0"
11-
const ReleaseDate = ""
11+
const ReleaseDate = "2023-08-23"
1212

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

0 commit comments

Comments
 (0)