Skip to content

Commit b898f2e

Browse files
committed
Finalize changelog and release for version v6.14.0
1 parent 5e4691c commit b898f2e

File tree

3 files changed

+34
-8
lines changed

3 files changed

+34
-8
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 6.14.0 (Unreleased)
2+
3+
### Added
4+
- Support for OIDC Discovery in OKE
5+
- Support for Support Cross region Backup copy & Replication for volumes encrypted with Customer KMS Keys
6+
- Support for GenerateOnPremConnectorConfiguration resource in Data Safe
7+
- Support for OIDC Auth Terraform
8+
- Support for GoldenGate new deployment creation page and extended connectivity test results
9+
- Support for DNSSEC
10+
- Direct API support for OCI BSS
11+
- Support for Desktop as a Service: Desktop Session Lifecycle Management
12+
- LBCP ppv2 support
13+
- Desktop as a Service: Shape Flexibility
14+
- Support for Operations Insights : Autonomous Database IAM based connections
15+
- Support for Customer Facing Scalable agent upgrade | ExaCC and ExaCS
16+
- 9/24- Support for ZPR v1
17+
- Support for PV Support for Launch w/Multiple Attachments Support for VMs
18+
- Support for Stack Monitoring Maintenance Windows
19+
- To Support for Depracate old apps admin user creation with password
20+
- Support for Desktop as a Service: Private Access
21+
### Bug Fix
22+
Fixed the timestamp issue to corrected form
23+
124
## 6.13.0 (October 09, 2024)
225

326
### Added

internal/globalvar/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"log"
88
)
99

10-
const Version = "6.13.0"
10+
const Version = "6.14.0"
1111

12-
const ReleaseDate = "2024-10-12"
12+
const ReleaseDate = "2024-10-20"
1313

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

website/oci.erb

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4582,9 +4582,6 @@
45824582
<li>
45834583
<a href="/docs/providers/oci/d/dns_rrset.html">oci_dns_rrset</a>
45844584
</li>
4585-
<li>
4586-
<a href="/docs/providers/oci/d/dns_rrsets.html">oci_dns_rrsets</a>
4587-
</li>
45884585
<li>
45894586
<a href="/docs/providers/oci/d/dns_steering_policies.html">oci_dns_steering_policies</a>
45904587
</li>
@@ -4617,9 +4614,6 @@
46174614
<li<%= sidebar_current("docs-oci-dns-resources") %>>
46184615
<a href="#">Resources</a>
46194616
<ul class="nav nav-auto-expand">
4620-
<li>
4621-
<a href="/docs/providers/oci/r/dns_action_create_zone_from_zone_file.html">oci_dns_action_create_zone_from_zone_file</a>
4622-
</li>
46234617
<li>
46244618
<a href="/docs/providers/oci/r/dns_record.html">oci_dns_record</a>
46254619
</li>
@@ -4647,6 +4641,12 @@
46474641
<li>
46484642
<a href="/docs/providers/oci/r/dns_zone.html">oci_dns_zone</a>
46494643
</li>
4644+
<li>
4645+
<a href="/docs/providers/oci/r/dns_zone_promote_dnssec_key_version.html">oci_dns_zone_promote_dnssec_key_version</a>
4646+
</li>
4647+
<li>
4648+
<a href="/docs/providers/oci/r/dns_zone_stage_dnssec_key_version.html">oci_dns_zone_stage_dnssec_key_version</a>
4649+
</li>
46504650
</ul>
46514651
</li>
46524652
</ul>
@@ -5254,6 +5254,9 @@
52545254
<li>
52555255
<a href="/docs/providers/oci/d/golden_gate_deployment_certificates.html">oci_golden_gate_deployment_certificates</a>
52565256
</li>
5257+
<li>
5258+
<a href="/docs/providers/oci/d/golden_gate_deployment_environments.html">oci_golden_gate_deployment_environments</a>
5259+
</li>
52575260
<li>
52585261
<a href="/docs/providers/oci/d/golden_gate_deployment_type.html">oci_golden_gate_deployment_type</a>
52595262
</li>

0 commit comments

Comments
 (0)