Skip to content

Commit

Permalink
Finalize changelog and release for version v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinitp committed Aug 16, 2024
1 parent 00f727f commit 3505dbd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 6.8.0 (Unreleased)

### Added
- Support for autonomous database-dedicated
- Support for [DMS] RDS migrations
- Support for Oracle Home Version Control - Phase 3 (Patch ACD using GoldImage) | ADB-D & ADB-C@C
- Support for OAC Embedding options for internal services and Identity Domains first-class support in Analytics APIs
- Support for MySQL HeatWave Service: Storage Auto Scaling
- Support for OCI Cache with Redis
- Support for Support for running OCI OSS operation
- Support for Extend Data Retention Period for OIC Instance

## 6.7.0 (August 13, 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.7.0"
const Version = "6.8.0"

const ReleaseDate = "2024-08-17"
const ReleaseDate = "2024-08-21"

func PrintVersion() {
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
Expand Down
3 changes: 3 additions & 0 deletions website/oci.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8113,6 +8113,9 @@
<li>
<a href="/docs/providers/oci/d/redis_redis_cluster.html">oci_redis_redis_cluster</a>
</li>
<li>
<a href="/docs/providers/oci/d/redis_redis_cluster_nodes.html">oci_redis_redis_cluster_nodes</a>
</li>
<li>
<a href="/docs/providers/oci/d/redis_redis_clusters.html">oci_redis_redis_clusters</a>
</li>
Expand Down

0 comments on commit 3505dbd

Please sign in to comment.