Skip to content

Commit 66957d3

Browse files
author
Nishtha Goel
committed
Finalize changelog and release for version v5.42.0
1 parent e724a01 commit 66957d3

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 5.42.0 (Unreleased)
2+
3+
### Added
4+
- VCNIP Provide IP Inventory view and IP Utilization alerts
5+
- Support for ExaDB-C@C Resize of Local Files Systems (non /u02)
6+
- Support for [DMS] Fixing AWS_S3 issue in the example file
7+
- Support for OCI NLB Proxy Protocol Support
8+
- Support for Email Delivery: Custom Return Path API
9+
session resumption support for LB
10+
- Support for OS Management Hub - OCI Instance Support & ALX Support
11+
- Create_management resource for Masking Report in Data Safe
12+
### Bug Fix
13+
- fix oci_log_analytics_namespace import issue
14+
115
## 5.41.0 (May 07, 2024)
216

317
### 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.41.0"
11-
const ReleaseDate = "2024-05-11"
10+
const Version = "5.42.0"
11+
const ReleaseDate = "2024-05-19"
1212

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

website/oci.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,6 +1762,15 @@
17621762
<li>
17631763
<a href="/docs/providers/oci/d/core_internet_gateways.html">oci_core_internet_gateways</a>
17641764
</li>
1765+
<li>
1766+
<a href="/docs/providers/oci/d/core_ip_inventory_subnet.html">oci_core_ip_inventory_subnet</a>
1767+
</li>
1768+
<li>
1769+
<a href="/docs/providers/oci/d/core_ip_inventory_subnet_cidr.html">oci_core_ip_inventory_subnet_cidr</a>
1770+
</li>
1771+
<li>
1772+
<a href="/docs/providers/oci/d/core_ip_inventory_vcn_overlaps.html">oci_core_ip_inventory_vcn_overlaps</a>
1773+
</li>
17651774
<li>
17661775
<a href="/docs/providers/oci/d/core_ipsec_algorithm.html">oci_core_ipsec_algorithm</a>
17671776
</li>

0 commit comments

Comments
 (0)