Skip to content

Commit cededff

Browse files
committed
Finalize changelog and release for version v4.121.0
1 parent 4417519 commit cededff

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 4.121.0 (Unreleased)
2+
3+
### Added
4+
- Fix for fmt check
5+
- Support for FAaaS - Fusion Analytics Warehouse Integration
6+
- Support for Scheduler for full and incremental backup
7+
### Bug Fix
8+
- Data Safe - ExaCS DB registration issue
9+
- Fix APM Synthetic service example documentation to handle RMS-6682
10+
111
## 4.120.0 (May 10, 2023)
212

313
### 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.120.0"
11-
const ReleaseDate = "2023-05-11"
10+
const Version = "4.121.0"
11+
const ReleaseDate = "2023-05-17"
1212

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

website/oci.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4026,6 +4026,9 @@
40264026
<li>
40274027
<a href="/docs/providers/oci/r/fusion_apps_fusion_environment_refresh_activity.html">oci_fusion_apps_fusion_environment_refresh_activity</a>
40284028
</li>
4029+
<li>
4030+
<a href="/docs/providers/oci/r/fusion_apps_fusion_environment_service_attachment.html">oci_fusion_apps_fusion_environment_service_attachment</a>
4031+
</li>
40294032
</ul>
40304033
</li>
40314034
</ul>

0 commit comments

Comments
 (0)