You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,33 @@ 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.74.1 - 2026-02-17
10
+
-------------------
11
+
Added
12
+
~~~~~
13
+
* Container Engine service
14
+
15
+
* Support for customer-controlled public IP decommission feature for oracle kubernetes engine
16
+
17
+
* ``oci ce cluster extend-endpoint-decommission-rollback-deadline``
18
+
* ``oci ce cluster get-public-api-endpoint-decommission-status``
19
+
* ``oci ce cluster rollback-public-api-endpoint-decommission``
20
+
* ``oci ce cluster start-public-api-endpoint-decommission``
21
+
22
+
* Core service
23
+
24
+
* New optional parameter ``--gpu-memory-cluster-scale-config`` to provide GPU memory scale configuration while creating and updating Compute GPU Memory Cluster
@cluster_group.command(name=cli_util.override('ce.extend_endpoint_decommission_rollback_deadline.command_name', 'extend-endpoint-decommission-rollback-deadline'), help=u"""Extend the rollback deadline of public api endpoint decommission for a cluster. The operation can only be performed within decommission rollback deadline. \n[Command Reference](extendEndpointDecommissionRollbackDeadline)""")
1159
+
@cli_util.option('--cluster-id', required=True, help=u"""The OCID of the cluster.""")
1160
+
@cli_util.option('--rollback-deadline-delay', required=True, help=u"""The optional override delay of the rollback deadline once decommission is finished. maximum to 30 days could be added. Once Deadline is passed, rollback will not able to be launched.""")
1161
+
@cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
@cluster_group.command(name=cli_util.override('ce.get_addon.command_name', 'get-addon'), help=u"""Get the specified addon for a cluster. \n[Command Reference](getAddon)""")
1159
1190
@cli_util.option('--cluster-id', required=True, help=u"""The OCID of the cluster.""")
1160
1191
@cli_util.option('--addon-name', required=True, help=u"""The name of the addon.""")
@@ -1338,6 +1369,28 @@ def get_node_pool_options(ctx, from_json, node_pool_option_id, compartment_id, s
1338
1369
cli_util.render_response(result, ctx)
1339
1370
1340
1371
1372
+
@cluster_group.command(name=cli_util.override('ce.get_public_api_endpoint_decommission_status.command_name', 'get-public-api-endpoint-decommission-status'), help=u"""Get cluster public api endpoint decommission status. \n[Command Reference](getPublicApiEndpointDecommissionStatus)""")
1373
+
@cli_util.option('--cluster-id', required=True, help=u"""The OCID of the cluster.""")
@virtual_node_pool_group.command(name=cli_util.override('ce.get_virtual_node.command_name', 'get-virtual-node'), help=u"""Get the details of a virtual node. \n[Command Reference](getVirtualNode)""")
1342
1395
@cli_util.option('--virtual-node-pool-id', required=True, help=u"""The OCID of the virtual node pool.""")
1343
1396
@cli_util.option('--virtual-node-id', required=True, help=u"""The OCID of the virtual node.""")
@cluster_group.command(name=cli_util.override('ce.rollback_public_api_endpoint_decommission.command_name', 'rollback-public-api-endpoint-decommission'), help=u"""Rollback public api endpoint decommission for a cluster, legacy kubernetes endpoint will be brought back once the operation is completed. The operation can only be performed within decommission rollback deadline. \n[Command Reference](rollbackPublicApiEndpointDecommission)""")
2296
+
@cli_util.option('--cluster-id', required=True, help=u"""The OCID of the cluster.""")
2297
+
@cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
2298
+
@cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]), multiple=True, help="""This operation asynchronously creates, modifies or deletes a resource and uses a work request to track the progress of the operation. Specify this option to perform the action and then wait until the work request reaches a certain state. Multiple states can be specified, returning on the first state. For example, --wait-for-state ACCEPTED --wait-for-state CANCELED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
2299
+
@cli_util.option('--max-wait-seconds', type=click.INT, help="""The maximum time to wait for the work request to reach the state defined by --wait-for-state. Defaults to 1200 seconds.""")
2300
+
@cli_util.option('--wait-interval-seconds', type=click.INT, help="""Check every --wait-interval-seconds to see whether the work request has reached the state defined by --wait-for-state. Defaults to 30 seconds.""")
# If we fail, we should show an error, but we should still provide the information to the customer
2338
+
click.echo('Failed to wait until the work request entered the specified state. Outputting last known resource state', file=sys.stderr)
2339
+
cli_util.render_response(result, ctx)
2340
+
sys.exit(2)
2341
+
exceptException:
2342
+
click.echo('Encountered error while waiting for work request to enter the specified state. Outputting last known resource state', file=sys.stderr)
2343
+
cli_util.render_response(result, ctx)
2344
+
raise
2345
+
else:
2346
+
click.echo('Unable to wait for the work request to enter the specified state', file=sys.stderr)
2347
+
cli_util.render_response(result, ctx)
2348
+
2349
+
2242
2350
@cluster_group.command(name=cli_util.override('ce.start_credential_rotation.command_name', 'start-credential-rotation'), help=u"""Start cluster credential rotation by adding new credentials, old credentials will still work after this operation. \n[Command Reference](startCredentialRotation)""")
2243
2351
@cli_util.option('--cluster-id', required=True, help=u"""The OCID of the cluster.""")
2244
2352
@cli_util.option('--auto-completion-delay-duration', required=True, help=u"""The duration in days(in ISO 8601 notation eg. P5D) after which the old credentials should be retired. Maximum delay duration is 90 days.""")
@cluster_group.command(name=cli_util.override('ce.start_public_api_endpoint_decommission.command_name', 'start-public-api-endpoint-decommission'), help=u"""Start public api endpoint decommission for a cluster, legacy kubernetes endpoint will no longer available after this operation. \n[Command Reference](startPublicApiEndpointDecommission)""")
2412
+
@cli_util.option('--cluster-id', required=True, help=u"""The OCID of the cluster.""")
2413
+
@cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
2414
+
@cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]), multiple=True, help="""This operation asynchronously creates, modifies or deletes a resource and uses a work request to track the progress of the operation. Specify this option to perform the action and then wait until the work request reaches a certain state. Multiple states can be specified, returning on the first state. For example, --wait-for-state ACCEPTED --wait-for-state CANCELED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
2415
+
@cli_util.option('--max-wait-seconds', type=click.INT, help="""The maximum time to wait for the work request to reach the state defined by --wait-for-state. Defaults to 1200 seconds.""")
2416
+
@cli_util.option('--wait-interval-seconds', type=click.INT, help="""Check every --wait-interval-seconds to see whether the work request has reached the state defined by --wait-for-state. Defaults to 30 seconds.""")
# If we fail, we should show an error, but we should still provide the information to the customer
2454
+
click.echo('Failed to wait until the work request entered the specified state. Outputting last known resource state', file=sys.stderr)
2455
+
cli_util.render_response(result, ctx)
2456
+
sys.exit(2)
2457
+
exceptException:
2458
+
click.echo('Encountered error while waiting for work request to enter the specified state. Outputting last known resource state', file=sys.stderr)
2459
+
cli_util.render_response(result, ctx)
2460
+
raise
2461
+
else:
2462
+
click.echo('Unable to wait for the work request to enter the specified state', file=sys.stderr)
2463
+
cli_util.render_response(result, ctx)
2464
+
2465
+
2303
2466
@cluster_group.command(name=cli_util.override('ce.update_addon.command_name', 'update-addon'), help=u"""Update addon details for a cluster. \n[Command Reference](updateAddon)""")
2304
2467
@cli_util.option('--cluster-id', required=True, help=u"""The OCID of the cluster.""")
2305
2468
@cli_util.option('--addon-name', required=True, help=u"""The name of the addon.""")
0 commit comments