Skip to content

Commit 354457c

Browse files
Finalize changelog and release for version v5.2.0
1 parent 9a0085f commit 354457c

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 5.2.0 (Unreleased)
2+
3+
### Added
4+
- Support for ADB-S: Storage Allocation Enhancements
5+
- validate function for pool state
6+
- NSG Support for private Database Registrations/Private Endpoints.
7+
- import dataset feature support
8+
- Support for ARM Support for Runner Component
9+
### Bug Fix
10+
- Corrected outdated documentation for db_name field of the oci_database_autonomous_database resource.
11+
- Fixed network-source/Domains/Polices resource discovery issue.
12+
113
## 5.1.0 (June 14, 2023)
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 = "5.1.0"
11-
const ReleaseDate = "2023-06-13"
10+
const Version = "5.2.0"
11+
const ReleaseDate = "2023-06-21"
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
@@ -1978,6 +1978,12 @@
19781978
<li>
19791979
<a href="/docs/providers/oci/d/dataflow_invoke_runs.html">oci_dataflow_invoke_runs</a>
19801980
</li>
1981+
<li>
1982+
<a href="/docs/providers/oci/d/dataflow_pool.html">oci_dataflow_pool</a>
1983+
</li>
1984+
<li>
1985+
<a href="/docs/providers/oci/d/dataflow_pools.html">oci_dataflow_pools</a>
1986+
</li>
19811987
<li>
19821988
<a href="/docs/providers/oci/d/dataflow_private_endpoint.html">oci_dataflow_private_endpoint</a>
19831989
</li>
@@ -2007,6 +2013,9 @@
20072013
<li>
20082014
<a href="/docs/providers/oci/r/dataflow_invoke_run.html">oci_dataflow_invoke_run</a>
20092015
</li>
2016+
<li>
2017+
<a href="/docs/providers/oci/r/dataflow_pool.html">oci_dataflow_pool</a>
2018+
</li>
20102019
<li>
20112020
<a href="/docs/providers/oci/r/dataflow_private_endpoint.html">oci_dataflow_private_endpoint</a>
20122021
</li>

0 commit comments

Comments
 (0)