Skip to content

Commit fc37f15

Browse files
committed
Finalize changelog and release for version v4.107.0
1 parent 686647d commit fc37f15

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.107.0 (Unreleased)
2+
3+
### Added
4+
- Support for ADB-S: New ECPU-based SKUs for ADW and ATP
5+
- Support for Operations Insights : Customizable configuration
6+
- Support for ADB-D & ADB-CC | Autonomous Data Guard v3
7+
- Support for ADB-D | Oracle Home Version Control
8+
### Bug Fix
9+
- Fix oci_core_instance to enable updating KMS Key id associated with the boot volume
10+
- Resource Discovery is not getting detected for Custom table resource in metering_computation service
11+
112
## 4.106.0 (January 31, 2023)
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 = "4.106.0"
11-
const ReleaseDate = "2023-02-02"
10+
const Version = "4.107.0"
11+
const ReleaseDate = "2023-02-09"
1212

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

website/oci.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5578,6 +5578,12 @@
55785578
<li>
55795579
<a href="/docs/providers/oci/d/opsi_operations_insights_warehouses.html">oci_opsi_operations_insights_warehouses</a>
55805580
</li>
5581+
<li>
5582+
<a href="/docs/providers/oci/d/opsi_opsi_configuration.html">oci_opsi_opsi_configuration</a>
5583+
</li>
5584+
<li>
5585+
<a href="/docs/providers/oci/d/opsi_opsi_configurations.html">oci_opsi_opsi_configurations</a>
5586+
</li>
55815587
</ul>
55825588
</li>
55835589
<li<%= sidebar_current("docs-oci-opsi-resources") %>>
@@ -5613,6 +5619,9 @@
56135619
<li>
56145620
<a href="/docs/providers/oci/r/opsi_operations_insights_warehouse_user.html">oci_opsi_operations_insights_warehouse_user</a>
56155621
</li>
5622+
<li>
5623+
<a href="/docs/providers/oci/r/opsi_opsi_configuration.html">oci_opsi_opsi_configuration</a>
5624+
</li>
56165625
</ul>
56175626
</li>
56185627
</ul>

0 commit comments

Comments
 (0)