Skip to content

Commit 267bc88

Browse files
committed
Finalize changelog and release for version v4.119.0
1 parent 9dfec77 commit 267bc88

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 4.119.0 (Unreleased)
2+
3+
### Added
4+
- Support for Oracle Process Automation (OPA) - Enable OPA Attachment with OIC
5+
- Support for OKE: On-Demand Node Upgrade
6+
- Added ignore_fields similar to corresponding resource tests
7+
- Support for TLS Certs and SCAN port configuration [Phase 1]| ADB-D
8+
- Support for High Memory VM
9+
- Support for Visual Builder Cloud Service console plugin UI and Spec update for Matrix, VCN OCID and NAT gateway IP
10+
### Bug Fix
11+
- Fix APM Synthetic service example to handle
12+
113
## 4.118.0 (Unreleased)
214

315
### 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 = "4.118.0"
11-
const ReleaseDate = "2023-04-26"
10+
const Version = "4.119.0"
11+
const ReleaseDate = "2023-05-03"
1212

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

website/oci.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,6 +2877,9 @@
28772877
<li>
28782878
<a href="/docs/providers/oci/r/database_backup.html">oci_database_backup</a>
28792879
</li>
2880+
<li>
2881+
<a href="/docs/providers/oci/r/database_backup_cancel_management.html">oci_database_backup_cancel_management</a>
2882+
</li>
28802883
<li>
28812884
<a href="/docs/providers/oci/r/database_backup_destination.html">oci_database_backup_destination</a>
28822885
</li>

0 commit comments

Comments
 (0)