We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddf85e commit b03904cCopy full SHA for b03904c
CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## 5.10.0 (Unreleased)
+## 5.10.0 (August 23, 2023)
2
3
### Added
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
7
### Bug Fix
internal/globalvar/version.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
const Version = "5.10.0"
11
-const ReleaseDate = ""
+const ReleaseDate = "2023-08-23"
12
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments