Skip to content

Commit 336be1b

Browse files
Finalize changelog and release for version v5.7.0
1 parent 180ca7a commit 336be1b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 5.7.0 (Unreleased)
2+
3+
### Added
4+
Support for TLS & ORDS BYO Certificates (Phase 2) | ADB-C@C
5+
startCredentialRotation, completeCredentialRotation, getCredentialRotationStatus terraform implementation tests and examples
6+
Support for OPSI News Reports
7+
Support for Budgets - Single Use Budgets
8+
19
## 5.6.0 (July 26, 2023)
210

311
### 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.6.0"
11-
const ReleaseDate = "2023-07-26"
10+
const Version = "5.7.0"
11+
const ReleaseDate = ""
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
@@ -6097,6 +6097,12 @@
60976097
<li>
60986098
<a href="/docs/providers/oci/d/opsi_importable_compute_entity.html">oci_opsi_importable_compute_entity</a>
60996099
</li>
6100+
<li>
6101+
<a href="/docs/providers/oci/d/opsi_news_report.html">oci_opsi_news_report</a>
6102+
</li>
6103+
<li>
6104+
<a href="/docs/providers/oci/d/opsi_news_reports.html">oci_opsi_news_reports</a>
6105+
</li>
61006106
<li>
61016107
<a href="/docs/providers/oci/d/opsi_operations_insights_private_endpoint.html">oci_opsi_operations_insights_private_endpoint</a>
61026108
</li>
@@ -6144,6 +6150,9 @@
61446150
<li>
61456151
<a href="/docs/providers/oci/r/opsi_host_insight.html">oci_opsi_host_insight</a>
61466152
</li>
6153+
<li>
6154+
<a href="/docs/providers/oci/r/opsi_news_report.html">oci_opsi_news_report</a>
6155+
</li>
61476156
<li>
61486157
<a href="/docs/providers/oci/r/opsi_operations_insights_private_endpoint.html">oci_opsi_operations_insights_private_endpoint</a>
61496158
</li>

0 commit comments

Comments
 (0)