Skip to content

Commit

Permalink
Finalize changelog and release for version v6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxrovr committed Sep 30, 2024
1 parent b279b29 commit 38182e4
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 6.12.0 (Unreleased)

### Added
- Support for OIC Gen3 Disaster Recovery
- Support for ZPR v1 - Oracle Cloud World Scope - OC1 ONLY
- Support for Security Attributes
- Support for change hostname label to be updatable
- Support for Zero Trust Packet Routing
### Bug Fix
- add support for tunnel configurations in create private ipsec over fastconnect
- add publish_artifact branch in ocibuild.conf file

## 6.11.0 (September 24, 2024)

### Added
Expand Down
4 changes: 2 additions & 2 deletions internal/globalvar/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"log"
)

const Version = "6.11.0"
const Version = "6.12.0"

const ReleaseDate = "2024-09-24"
const ReleaseDate = "2024-10-05"

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

0 comments on commit 38182e4

Please sign in to comment.