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 7ab2805 commit b009003Copy full SHA for b009003
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 4.111.0 (Unreleased)
2
+
3
+### Added
4
+- Support for OCI Data Science Custom Container Images for Model Deployment
5
+- Support for OCM - Add Disaster Recovery Feature
6
+- Support for Management Agent API changes
7
+- Support for ADB-S: Long-Term Automatic Backup Retention
8
+- Support for UpdateInstanceConstraint in Terraform
9
10
## 4.110.0 (March 01, 2023)
11
12
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
"log"
)
-const Version = "4.110.0"
-const ReleaseDate = "2023-03-01"
+const Version = "4.111.0"
+const ReleaseDate = "2023-03-08"
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments