Skip to content

Commit 26737eb

Browse files
committed
Finalize changelog and release for version v5.19.0
1 parent ce5a7b4 commit 26737eb

File tree

3 files changed

+276
-2
lines changed

3 files changed

+276
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 5.19.0 (Unreleased)
2+
3+
### Added
4+
- Support for Full Stack Disaster Recovery Service: Test standby
5+
- Support for Baseline and Anomaly Detection in Stack Monitoring
6+
- Support for DBM : Support MySQL Database Service
7+
- Support for Stack Monitoring: Metric Extensions
8+
- Support for Advanced SKU
9+
- Support for MDS: Integrate with Database Management Service
10+
- Stack Monitoring: Extensibility Support
11+
- Support for Extend the OS Management service to manage systems in OCI Compute, in customer data centers, and in 3rd party clouds.
12+
- Support for DB firewall support in Data Safe
13+
114
## 5.18.0 (October 24, 2023)
215

316
### Added

internal/globalvar/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"log"
88
)
99

10-
const Version = "5.18.0"
11-
const ReleaseDate = "2023-10-25"
10+
const Version = "5.19.0"
11+
const ReleaseDate = "2023-11-06"
1212

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

0 commit comments

Comments
 (0)