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 0d19453 commit 3bdc77eCopy full SHA for 3bdc77e
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 5.32.0 (Unreleased)
2
+
3
+### Added
4
+- Support for Container Instance Service: Configure Linux Capabilities
5
+- Support for OPSI News Report - SQL Insights
6
+- Support for Launch w/Multiple Attachments Support for VMs - Phase 1 for Goldman Sachs
7
+### Bug Fix
8
+- Terraform Improvements
9
10
## 5.31.0 (February 28, 2024)
11
12
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
"log"
)
-const Version = "5.31.0"
-const ReleaseDate = "2024-02-29"
+const Version = "5.32.0"
+const ReleaseDate = "2024-03-06"
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments