Skip to content

Commit 70e7aa4

Browse files
committed
Finalize changelog and release for version v3.30.0
1 parent c0457d6 commit 70e7aa4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- Support for scheduling KMS key deletion
66
- Support for moving Volumes, Volume groups, Boot Volumes and corresponding Backups across compartments
77
- Support for moving Service Gateway resource across Compartments
8+
9+
### Fixed
810
- Instance `create_vnic_detials` will be fetched for all applicable instance lifecycle states.
911

1012
## 3.29.0 (June 12, 2019)

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

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

0 commit comments

Comments
 (0)