Skip to content

Commit 26da70d

Browse files
Finalize changelog and release for version v5.24.0
1 parent 392b2e6 commit 26da70d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 5.24.0 (Unreleased)
2+
3+
### Added
4+
- Support for GoldenGate : Stream Analytics
5+
- Support for APM - Synthetics - Support for On Premise Vantage Point
6+
support to update config id for a psql dbSystem
7+
### Deprecation
8+
- Deprecate backup_policy_id field for oci_core_volume_group
9+
### Bug Fix
10+
- database_management_status and operations_insights_status both not enabled together.
11+
- Support for New Compute Shapes (VM.DenseIO.E4.Flex)
12+
113
## 5.23.0 (December 12, 2023)
214

315
### 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.23.0"
11-
const ReleaseDate = ""
10+
const Version = "5.24.0"
11+
const ReleaseDate = "2024-01-10"
1212

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

0 commit comments

Comments
 (0)