Skip to content

Commit 1e3c2de

Browse files
author
ccushing
committed
Final version number and changelog message
1 parent b4dbb09 commit 1e3c2de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- Retried SDK calls are now jittered to avoid herding of retry requests in high parallelism scenarios
1010
- Fail the initialization of the provider if either of `user_ocid`, `fingerprint`, `private_key`, `private_key_path` or `private_key_password` are specified for `InstancePrincipal` or `InstancePrincipalWithCerts` auth mode.
1111

12+
### Note
13+
- Examples and test updated to use VM.Standard2.1
14+
- Windows example image updated to Windows-Server-2012-R2-Standard-Edition-VM-Gen2-2018.12.12-0
15+
1216
## 3.11.2 (January 10, 2019)
1317

1418
### Fixed

oci/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77
)
88

9-
const Version = "3.11.2"
9+
const Version = "3.12.0"
1010

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

0 commit comments

Comments
 (0)