@@ -6,6 +6,69 @@ 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.49.2 - 2024-10-15
10+ --------------------
11+ Added
12+ ~~~~~
13+ * Container Engine For Kubernetes
14+
15+ * Support for new Open Id Connect Discovery feature in the OKE Control Plane service
16+
17+ * ``oci ce cluster create --open-id-connect-discovery-enabled ``
18+
19+ * Support for new Open Id Connect Authentication commands in the OKE Control Plane service
20+
21+ * ``oci ce cluster create --oidc-ca-certificate ``
22+ * ``oci ce cluster create --oidc-client-id ``
23+ * ``oci ce cluster create --oidc-groups-claim ``
24+ * ``oci ce cluster create --oidc-groups-prefix ``
25+ * ``oci ce cluster create --oidc-issuer-url ``
26+ * ``oci ce cluster create --oidc-required-claims ``
27+ * ``oci ce cluster create --oidc-signing-algorithms ``
28+ * ``oci ce cluster create --oidc-username-claim ``
29+ * ``oci ce cluster create --oidc-username-prefix ``
30+ * ``oci ce cluster create --open-id-connect-auth-enabled ``
31+
32+ * DNS Service
33+
34+ * Support for new DNS security extensions (DNSSEC) parameters in the DNS service.
35+
36+ * ``oci dns zone create --dnssec-state ``
37+ * ``oci dns zone update --dnssec-state ``
38+ * ``oci dns zone list --dnssec-state ``
39+
40+ * Support for new DNS security extensions (DNSSEC) commands in the DNS service.
41+
42+ * ``oci dns zone promote-zone-dnssec-key-version ``
43+ * ``oci dns zone stage-zone-dnssec-key-version ``
44+
45+ * BlockStorage service
46+
47+ * Support for new xrc-kms-key-id parameter in Core Service
48+
49+ * ``oci bv boot-volume create --xrc-kms-key-id ``
50+ * ``oci bv boot-volume create-boot-volume-boot-volume-source-from-boot-volume-replica-details --xrc-kms-key-id ``
51+ * ``oci bv volume create --xrc-kms-key-id ``
52+ * ``oci bv volume create-volume-volume-source-from-block-volume-replica-details --xrc-kms-key-id ``
53+ * ``oci bv volume-backup-policy-assignment create --xrc-kms-key-id ``
54+ * ``oci bv volume-group creat --xrc-kms-key-id ``
55+
56+ * Support for Direct API feature in BlockStorage service
57+
58+ * ``oci bv volume create-volume-source-from-volume-backup-delta ``
59+ * ``oci bv boot-volume create-boot-volume-source-from-boot-volume-backup-delta ``
60+
61+ * Goldengate Service
62+
63+ * Add support for list deployment environments
64+
65+ * ``oci goldengate deployment-environment list ``
66+
67+ * Support for defining environment type for deployments in GoldenGate service
68+
69+ * ``oci goldengate deployment create --environment-type ``
70+ * ``oci goldengate deployment update --environment-type`
71+
9723.49.1 - 2024-10-10
1073--------------------
1174Added
0 commit comments