Skip to content

Commit 2a1b337

Browse files
committed
Finalize changelog and release for version v4.122.0
1 parent 60138d2 commit 2a1b337

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 4.122.0 (Unreleased)
2+
3+
### Added
4+
- Remove hardcoded passwords from golden_gate integration test codes
5+
- ExaDB-C@C (EXACC) Data Plane Guest VMs (API/UI Only)
6+
- Support for Node Subsetting | ADB-D
7+
- Support for DNS Secondary Egress and creating DNS zones from zone files
8+
- Support for unified agent config CRI parser
9+
- Support for Create oci_dns_rrsets data source
10+
- Changes for setting resource ID in state file before workrequest completion
11+
### Bug Fix
12+
- Populate user resource optional fields only if they arent empty
13+
: Remove system tags from SZ requests
14+
- adding fix for cloudguard detector rule condition paramter unmarshalling issue
15+
116
## 4.121.0 (May 17, 2023)
217

318
### 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 = "4.121.0"
11-
const ReleaseDate = "2023-05-17"
10+
const Version = "4.122.0"
11+
const ReleaseDate = "2023-05-24"
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
@@ -2734,6 +2734,9 @@
27342734
<li>
27352735
<a href="/docs/providers/oci/d/database_exadata_infrastructure_download_config_file.html">oci_database_exadata_infrastructure_download_config_file</a>
27362736
</li>
2737+
<li>
2738+
<a href="/docs/providers/oci/d/database_exadata_infrastructure_un_allocated_resource.html">oci_database_exadata_infrastructure_un_allocated_resource</a>
2739+
</li>
27372740
<li>
27382741
<a href="/docs/providers/oci/d/database_exadata_infrastructures.html">oci_database_exadata_infrastructures</a>
27392742
</li>
@@ -3658,6 +3661,9 @@
36583661
<li>
36593662
<a href="/docs/providers/oci/d/dns_rrset.html">oci_dns_rrset</a>
36603663
</li>
3664+
<li>
3665+
<a href="/docs/providers/oci/d/dns_rrsets.html">oci_dns_rrsets</a>
3666+
</li>
36613667
<li>
36623668
<a href="/docs/providers/oci/d/dns_steering_policies.html">oci_dns_steering_policies</a>
36633669
</li>
@@ -3690,6 +3696,9 @@
36903696
<li<%= sidebar_current("docs-oci-dns-resources") %>>
36913697
<a href="#">Resources</a>
36923698
<ul class="nav nav-auto-expand">
3699+
<li>
3700+
<a href="/docs/providers/oci/r/dns_action_create_zone_from_zone_file.html">oci_dns_action_create_zone_from_zone_file</a>
3701+
</li>
36933702
<li>
36943703
<a href="/docs/providers/oci/r/dns_record.html">oci_dns_record</a>
36953704
</li>

0 commit comments

Comments
 (0)