Skip to content

Commit ac020a3

Browse files
author
Ravi Tandon
committed
Finalize changelog and release for version v3.28.0
1 parent aaeb408 commit ac020a3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
### Added
44
- Support for ATP-S autoscaling
5-
- Support for specifying Fault Domains in `launch_details` for `oci_core_instance_configuration` resource
5+
- Support for specifying Fault Domains in `launch_details` for `oci_core_instance_configuration` resource
6+
- Support for defined tags and tag namespace deletion
67

78
## 3.27.0 (May 29, 2019)
89

@@ -49,7 +50,7 @@
4950
- Support for updating `license_model` for `oci_autonomous_database` resource
5051
- Support for updating `static_routes` and new `cpe_local_identifier` in `oci_core_ipsec` resource for improved VPN service usability
5152
- Support for updating `whitelisted_ips` in `autonomous_database`. Note: Cannot be used during creation.
52-
- Support tagging for Dynamic Groups in Identity
53+
- Support tagging for Dynamic Groups in Identity
5354

5455
## 3.22.0 (April 10, 2019)
5556

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

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

0 commit comments

Comments
 (0)