We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d6abf commit 14b97cfCopy full SHA for 14b97cf
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 7.13.0 (August 6, 2025)
2
+
3
+### Added
4
+- Max Parallel Chunks configurable via env
5
+- Formatting changes in files
6
7
+### Bug Fix
8
+- for Create route table when route rule contains route_type.
9
+- Api Gateway terraform correction to align with public sdk resource locking changes
10
+- Adbs switchover logic and secret Id bug
11
12
## 7.12.0 (July 30, 2025)
13
14
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
"log"
)
-const Version = "7.12.0"
-const ReleaseDate = "2025-07-30"
+const Version = "7.13.0"
+const ReleaseDate = "2025-08-06"
func PrintVersion() {
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments