Skip to content

Commit 5a7ed2e

Browse files
committed
Finalize changelog and release for version v4.36.0
1 parent 1cab841 commit 5a7ed2e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.36.0 (Unreleased)
2+
3+
### Added
4+
- Support for Data Guard Protection Modes
5+
- Support for ExaCC GI upgrade
6+
- Support for ExaCC DOMU OS Update
7+
18
## 4.35.0 (July 14, 2021)
29

310
### Added

oci/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 = "4.35.0"
11-
const ReleaseDate = "2021-07-14"
10+
const Version = "4.36.0"
11+
const ReleaseDate = "2021-07-21"
1212

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

website/oci.erb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,6 +1678,18 @@
16781678
<li>
16791679
<a href="/docs/providers/oci/d/database_vm_cluster_recommended_network.html">oci_database_vm_cluster_recommended_network</a>
16801680
</li>
1681+
<li>
1682+
<a href="/docs/providers/oci/d/database_vm_cluster_update.html">oci_database_vm_cluster_update</a>
1683+
</li>
1684+
<li>
1685+
<a href="/docs/providers/oci/d/database_vm_cluster_update_history_entries.html">oci_database_vm_cluster_update_history_entries</a>
1686+
</li>
1687+
<li>
1688+
<a href="/docs/providers/oci/d/database_vm_cluster_update_history_entry.html">oci_database_vm_cluster_update_history_entry</a>
1689+
</li>
1690+
<li>
1691+
<a href="/docs/providers/oci/d/database_vm_cluster_updates.html">oci_database_vm_cluster_updates</a>
1692+
</li>
16811693
<li>
16821694
<a href="/docs/providers/oci/d/database_vm_clusters.html">oci_database_vm_clusters</a>
16831695
</li>

0 commit comments

Comments
 (0)