@@ -6,6 +6,61 @@ All notable changes to this project will be documented in this file.
6
6
7
7
The format is based on `Keep a Changelog <http://keepachangelog.com/ >`__.
8
8
9
+ 3.39.0 - 2024-04-09
10
+ --------------------
11
+ Removed
12
+ ~~~~~
13
+
14
+ * [BREAKING] Application Migration Service removed
15
+
16
+ * ``oci application-migration ``
17
+
18
+ Added
19
+ ~~~~~
20
+ * Support for oke workload resource principal signer auth using --auth oke_workload_identity option
21
+
22
+ * OCI Network Load Balancer Service
23
+
24
+ * Support for the Domain Name System based backend health check
25
+
26
+ * ``oci nlb health-checker update --dns ``
27
+
28
+ * Support for Fail Open in Network Load Balancer service
29
+
30
+ * ``oci nlb backend-set create --is-fail-open ``
31
+ * ``oci nlb backend-set update --is-fail-open ``
32
+
33
+ * New NLB feature with Instant FailOver
34
+
35
+ * ``oci nlb backend-set create --is-instant-failover-enabled' ``
36
+ * ``oci nlb backend-set update --is-instant-failover-enabled' ``
37
+
38
+ * Stack Monitoring Service
39
+
40
+ * Support for adding/updating source type and resource category for resource types in the Stack Monitoring Service
41
+
42
+ * ``oci stack-monitoring resource-type create --resource-category, --source-type ``
43
+ * ``oci stack-monitoring resource-type create-system-format-resource-type --resource-category, --source-type ``
44
+ * ``oci stack-monitoring resource-type update --resource-category, --source-type ``
45
+ * ``oci stack-monitoring resource-type update-system-format-resource-type --resource-category, --source-type ``
46
+
47
+ * Support for searching resources based on resource category, sourceType, multiple compartments, multiple lifecycle states in the Stack Monitoring Service
48
+
49
+ * ``oci stack-monitoring resource search --compartment-ids, --lifecycle-states, --resource-category, --source-type ``
50
+
51
+ * Support for filtering listed resources based on lifecycle status in the Stack Monitoring Service
52
+
53
+ * ``oci stack-monitoring resource list --status ``
54
+
55
+ * Support for creating tasks with new config parameters in the Stack Monitoring Service
56
+
57
+ * ``oci stack-monitoring resource-task import-telemetry-resources --console-path-prefix, --external-id-mapping, --up-status-mappings, --resource-name-filter, --resource-name-mapping, --resource-type-filter, --resource-type-mapping, --service-base-url, --use-metrics-for-status ``
58
+
59
+ * Support for setting nested resource principal parent URL in the Oracle Cloud Infrastructure Data Flow service
60
+
61
+ * ``oci data-flow run create --opc-parent-rpt-url ``
62
+ * ``oci data-flow run submit --opc-parent-rpt-url ``
63
+
9
64
3.38.1 - 2024-04-02
10
65
-------------------
11
66
Added
0 commit comments