Skip to content

Commit 39d7d7f

Browse files
committed
Finalize changelog and release for version v7.10.0
1 parent f36b082 commit 39d7d7f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 7.10.0 (Unreleased)
2+
3+
### Added
4+
- Support for GenAI Agents Tools API
5+
- Support for BDS - Automatic Replacement of failed Master (MN0/MN1) and Utility nodes (UN0/UN1)
6+
- Support for OSP OCI integration service: Fraud changes
7+
### Bug Fix
8+
Fix unpinning of addon version
9+
- Check OIDC is enabled in state to prevent drift
10+
- fixed backup type issue
11+
- OS Management Hub: unregister managed instance on resource deletion
12+
ed - To support TF import of KMS vault replica.
13+
114
## 7.9.0 (July 09, 2025)
215

316
### 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 = "7.9.0"
11-
const ReleaseDate = "2025-07-09"
10+
const Version = "7.10.0"
11+
const ReleaseDate = "2025-07-20"
1212

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

0 commit comments

Comments
 (0)