Skip to content

Commit 60f5bb7

Browse files
committed
Finalize changelog and release for version v5.44.0
1 parent eace1bf commit 60f5bb7

File tree

3 files changed

+214
-2
lines changed

3 files changed

+214
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 5.44.0 (Unreleased)
2+
3+
### Added
4+
- Support for Fix missing TLSv1.3 protocol documentation from Load Balancer provider
5+
- Support for OS Patching in Batch API Design
6+
- Support for Java Management Service API enhancements to support SPLAT tagstore feature (API only)
7+
- Support for Database Management : Standby Database Monitoring
8+
- Support for ODSC - Nested Resource Principal Support
9+
- Support for ODSC - Pipelines v2
10+
- Create_management resource for set baseline for Security Assessment and User Assessment in Data Safe
11+
- Support for CloudGuard - Container Workload Integrationn
12+
### Bug Fix
13+
fix dbHome deletion and CEI polling workrequest.
14+
- API_KEY_UPDATE
15+
- purge_trigger and purge_queue bugs in Queue provider
16+
- revert Devops Deploy Deployment Execution Progress
17+
118
## 5.43.0 (Unreleased)
219

320
### 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.43.0"
11-
const ReleaseDate = ""
10+
const Version = "5.44.0"
11+
const ReleaseDate = "2024-06-01"
1212

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

0 commit comments

Comments
 (0)