Skip to content

Commit eeb7220

Browse files
committed
Finalize changelog and release for version v5.43.0
1 parent 71905e6 commit eeb7220

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 5.43.0 (Unreleased)
2+
3+
### Added
4+
- Support for ODSC - Nested Resource Principal Support
5+
- Support for ODSC - Pipelines v2
6+
- Create_management resource for set baseline for Security Assessment and User Assessment in Data Safe
7+
- Support for CloudGuard - Container Workload Integrationn
8+
- Support for OS Management Hub - OCI Instance Support & ALX Support
9+
- VCNIP Provide IP Inventory view and IP Utilization alerts
10+
- Support for ExaDB-C@C Resize of Local Files Systems (non /u02)
11+
- Support for [DMS] Fixing AWS_S3 issue in the example file
12+
- Support for OCI NLB Proxy Protocol Support
13+
- Support for Email Delivery: Custom Return Path API
14+
session resumption support for LB
15+
- Support for OS Management Hub - OCI Instance Support & ALX Support
16+
- Create_management resource for Masking Report in Data Safe
17+
### Bug Fix
18+
- API_KEY_UPDATE
19+
- purge_trigger and purge_queue bugs in Queue provider
20+
- revert Devops Deploy Deployment Execution Progress
21+
- fix oci_log_analytics_namespace import issue
22+
123
## 5.42.0 (Unreleased)
224

325
### 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.42.0"
11-
const ReleaseDate = "2024-05-19"
10+
const Version = "5.43.0"
11+
const ReleaseDate = ""
1212

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

0 commit comments

Comments
 (0)