Skip to content

Commit

Permalink
Finalize changelog and release for version v6.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinitp committed Oct 25, 2024
1 parent 5490b55 commit d13c7ff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 6.16.0 (Unreleased)

### Added
- Support for ESP & ICMP traffic support in NLB
- override_existing flag for container_engine.addon resource
- Support for Extending LBaaS to send traffic to gRPC backends
- Support to return the generated secret in response
- Support for Model Version Set - DataScience BugFix
- pdated resource scheduler public documentation
### Bug Fix
- Updated oci_core_instance_pool resource to allow unordered attach/detach operationsupdating tests to generate reports for Acceptance and Backward compatibility
- Fix Audit and SQL Firewall bugs - DataSafe

## 6.15.0 (October 23, 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.15.0"
const Version = "6.16.0"

const ReleaseDate = "2024-10-28"
const ReleaseDate = "2024-10-30"

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

0 comments on commit d13c7ff

Please sign in to comment.