Skip to content

Commit 17bbc21

Browse files
committed
Finalize changelog and release version
1 parent ffbb817 commit 17bbc21

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
## 3.12.0 (Unreleased)
1+
## 3.11.1 (Unreleased)
22

33
### Changed
44
- LoadBalancer BackendSets to have TypeSet for Backends to avoid out of order diffs
55

66
### Fixed
77
- Regression in handling of failed work-requests to pass the errors to the user and fail the apply
8+
- Removing certificates from load balancer listeners can be done by omitting `ssl_configuration`
9+
- Load balancer resources that are stuck in failed state during deletion can now be deleted after upgrading
10+
- Modifying immutable `metadata` fields such as `ssh_authorized_keys` and `user_data` should result in new instances
811

912
## 3.11.0 (December 18, 2018)
1013

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.0"
9+
const Version = "3.11.1"
1010

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

0 commit comments

Comments
 (0)