Skip to content

Commit 58a8df5

Browse files
committed
Finalize changelog and release for version v5.45.0
1 parent b345388 commit 58a8df5

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 5.45.0 (Unreleased)
2+
3+
### Added
4+
- Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby
5+
examples and tests
6+
- Support for GoldenGate - Resource Locking
7+
- Support for Add DB2 deployment and additional connection types (R5)
8+
### Bug Fix
9+
- Fix function batching terraform bug
10+
- Capacity Management Breaking change fix
11+
112
## 5.44.0 (May 29, 2024)
213

314
### 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.44.0"
11-
const ReleaseDate = "2024-06-01"
10+
const Version = "5.45.0"
11+
const ReleaseDate = "2024-06-05"
1212

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

website/oci.erb

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4054,6 +4054,30 @@
40544054
</li>
40554055
</ul>
40564056
</li>
4057+
<li<%= sidebar_current("docs-oci-demand_signal") %>>
4058+
<a href="#">Demand Signal</a>
4059+
<ul class="nav">
4060+
<li<%= sidebar_current("docs-oci-demand_signal-datasources") %>>
4061+
<a href="#">Data Sources</a>
4062+
<ul class="nav nav-auto-expand">
4063+
<li>
4064+
<a href="/docs/providers/oci/d/demand_signal_occ_demand_signal.html">oci_demand_signal_occ_demand_signal</a>
4065+
</li>
4066+
<li>
4067+
<a href="/docs/providers/oci/d/demand_signal_occ_demand_signals.html">oci_demand_signal_occ_demand_signals</a>
4068+
</li>
4069+
</ul>
4070+
</li>
4071+
<li<%= sidebar_current("docs-oci-demand_signal-resources") %>>
4072+
<a href="#">Resources</a>
4073+
<ul class="nav nav-auto-expand">
4074+
<li>
4075+
<a href="/docs/providers/oci/r/demand_signal_occ_demand_signal.html">oci_demand_signal_occ_demand_signal</a>
4076+
</li>
4077+
</ul>
4078+
</li>
4079+
</ul>
4080+
</li>
40574081
<li<%= sidebar_current("docs-oci-devops") %>>
40584082
<a href="#">Devops</a>
40594083
<ul class="nav">

0 commit comments

Comments
 (0)