Skip to content

Commit 38182e4

Browse files
committed
Finalize changelog and release for version v6.12.0
1 parent b279b29 commit 38182e4

File tree

3 files changed

+311
-8
lines changed

3 files changed

+311
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 6.12.0 (Unreleased)
2+
3+
### Added
4+
- Support for OIC Gen3 Disaster Recovery
5+
- Support for ZPR v1 - Oracle Cloud World Scope - OC1 ONLY
6+
- Support for Security Attributes
7+
- Support for change hostname label to be updatable
8+
- Support for Zero Trust Packet Routing
9+
### Bug Fix
10+
- add support for tunnel configurations in create private ipsec over fastconnect
11+
- add publish_artifact branch in ocibuild.conf file
12+
113
## 6.11.0 (September 24, 2024)
214

315
### Added

internal/globalvar/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"log"
88
)
99

10-
const Version = "6.11.0"
10+
const Version = "6.12.0"
1111

12-
const ReleaseDate = "2024-09-24"
12+
const ReleaseDate = "2024-10-05"
1313

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

0 commit comments

Comments
 (0)