Skip to content

Commit be53823

Browse files
committed
Finalize changelog and release for version v5.15.0
1 parent c29b0f7 commit be53823

File tree

3 files changed

+66
-2
lines changed

3 files changed

+66
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 5.15.0 (Unreleased)
2+
3+
### Added
4+
- Support for [ADB-S] Elastic Resource Pools
5+
- Support for Private Cloud at Customer
6+
- Support for External KMS
7+
- Support for Support FSS as transfer medium for Datapump export/import
8+
- Support for Update Replica in MySQL Heatwave Service
9+
- Support for Private Endpoints in Data Science Notebook Sessions
10+
- queue API changes for queue channels
11+
### Bug Fix
12+
- Unset policy field from filesystem changes
13+
114
## 5.14.0 (September 26, 2023)
215

316
### 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.14.0"
11-
const ReleaseDate = "2023-09-27"
10+
const Version = "5.15.0"
11+
const ReleaseDate = "2023-10-04"
1212

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

website/oci.erb

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,39 @@
11861186
</li>
11871187
</ul>
11881188
</li>
1189+
<li<%= sidebar_current("docs-oci-compute_cloud_at_customer") %>>
1190+
<a href="#">Compute Cloud At Customer</a>
1191+
<ul class="nav">
1192+
<li<%= sidebar_current("docs-oci-compute_cloud_at_customer-datasources") %>>
1193+
<a href="#">Data Sources</a>
1194+
<ul class="nav nav-auto-expand">
1195+
<li>
1196+
<a href="/docs/providers/oci/d/compute_cloud_at_customer_ccc_infrastructure.html">oci_compute_cloud_at_customer_ccc_infrastructure</a>
1197+
</li>
1198+
<li>
1199+
<a href="/docs/providers/oci/d/compute_cloud_at_customer_ccc_infrastructures.html">oci_compute_cloud_at_customer_ccc_infrastructures</a>
1200+
</li>
1201+
<li>
1202+
<a href="/docs/providers/oci/d/compute_cloud_at_customer_ccc_upgrade_schedule.html">oci_compute_cloud_at_customer_ccc_upgrade_schedule</a>
1203+
</li>
1204+
<li>
1205+
<a href="/docs/providers/oci/d/compute_cloud_at_customer_ccc_upgrade_schedules.html">oci_compute_cloud_at_customer_ccc_upgrade_schedules</a>
1206+
</li>
1207+
</ul>
1208+
</li>
1209+
<li<%= sidebar_current("docs-oci-compute_cloud_at_customer-resources") %>>
1210+
<a href="#">Resources</a>
1211+
<ul class="nav nav-auto-expand">
1212+
<li>
1213+
<a href="/docs/providers/oci/r/compute_cloud_at_customer_ccc_infrastructure.html">oci_compute_cloud_at_customer_ccc_infrastructure</a>
1214+
</li>
1215+
<li>
1216+
<a href="/docs/providers/oci/r/compute_cloud_at_customer_ccc_upgrade_schedule.html">oci_compute_cloud_at_customer_ccc_upgrade_schedule</a>
1217+
</li>
1218+
</ul>
1219+
</li>
1220+
</ul>
1221+
</li>
11891222
<li<%= sidebar_current("docs-oci-computeinstanceagent") %>>
11901223
<a href="#">Compute Instance Agent</a>
11911224
<ul class="nav">
@@ -2548,6 +2581,12 @@
25482581
<li<%= sidebar_current("docs-oci-datascience-datasources") %>>
25492582
<a href="#">Data Sources</a>
25502583
<ul class="nav nav-auto-expand">
2584+
<li>
2585+
<a href="/docs/providers/oci/d/datascience_data_science_private_endpoint.html">oci_datascience_data_science_private_endpoint</a>
2586+
</li>
2587+
<li>
2588+
<a href="/docs/providers/oci/d/datascience_data_science_private_endpoints.html">oci_datascience_data_science_private_endpoints</a>
2589+
</li>
25512590
<li>
25522591
<a href="/docs/providers/oci/d/datascience_fast_launch_job_configs.html">oci_datascience_fast_launch_job_configs</a>
25532592
</li>
@@ -2622,6 +2661,9 @@
26222661
<li<%= sidebar_current("docs-oci-datascience-resources") %>>
26232662
<a href="#">Resources</a>
26242663
<ul class="nav nav-auto-expand">
2664+
<li>
2665+
<a href="/docs/providers/oci/r/datascience_data_science_private_endpoint.html">oci_datascience_data_science_private_endpoint</a>
2666+
</li>
26252667
<li>
26262668
<a href="/docs/providers/oci/r/datascience_job.html">oci_datascience_job</a>
26272669
</li>
@@ -5053,6 +5095,12 @@
50535095
<li>
50545096
<a href="/docs/providers/oci/d/kms_decrypted_data.html">oci_kms_decrypted_data</a>
50555097
</li>
5098+
<li>
5099+
<a href="/docs/providers/oci/d/kms_ekms_private_endpoint.html">oci_kms_ekms_private_endpoint</a>
5100+
</li>
5101+
<li>
5102+
<a href="/docs/providers/oci/d/kms_ekms_private_endpoints.html">oci_kms_ekms_private_endpoints</a>
5103+
</li>
50565104
<li>
50575105
<a href="/docs/providers/oci/d/kms_encrypted_data.html">oci_kms_encrypted_data</a>
50585106
</li>
@@ -5088,6 +5136,9 @@
50885136
<li<%= sidebar_current("docs-oci-kms-resources") %>>
50895137
<a href="#">Resources</a>
50905138
<ul class="nav nav-auto-expand">
5139+
<li>
5140+
<a href="/docs/providers/oci/r/kms_ekms_private_endpoint.html">oci_kms_ekms_private_endpoint</a>
5141+
</li>
50915142
<li>
50925143
<a href="/docs/providers/oci/r/kms_encrypted_data.html">oci_kms_encrypted_data</a>
50935144
</li>

0 commit comments

Comments
 (0)