You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,19 @@
1
-
## 3.34.1 (Unreleased)
1
+
## 3.35.0 (Unreleased)
2
+
3
+
### Added
4
+
- Support for creating `instance_configuration` resource from the specified instance
5
+
- Support for Budget Alerts for Cost Tracking Tags
6
+
- Support for moving `oci_monitoring_alarm` across compartments
7
+
- Support for moving `health_checks_http_monitor` and `health_checks_ping_monitor` resources across compartments
8
+
- Support for moving `database_autonomous_database` and `database_db_system` resources across compartments
9
+
- Support for moving `database_autonomous_container_database` and `database_autonomous_exadata_infrastructure` resources across compartments
10
+
- Support for scheduling KMS vault deletion by specified time
11
+
12
+
### Fixed
13
+
- Fixed `oci_load_balancer_backend_set` by explicitly making `session_persistence_configuration` and `lb_cookie_session_persistence_configuration` mutually exclusive [Issue #825](https://github.com/terraform-providers/terraform-provider-oci/issues/825)
14
+
- Fixed use case of `oci_load_balancer_backend_set` with `lb_cookie_session_persistence_configuration` update operation without setting optional parameters `max_age_in_seconds` and `domain`
15
+
- Fixed `oci_identity_user_capabilities_management` to correctly set `can_use_auth_tokens` field
0 commit comments