@@ -6,6 +6,100 @@ 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.51.9 - 2025-02-25
10
+ --------------------
11
+ Fixed
12
+ ~~~~~
13
+ * Unsupported feature "COMMAND health check" feature for Container Instance Service has been removed, There is no specific CLI change since the option is passed in by json blob ( --containers [complex type])
14
+
15
+ Added
16
+ ~~~~~
17
+ * Support for Database Lifecycle Management
18
+ * ``oci dblm``
19
+
20
+ * Support for OCI cache service
21
+ * ``oci cache``
22
+
23
+ * Support for Bring Your Own DKIM Keys in OCI Email Delivery Service
24
+
25
+ * Support for Dataflow Steps and Storage Mounts in Pipelines in Data Science service
26
+
27
+ * ``oci data-science pipeline create --storage-mount-configuration-details-list``
28
+ * ``oci data-science pipeline update --storage-mount-configuration-details-list``
29
+
30
+ * Support for new Open Id Connect Multi Authentication command in the OKE Control Plane service
31
+
32
+ * ``oci ce cluster create --configuration-file``
33
+
34
+ * Support for the ZPR Security Attributes
35
+
36
+ * ``oci load balancer``
37
+
38
+ * Support for Reserve Private IP for Private IP and IPv6
39
+
40
+ * ``oci network ipv6 ipv6-vnic-detach <input-params>``
41
+ * ``oci network private-ip private-ip-vnic-detach <input- params>``
42
+
43
+ * Support for new optional parameters in the Private IP and IPv6 for Reserve Private IP
44
+ * ``oci network ipv6 create --lifetime``
45
+ * ``oci network private-ip create --lifetime``
46
+ * ``oci network ipv6 update --lifetime``
47
+ * ``oci network private-ip update --lifetime``
48
+
49
+ * Support for extra user-editable configuration parameters in the MySQL Heatwave Database service
50
+
51
+ * OS Management Hub service
52
+
53
+ * Support for rebooting of instances, groups and lifecycle stages
54
+
55
+ * ``oci os-management-hub lifecycle-stage reboot``
56
+ * ``oci os-management-hub managed-instance reboot``
57
+ * ``oci os-management-hub managed-instance-group reboot``
58
+
59
+ * Support for private and third party repositories
60
+ * ``oci os-management-hub software-source create-private-swsrc``
61
+ * ``oci os-management-hub software-source create-third-party-swsrc``
62
+ * ``oci os-management-hub software-source update-private-swsrc``
63
+ * ``oci os-management-hub software-source update-third-party-swsrc``
64
+
65
+ * Support for re-running work requests
66
+ * ``oci os-management-hub work-request rerun``
67
+
68
+ * Support for new commands for custom software sources
69
+ * ``oci os-management-hub software-source get-software-source-manifest``
70
+ * ``oci os-management-hub software-source update-software-source-manifest``
71
+ * ``oci os-management-hub software-source remove-packages``
72
+ * ``oci os-management-hub software-source replace-packages``
73
+ * ``oci os-management-hub software-source list-available-software-packages``
74
+ * ``oci os-management-hub software-source generate-metadata``
75
+
76
+ * Support for new commands for profiles
77
+ * ``oci os-management-hub profile list-available-software-sources``
78
+ * ``oci os-management-hub profile get-profile-version``
79
+ * ``oci os-management-hub profile detach-software-sources``
80
+ * ``oci os-management-hub profile attach-software-sources``
81
+ * ``oci os-management-hub profile attach-management-station``
82
+ * ``oci os-management-hub profile attach-managed-instance-group``
83
+ * ``oci os-management-hub profile attach-lifecycle-stage``
84
+ * ``oci os-management-hub profile create-windows-stand-alone-profile``
85
+
86
+ * Support for new commands for manages instances
87
+ * ``oci os-management-hub managed-instance associate-managed-instances-with-management-station``
88
+
89
+ * Support for new optional parameter
90
+ * ``oci os-management-hub managed-instance list --agent-version --management-station --is-reboot-required --management-station-ne
91
+ * ``oci os-management-hub managed-instance-group install-packages --is-latest``
92
+ * ``oci os-management-hub management-station create --is-auto-config-enabled``
93
+ * ``oci os-management-hub management-station update --is-auto-config-enabled``
94
+ * ``oci os-management-hub management-station list --location --location-ne
95
+ * ``oci os-management-hub profile list --management-station --management-station-ne --profile-version``
96
+ * ``oci os-management-hub scheduled-job create --work-request-id``
97
+ * ``oci os-management-hub software-source add-packages --is-continue-on-missing-packages``
98
+ * ``oci os-management-hub software-source create-custom-swsrc --software-source-sub-type``
99
+ * ``oci os-management-hub software-source create-versioned-custom-swsrc --software-source-sub-type``
100
+ * ``oci os-management-hub software-source list ----is-mirror-sync-allowed``
101
+ * ``oci os-management-hub work-request list --rerun-of-id``
102
+
9
103
3.51.8 - 2025-02-18
10
104
--------------------
11
105
Added
0 commit comments