Skip to content

Commit a67b1d6

Browse files
sankhsinMaxrovr
authored andcommitted
Finalize changelog and release for version v7.9.0
1 parent 2b0c325 commit a67b1d6

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## 7.8.0 (July 03, 2025)
1+
## 7.9.0 (Unreleased)
2+
3+
### Added
4+
Added - Support for OSP OCI integration service: Fraud changes
5+
Support for GenAI Agents Tools API
6+
Support for BDS - Automatic Replacement of failed Master (MN0/MN1) and Utility nodes (UN0/UN1)
7+
### Bug Fix
8+
OS Management Hub: unregister managed instance on resource deletion
9+
To support TF import of KMS vault replica.
10+
11+
## 7.8.0 (July 5, 2025)
212

313
### Added
414
- Support for [Elastic Pool Support for Child Tenancies] Terraform Support in Prod Region ADB-S: Elastic Pool Support for Child Tenancies
@@ -10,8 +20,7 @@
1020
- Support for MultiCloud Data Plane Integration for Database services dbmulticloud changes
1121
### Bug Fix
1222
- Corrected Cloud Database Management Integration Test and added Example Test
13-
14-
## 7.7.0 (June 25, 2025)
23+
## 7.7.0 (June 24, 2025)
1524

1625
### Added
1726
- Support for BYoIPv6 support on LBaaS (API ONLY Release)

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.8.0"
11-
const ReleaseDate = "2025-07-07"
10+
const Version = "7.9.0"
11+
const ReleaseDate = ""
1212

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

0 commit comments

Comments
 (0)