@@ -6,6 +6,143 @@ 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.55.0 - 2025-05-06
10
+ --------------------
11
+ Added
12
+ ~~~~~
13
+ * Database Service
14
+
15
+ * Support for new parameters to get latest versions.
16
+
17
+ * ``oci db system-version list --shape --is-latest --resource-id``
18
+
19
+ * Support for the dry run feature in creating Cloud Exadata Infrastructure / Cloud Exadata VM Cluster in Database service
20
+
21
+ * ``oci db cloud-exa-infra create --opc-dry-run``
22
+ * ``oci db cloud-vm-cluster create --opc-dry-run``
23
+
24
+ * Log Analytics Service
25
+
26
+ * Support for Lookup Resources
27
+
28
+ * ``oci log-analytics lookup change-compartment``
29
+
30
+ * Support for additional recall and release attributes
31
+
32
+ * ``oci log-analytics storage list-recalled-info``
33
+
34
+ * Support for get templates
35
+
36
+ * ``oci log-analytics template list``
37
+ * ``oci log-analytics template get``
38
+
39
+ * Support for uploading otlp logs
40
+
41
+ * ``oci log-analytics upload upload-otlp-logs``
42
+
43
+ * Database Migration
44
+
45
+ * Support for new ODMS phase: ODMS_METADATA_TRANSFER
46
+
47
+ * ``oci database-migration migration start --wait-after``
48
+
49
+ * Fleet Application Management Service
50
+
51
+ * Support for change compartment in Fleet Application Management service
52
+
53
+ * ``oci fleet-apps-management fleet change-compartment``
54
+ * ``oci fleet-apps-management fleet-apps-management-admin platform-configuration change-compartment``
55
+ * ``oci fleet-apps-management fleet-apps-management-admin property change-compartment``
56
+ * ``oci fleet-apps-management fleet-apps-management-operations patch change-compartment``
57
+ * ``oci fleet-apps-management fleet-apps-management-runbooks runbook change-compartment``
58
+ * ``oci fleet-apps-management fleet-apps-management-runbooks task-record change-compartment``
59
+
60
+ * Support for platform configuration in the Fleet Application Management service
61
+
62
+ * ``oci fleet-apps-management fleet-apps-management-admin platform-configuration create-platform-configuration-lifecycle-operation-config-category-details``
63
+ * ``oci fleet-apps-management fleet-apps-management-admin platform-configuration create-platform-configuration-self-hosted-instance-config-category-details``
64
+
65
+ * Support for managing a runbook version in the Fleet Application Management service
66
+
67
+ * ``oci fleet-apps-management fleet-apps-management-runbooks runbook-version``
68
+
69
+ * Support for resource inventory in the Fleet Application Management service
70
+
71
+ * ``oci fleet-apps-management fleet-apps-management-operations inventory-record-collection list-inventory-records``
72
+
73
+ * Support for new optional parameters in the Fleet Application Management service
74
+
75
+ * ``oci fleet-apps-management fleet create --parent-fleet-id``
76
+
77
+ Changed
78
+ ~~~~~~~
79
+ * Fleet Application Management Service
80
+
81
+ * [BREAKING] --display-name and --resource-selection are now a required parameter in the Fleet Application Management service
82
+
83
+ * ``oci fleet-apps-management fleet create --compartment-id --display-name --resource-selection``
84
+
85
+ * [BREAKING] --fleet-type, --application-type, --group-type removed from fleet creation in the Fleet Application Management service
86
+
87
+ * ``oci fleet-apps-management fleet create --fleet-type --application-type --group-type``
88
+
89
+ * [BREAKING] --resource-selection-type, --rule-selection-criteria usage replaced with --resource-selection in fleet creation in the Fleet Application Management service
90
+
91
+ * ``oci fleet-apps-management fleet create --resource-selection``
92
+
93
+ * [BREAKING] oci fleet-apps-management work-request replaced with oci fleet-apps-management fleet-apps-management-work-request work-request in the Fleet Application Management service
94
+
95
+ * ``oci fleet-apps-management fleet-apps-management-work-request work-request``
96
+
97
+ * Log Analytics Service
98
+
99
+ * Support for filtering log sources based on pattern and listing property
100
+
101
+ * ``oci log-analytics source list-sources --pattern-text``
102
+ * ``oci log-analytics field upsert-field --is-keep-duplicates``
103
+ * ``oci log-analytics category list-resource-category --compartment-id``
104
+ * ``oci log-analytics property list-effective-properties --pattern-id-long``
105
+
106
+ * Support for additional attributes in entity
107
+
108
+ * ``oci log-analytics entity list --defined-tag-equals, --defined-tag-exists, --freeform-tag-equals, --freeform-tag-exists, --is-show-assoc-src-count``
109
+ * ``oci log-analytics entity get --is-show-assoc-src-count``
110
+ * ``oci log-analytics entity delete --is-force-delete``
111
+ * ``oci log-analytics entity-topology list --context``
112
+
113
+ * Support for filtering on lookup Resources
114
+
115
+ * ``oci log-analytics lookup get-summary --compartment-id``
116
+ * ``oci log-analytics lookup list --compartment-id``
117
+ * ``oci log-analytics lookup register-lookup --compartment-id``
118
+ * ``oci log-analytics lookup update --defined-tags, --freeform-tags``
119
+
120
+ * Object Collection Rule
121
+
122
+ * ``oci log-analytics object-collection-rule create --log-source-name, --stream-cursor-time, --stream-cursor-type, --stream-id``
123
+ * ``oci log-analytics object-collection-rule update --stream-cursor-time, --stream-cursor-type, --stream-id``
124
+
125
+ * Support for additional recall attributes
126
+
127
+ * ``oci log-analytics storage recall-archived-data --collection-id``
128
+
129
+ * Support for filtering scheduled tasks based on template-id
130
+
131
+ * ``oci log-analytics scheduled-task list --template-id``
132
+ * ``oci log-analytics scheduled-task create-standard-task --schedules``
133
+
134
+ * Network Service
135
+
136
+ * Add optional field lifetime to support reserve private ip feature
137
+
138
+ ``oci network vnic assign-private-ip --lifetime``
139
+
140
+ Fixed
141
+ ~~~~~
142
+ * `Github Issue #927 <https://github.com/oracle/oci-cli/issues/927>`_ for OCI Network Service
143
+
144
+ * `Github Issue #914 <https://github.com/oracle/oci-cli/issues/914>`_ for OCI Network Service
145
+
9
146
3.54.5 - 2025-04-29
10
147
--------------------
11
148
Added
0 commit comments