Skip to content

Commit 00b8fc8

Browse files
committed
Finalize changelog and release for version v4.115.0
1 parent 31f5f71 commit 00b8fc8

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 4.115.0 (Unreleased)
2+
3+
### Added
4+
- Retire service data connectivity
5+
- Support for Preemptible Worker NOdes
6+
- Support for Preemptible Worker Nodes
7+
- Support for LBaaS: HTTP healthchecks for HTTPS backendsets
8+
- Support for OpenSearch Resize Terraform update
9+
- README.md of service examples with magic button
10+
- Release for v4.114.0
11+
- Support for ACD & OKV Wallet Naming | ADB-D & ADB-C@C
12+
- Support for BDS - On Demand Bootstrap script execution (Only existing API changes)
13+
- Support for SCM: Support validating the credentials of the connection
14+
- Support for RDMA Network Instances
15+
- Support for Enhanced Cluster/Serverless/Cluster AddOns
16+
### Bug Fix
17+
- Detector_recipe_resource entityMapping fix
18+
- Update marketplace documentation and make a resource discoverable
19+
- Fixed oci_database_db_home resource documentation.
20+
- support for metric extraction in Scheduled task and is_enabled field in object collection rule
21+
- multiple terminating lifescyle states issue for integration test
22+
123
## 4.114.0 (March 29, 2023)
224

325
### 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.114.0"
11-
const ReleaseDate = "2023-03-30"
10+
const Version = "4.115.0"
11+
const ReleaseDate = "2023-04-05"
1212

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

0 commit comments

Comments
 (0)