Skip to content

Commit 1c2e43c

Browse files
committed
Finalize changelog and release for version v6.7.0
1 parent 8813f42 commit 1c2e43c

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 6.7.0 (Unreleased)
2+
3+
### Added
4+
- Support for OIC Instance Creation for Healthcare Feature
5+
- support for New Developer Autonomous databases.
6+
support for subscription level limits
7+
- Support for NLB Idle Timeout Configuration
8+
- Support for Remove dr_plan_execution_type from DR Plan Execution data source
9+
- Support for CalculateAuditVolumeAvailable and CalculateAuditVolumeCollected resource in Data Safe
10+
### Bug Fix
11+
12+
113
## 6.6.0 (August 07, 2024)
214

315
### 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.6.0"
10+
const Version = "6.7.0"
1111

12-
const ReleaseDate = "2024-08-10"
12+
const ReleaseDate = "2024-08-17"
1313

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

website/oci.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2763,6 +2763,12 @@
27632763
<li>
27642764
<a href="/docs/providers/oci/r/data_safe_audit_trail.html">oci_data_safe_audit_trail</a>
27652765
</li>
2766+
<li>
2767+
<a href="/docs/providers/oci/r/data_safe_calculate_audit_volume_available.html">oci_data_safe_calculate_audit_volume_available</a>
2768+
</li>
2769+
<li>
2770+
<a href="/docs/providers/oci/r/data_safe_calculate_audit_volume_collected.html">oci_data_safe_calculate_audit_volume_collected</a>
2771+
</li>
27662772
<li>
27672773
<a href="/docs/providers/oci/r/data_safe_compare_security_assessment.html">oci_data_safe_compare_security_assessment</a>
27682774
</li>

0 commit comments

Comments
 (0)