Skip to content

Commit 616300d

Browse files
committed
Finalize changelog and release for version v4.69.0
1 parent 4b47092 commit 616300d

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 4.69.0 (Unreleased)
2+
3+
### Added
4+
- Support for MySQL Database Service Deletion Policy on Db Systems
5+
- Support for GGS Storage Utilization properties
6+
- Support for Resource Principle Auth
7+
- Support for shielded instance SDDC
8+
- Support for OPSI service supporting DBCS featuer
9+
- Support for Multi Autonomous VM Clusters in ExaCC
10+
- Support for Data Safe Discovery and Masking
11+
### Bug Fix
12+
- Update kmskey and vault id separately.
13+
114
## 4.68.0 (March 16, 2022)
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 = "4.68.0"
11-
const ReleaseDate = "2022-03-17"
10+
const Version = "4.69.0"
11+
const ReleaseDate = "2022-03-23"
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
@@ -4537,6 +4537,12 @@
45374537
<li>
45384538
<a href="/docs/providers/oci/d/opsi_host_insights.html">oci_opsi_host_insights</a>
45394539
</li>
4540+
<li>
4541+
<a href="/docs/providers/oci/d/opsi_operations_insights_private_endpoint.html">oci_opsi_operations_insights_private_endpoint</a>
4542+
</li>
4543+
<li>
4544+
<a href="/docs/providers/oci/d/opsi_operations_insights_private_endpoints.html">oci_opsi_operations_insights_private_endpoints</a>
4545+
</li>
45404546
<li>
45414547
<a href="/docs/providers/oci/d/opsi_operations_insights_warehouse.html">oci_opsi_operations_insights_warehouse</a>
45424548
</li>
@@ -4572,6 +4578,9 @@
45724578
<li>
45734579
<a href="/docs/providers/oci/r/opsi_host_insight.html">oci_opsi_host_insight</a>
45744580
</li>
4581+
<li>
4582+
<a href="/docs/providers/oci/r/opsi_operations_insights_private_endpoint.html">oci_opsi_operations_insights_private_endpoint</a>
4583+
</li>
45754584
<li>
45764585
<a href="/docs/providers/oci/r/opsi_operations_insights_warehouse.html">oci_opsi_operations_insights_warehouse</a>
45774586
</li>
@@ -4678,6 +4687,9 @@
46784687
<li>
46794688
<a href="/docs/providers/oci/d/ocvp_sddcs.html">oci_ocvp_sddcs</a>
46804689
</li>
4690+
<li>
4691+
<a href="/docs/providers/oci/d/ocvp_supported_host_shapes.html">oci_ocvp_supported_host_shapes</a>
4692+
</li>
46814693
<li>
46824694
<a href="/docs/providers/oci/d/ocvp_supported_skus.html">oci_ocvp_supported_skus</a>
46834695
</li>

0 commit comments

Comments
 (0)