@@ -6,6 +6,57 @@ All notable changes to this project will be documented in this file.
66
77The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
88
9+ 3.68.1 - 2025-10-21
10+ --------------------
11+ Added
12+ ~~~~~
13+ * Support for Helm Critical Resource Protection in DevOps Deploy service
14+
15+ * ``oci devops trigger-dry-run-result trigger-deployment-dry-run``
16+ * ``oci devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-deployment-details``
17+ * ``oci devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-deployment-details``
18+ * ``oci devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details``
19+ * ``oci devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-deployment-details``
20+ * ``oci devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details``
21+
22+ * Support for Parameterized Pipelines as a part of the Data Science Service
23+
24+ * ``oci data-science pipeline create --parameters``
25+ * ``oci data-science pipeline update --parameters``
26+ * ``oci data-science pipeline-run create --parameters-override``
27+ * ``oci data-science pipeline-run create --storage-mount-configuration-override-details-list``
28+ * ``oci data-science job-run create --job-storage-mount-configuration-override-details-list``
29+
30+ * Support for new optional ZPR Security Attributes parameter for creating/updating stream pool in Streaming Service
31+
32+ * ``oci streaming stream-pool create --security-attributes``
33+ * ``oci streaming stream-pool update --security-attributes``
34+
35+ * Support for Configurable Version Upgrade Policies in MySQL HeatWave Service
36+
37+ * ``oci mysql db-system update --maintenance``
38+ * ``oci mysql db-system import --maintenance``
39+ * ``oci mysql db-system create --maintenance``
40+ * ``oci mysql db-system clone --maintenance``
41+
42+ * Support for 26ai version in Fleet Software Update Service
43+
44+ * ``oci fleet-software-update fsu-collection create-db --source-major-version``
45+ * ``oci fleet-software-update fsu-collection create-gi --source-major-version``
46+ * ``oci fleet-software-update fsu-discovery create-db --details-source-major-version``
47+ * ``oci fleet-software-update fsu-discovery create-gi --details-source-major-version``
48+
49+ * Support to use LDAP schema version RFC2307bis when creating or updating a mount target to set the LDAP ID map in File Storage Service
50+
51+ * ``oci fs mount-target create --ldap-idmap``
52+ * ``oci fs mount-target update --ldap-idmap``
53+
54+ * Support for python 3.13
55+
56+ Security
57+ ~~~~~~~
58+ * updated setuptools dependency to `>= 78.1.1` for python version `>3.8` per: https://www.cve.org/CVERecord?id=CVE-2025-47273.
59+
9603.68.0 - 2025-10-07
1061--------------------
1162Added
0 commit comments