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 afb2ede commit 9d95ce6Copy full SHA for 9d95ce6
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 5.14.0 (Unreleased)
2
+
3
+### Added
4
+- Support for OIC: FAaas Self Service with Henosis
5
+### Bug Fix
6
+- Fix APM Synthetic service update the number of vantagepoints supported in monitor as per spec to 100
7
8
## 5.13.0 (September 13, 2023)
9
10
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
"log"
)
-const Version = "5.13.0"
11
-const ReleaseDate = "2023-09-13"
+const Version = "5.14.0"
+const ReleaseDate = "2023-09-27"
12
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments