Skip to content

Commit 796f6ea

Browse files
committed
Finalize changelog and release for version v5.4.0
1 parent 426c195 commit 796f6ea

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 5.4.0 (Unreleased)
2+
3+
### Added
4+
- Support for Multitenant support for Workload Identity (WRIS)
5+
- Support for KMS key Rotation for Block/Boot Volume Backups
6+
- Support for 3rd VM Cluster Network for DR (Data Guard) | Exa-DB-C@C (ExaCC)
7+
- Support for Upgrade - Personal to Corporate
8+
- Support for APM - Synthetics - Disable automatic screenshots - API Only
9+
- Support migration without SSH to DB Host.
10+
- Support for Patch One-Off Download Support DBCS-EXaCS-ExaCC Update
11+
### Bug Fix
12+
- Adding rack_serial_number in database_exadata_infrastructure_resource.go
13+
- Resolved Resource Discovery issue for Terraform Version Greater than 1.3
14+
115
## 5.3.0 (June 28, 2023)
216

317
### 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.3.0"
11-
const ReleaseDate = "2023-06-29"
10+
const Version = "5.4.0"
11+
const ReleaseDate = "2023-07-12"
1212

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

website/oci.erb

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,12 @@
11771177
<li>
11781178
<a href="/docs/providers/oci/d/containerengine_cluster_option.html">oci_containerengine_cluster_option</a>
11791179
</li>
1180+
<li>
1181+
<a href="/docs/providers/oci/d/containerengine_cluster_workload_mapping.html">oci_containerengine_cluster_workload_mapping</a>
1182+
</li>
1183+
<li>
1184+
<a href="/docs/providers/oci/d/containerengine_cluster_workload_mappings.html">oci_containerengine_cluster_workload_mappings</a>
1185+
</li>
11801186
<li>
11811187
<a href="/docs/providers/oci/d/containerengine_clusters.html">oci_containerengine_clusters</a>
11821188
</li>
@@ -1221,6 +1227,9 @@
12211227
<li>
12221228
<a href="/docs/providers/oci/r/containerengine_cluster.html">oci_containerengine_cluster</a>
12231229
</li>
1230+
<li>
1231+
<a href="/docs/providers/oci/r/containerengine_cluster_workload_mapping.html">oci_containerengine_cluster_workload_mapping</a>
1232+
</li>
12241233
<li>
12251234
<a href="/docs/providers/oci/r/containerengine_node_pool.html">oci_containerengine_node_pool</a>
12261235
</li>
@@ -2842,6 +2851,12 @@
28422851
<li>
28432852
<a href="/docs/providers/oci/d/database_maintenance_runs.html">oci_database_maintenance_runs</a>
28442853
</li>
2854+
<li>
2855+
<a href="/docs/providers/oci/d/database_oneoff_patch.html">oci_database_oneoff_patch</a>
2856+
</li>
2857+
<li>
2858+
<a href="/docs/providers/oci/d/database_oneoff_patches.html">oci_database_oneoff_patches</a>
2859+
</li>
28452860
<li>
28462861
<a href="/docs/providers/oci/d/database_pluggable_database.html">oci_database_pluggable_database</a>
28472862
</li>
@@ -3024,6 +3039,9 @@
30243039
<li>
30253040
<a href="/docs/providers/oci/r/database_migration.html">oci_database_migration</a>
30263041
</li>
3042+
<li>
3043+
<a href="/docs/providers/oci/r/database_oneoff_patch.html">oci_database_oneoff_patch</a>
3044+
</li>
30273045
<li>
30283046
<a href="/docs/providers/oci/r/database_pluggable_database.html">oci_database_pluggable_database</a>
30293047
</li>
@@ -6337,6 +6355,12 @@
63376355
<li<%= sidebar_current("docs-oci-osp_gateway-datasources") %>>
63386356
<a href="#">Data Sources</a>
63396357
<ul class="nav nav-auto-expand">
6358+
<li>
6359+
<a href="/docs/providers/oci/d/osp_gateway_address.html">oci_osp_gateway_address</a>
6360+
</li>
6361+
<li>
6362+
<a href="/docs/providers/oci/d/osp_gateway_address_rule.html">oci_osp_gateway_address_rule</a>
6363+
</li>
63406364
<li>
63416365
<a href="/docs/providers/oci/d/osp_gateway_invoice.html">oci_osp_gateway_invoice</a>
63426366
</li>
@@ -6360,6 +6384,9 @@
63606384
<li<%= sidebar_current("docs-oci-osp_gateway-resources") %>>
63616385
<a href="#">Resources</a>
63626386
<ul class="nav nav-auto-expand">
6387+
<li>
6388+
<a href="/docs/providers/oci/r/osp_gateway_address_action_verification.html">oci_osp_gateway_address_action_verification</a>
6389+
</li>
63636390
<li>
63646391
<a href="/docs/providers/oci/r/osp_gateway_subscription.html">oci_osp_gateway_subscription</a>
63656392
</li>

0 commit comments

Comments
 (0)