File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
16
## 4.121.0 (May 17, 2023)
2
17
3
18
### Added
Original file line number Diff line number Diff line change 7
7
"log"
8
8
)
9
9
10
- const Version = "4.121 .0"
11
- const ReleaseDate = "2023-05-17 "
10
+ const Version = "4.122 .0"
11
+ const ReleaseDate = "2023-05-24 "
12
12
13
13
func PrintVersion () {
14
14
log .Printf ("[INFO] terraform-provider-oci %s\n " , Version )
Original file line number Diff line number Diff line change 2734
2734
< li >
2735
2735
< a href ="/docs/providers/oci/d/database_exadata_infrastructure_download_config_file.html "> oci_database_exadata_infrastructure_download_config_file</ a >
2736
2736
</ 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 >
2737
2740
< li >
2738
2741
< a href ="/docs/providers/oci/d/database_exadata_infrastructures.html "> oci_database_exadata_infrastructures</ a >
2739
2742
</ li >
3658
3661
< li >
3659
3662
< a href ="/docs/providers/oci/d/dns_rrset.html "> oci_dns_rrset</ a >
3660
3663
</ li >
3664
+ < li >
3665
+ < a href ="/docs/providers/oci/d/dns_rrsets.html "> oci_dns_rrsets</ a >
3666
+ </ li >
3661
3667
< li >
3662
3668
< a href ="/docs/providers/oci/d/dns_steering_policies.html "> oci_dns_steering_policies</ a >
3663
3669
</ li >
3690
3696
< li <%= sidebar_current ( "docs-oci-dns-resources" ) %> >
3691
3697
< a href ="# "> Resources</ a >
3692
3698
< 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 >
3693
3702
< li >
3694
3703
< a href ="/docs/providers/oci/r/dns_record.html "> oci_dns_record</ a >
3695
3704
</ li >
You can’t perform that action at this time.
0 commit comments