Skip to content

Commit bc9fc72

Browse files
committed
Finalize changelog and release for version v4.106.0
1 parent e76dbb0 commit bc9fc72

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.106.0 (Unreleased)
2+
3+
### Added
4+
- Support for ADB-D and ADB on ExaCC | ECPU Billing
5+
- apm_config: support for usage and ownership details
6+
- Support for ADB-S: Support Vault Secret ID for ADMIN Password
7+
- Support for OCI Search Service with OpenSearch Local Role Based Access Control
8+
- Support for Confidential VM
9+
- Support for DevOps Deploy Shell stage
10+
- Support for Fix Terraform Resource Discovery for Route Tables, Security List, DhcpOptions and Vlans
11+
112
## 4.105.0 (January 25, 2023)
213

314
### 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.105.0"
11-
const ReleaseDate = "2023-01-25"
10+
const Version = "4.106.0"
11+
const ReleaseDate = "2023-02-02"
1212

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

0 commit comments

Comments
 (0)