Skip to content

Commit ff09c1f

Browse files
committed
Finalize changelog and release for version v4.96.0
1 parent ee2a11b commit ff09c1f

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 4.96.0 (Unreleased)
2+
3+
### Added
4+
- Support for FSS : Support for cross region replication
5+
- resource discovery for private DNS zones and rrsets
6+
- Support for BDS - Start/Stop Cluster
7+
- Support for OPSI Windows/Solaris support
8+
- Support for OCI Bastions - DNS Support
9+
- Generate terraform config for services with non zero resource only
10+
- Id based RD without resourceType
11+
- Support for EXACC Elastic Compute
12+
### Bug Fix
13+
- Support for repeated Deployments on each apply
14+
- canaryStrategy code added to fix the issue
15+
116
## 4.95.0 (September 28, 2022)
217

318
### 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.95.0"
11-
const ReleaseDate = "2022-09-28"
10+
const Version = "4.96.0"
11+
const ReleaseDate = "2022-10-05"
1212

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

website/oci.erb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3547,6 +3547,18 @@
35473547
<li>
35483548
<a href="/docs/providers/oci/d/file_storage_mount_targets.html">oci_file_storage_mount_targets</a>
35493549
</li>
3550+
<li>
3551+
<a href="/docs/providers/oci/d/file_storage_replication.html">oci_file_storage_replication</a>
3552+
</li>
3553+
<li>
3554+
<a href="/docs/providers/oci/d/file_storage_replication_target.html">oci_file_storage_replication_target</a>
3555+
</li>
3556+
<li>
3557+
<a href="/docs/providers/oci/d/file_storage_replication_targets.html">oci_file_storage_replication_targets</a>
3558+
</li>
3559+
<li>
3560+
<a href="/docs/providers/oci/d/file_storage_replications.html">oci_file_storage_replications</a>
3561+
</li>
35503562
<li>
35513563
<a href="/docs/providers/oci/d/file_storage_snapshot.html">oci_file_storage_snapshot</a>
35523564
</li>
@@ -3570,6 +3582,9 @@
35703582
<li>
35713583
<a href="/docs/providers/oci/r/file_storage_mount_target.html">oci_file_storage_mount_target</a>
35723584
</li>
3585+
<li>
3586+
<a href="/docs/providers/oci/r/file_storage_replication.html">oci_file_storage_replication</a>
3587+
</li>
35733588
<li>
35743589
<a href="/docs/providers/oci/r/file_storage_snapshot.html">oci_file_storage_snapshot</a>
35753590
</li>

0 commit comments

Comments
 (0)