From 4c3ec64e2a6dc2a42c5e2c702fce27c16bf9770b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:33:50 +0000 Subject: [PATCH] Bump version to 3.13.0 (#6600) Co-authored-by: dreambeyondorange <13821971+dreambeyondorange@users.noreply.github.com> --- api/client/src/README.md | 2 +- api/client/src/pcluster_client/__init__.py | 2 +- .../api/cluster_compute_fleet_api.py | 2 +- .../api/cluster_instances_api.py | 2 +- .../pcluster_client/api/cluster_logs_api.py | 2 +- .../api/cluster_operations_api.py | 2 +- .../src/pcluster_client/api/image_logs_api.py | 2 +- .../api/image_operations_api.py | 2 +- api/client/src/pcluster_client/api_client.py | 2 +- .../src/pcluster_client/configuration.py | 4 +-- api/client/src/pcluster_client/exceptions.py | 2 +- .../src/pcluster_client/model/ami_info.py | 2 +- .../bad_request_exception_response_content.py | 2 +- ..._bad_request_exception_response_content.py | 2 +- .../model/build_image_request_content.py | 2 +- .../model/build_image_response_content.py | 2 +- .../src/pcluster_client/model/change.py | 2 +- .../model/cloud_formation_resource_status.py | 2 +- .../model/cloud_formation_stack_status.py | 2 +- .../model/cluster_configuration_structure.py | 2 +- .../model/cluster_info_summary.py | 2 +- .../pcluster_client/model/cluster_instance.py | 2 +- .../pcluster_client/model/cluster_status.py | 2 +- .../model/cluster_status_filtering_option.py | 2 +- .../model/compute_fleet_status.py | 2 +- .../model/config_validation_message.py | 2 +- .../conflict_exception_response_content.py | 2 +- ..._bad_request_exception_response_content.py | 2 +- .../model/create_cluster_request_content.py | 2 +- .../model/create_cluster_response_content.py | 2 +- .../model/delete_cluster_response_content.py | 2 +- .../model/delete_image_response_content.py | 2 +- ...ribe_cluster_instances_response_content.py | 2 +- .../describe_cluster_response_content.py | 2 +- ...describe_compute_fleet_response_content.py | 2 +- .../model/describe_image_response_content.py | 2 +- ...un_operation_exception_response_content.py | 2 +- .../src/pcluster_client/model/ec2_ami_info.py | 2 +- .../model/ec2_ami_info_summary.py | 2 +- .../pcluster_client/model/ec2_ami_state.py | 2 +- .../src/pcluster_client/model/ec2_instance.py | 2 +- .../src/pcluster_client/model/failure.py | 2 +- ...get_cluster_log_events_response_content.py | 2 +- ...t_cluster_stack_events_response_content.py | 2 +- .../get_image_log_events_response_content.py | 2 +- ...get_image_stack_events_response_content.py | 2 +- .../model/image_build_status.py | 2 +- .../model/image_builder_image_status.py | 2 +- .../model/image_configuration_structure.py | 2 +- .../model/image_info_summary.py | 2 +- .../model/image_status_filtering_option.py | 2 +- .../pcluster_client/model/instance_state.py | 2 +- ...rnal_service_exception_response_content.py | 2 +- ...mit_exceeded_exception_response_content.py | 2 +- ...st_cluster_log_streams_response_content.py | 2 +- .../model/list_clusters_response_content.py | 2 +- ...list_image_log_streams_response_content.py | 2 +- .../model/list_images_response_content.py | 2 +- .../list_official_images_response_content.py | 2 +- .../src/pcluster_client/model/log_event.py | 2 +- .../src/pcluster_client/model/log_stream.py | 2 +- .../pcluster_client/model/login_nodes_pool.py | 2 +- .../model/login_nodes_state.py | 2 +- .../src/pcluster_client/model/metadata.py | 2 +- .../src/pcluster_client/model/node_type.py | 2 +- .../not_found_exception_response_content.py | 2 +- .../model/requested_compute_fleet_status.py | 2 +- .../src/pcluster_client/model/scheduler.py | 2 +- .../src/pcluster_client/model/stack_event.py | 2 +- api/client/src/pcluster_client/model/tag.py | 2 +- ...uthorized_client_error_response_content.py | 2 +- ..._bad_request_exception_response_content.py | 2 +- .../model/update_cluster_request_content.py | 2 +- .../model/update_cluster_response_content.py | 2 +- .../update_compute_fleet_request_content.py | 2 +- .../update_compute_fleet_response_content.py | 2 +- .../src/pcluster_client/model/update_error.py | 2 +- .../pcluster_client/model/validation_level.py | 2 +- api/client/src/pcluster_client/model_utils.py | 2 +- api/client/src/pcluster_client/rest.py | 2 +- api/client/src/setup.py | 2 +- api/infrastructure/parallelcluster-api.yaml | 8 ++--- api/spec/openapi/ParallelCluster.openapi.yaml | 2 +- api/spec/smithy/model/parallelcluster.smithy | 2 +- cli/setup.py | 2 +- cli/src/pcluster/api/openapi/openapi.yaml | 2 +- cli/src/pcluster/constants.py | 4 +-- .../custom_resource/cluster-1-click.yaml | 2 +- cloudformation/custom_resource/cluster.yaml | 2 +- pc_support/os_3.13.0.json | 32 +++++++++++++++++++ 90 files changed, 126 insertions(+), 94 deletions(-) create mode 100644 pc_support/os_3.13.0.json diff --git a/api/client/src/README.md b/api/client/src/README.md index 2a9ad7d9c6..1efaac4444 100644 --- a/api/client/src/README.md +++ b/api/client/src/README.md @@ -3,7 +3,7 @@ ParallelCluster API This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 3.12.0 +- API version: 3.13.0 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/api/client/src/pcluster_client/__init__.py b/api/client/src/pcluster_client/__init__.py index f8167dc254..c76b0346f0 100644 --- a/api/client/src/pcluster_client/__init__.py +++ b/api/client/src/pcluster_client/__init__.py @@ -5,7 +5,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/api/cluster_compute_fleet_api.py b/api/client/src/pcluster_client/api/cluster_compute_fleet_api.py index cbf0d296d9..653970a0f3 100644 --- a/api/client/src/pcluster_client/api/cluster_compute_fleet_api.py +++ b/api/client/src/pcluster_client/api/cluster_compute_fleet_api.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/api/cluster_instances_api.py b/api/client/src/pcluster_client/api/cluster_instances_api.py index d93f988bc9..d9f6f0e95d 100644 --- a/api/client/src/pcluster_client/api/cluster_instances_api.py +++ b/api/client/src/pcluster_client/api/cluster_instances_api.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/api/cluster_logs_api.py b/api/client/src/pcluster_client/api/cluster_logs_api.py index ce99065096..8b51b032eb 100644 --- a/api/client/src/pcluster_client/api/cluster_logs_api.py +++ b/api/client/src/pcluster_client/api/cluster_logs_api.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/api/cluster_operations_api.py b/api/client/src/pcluster_client/api/cluster_operations_api.py index 520623b5d6..7063af5dfa 100644 --- a/api/client/src/pcluster_client/api/cluster_operations_api.py +++ b/api/client/src/pcluster_client/api/cluster_operations_api.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/api/image_logs_api.py b/api/client/src/pcluster_client/api/image_logs_api.py index 9a0834c9da..9f109fb719 100644 --- a/api/client/src/pcluster_client/api/image_logs_api.py +++ b/api/client/src/pcluster_client/api/image_logs_api.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/api/image_operations_api.py b/api/client/src/pcluster_client/api/image_operations_api.py index 99eaa68cbb..0867abd8d7 100644 --- a/api/client/src/pcluster_client/api/image_operations_api.py +++ b/api/client/src/pcluster_client/api/image_operations_api.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/api_client.py b/api/client/src/pcluster_client/api_client.py index ca784f64b3..b5b0aaa97d 100644 --- a/api/client/src/pcluster_client/api_client.py +++ b/api/client/src/pcluster_client/api_client.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/configuration.py b/api/client/src/pcluster_client/configuration.py index 53f098babf..3c3f161673 100644 --- a/api/client/src/pcluster_client/configuration.py +++ b/api/client/src/pcluster_client/configuration.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ @@ -408,7 +408,7 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 3.12.0\n"\ + "Version of the API: 3.13.0\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/api/client/src/pcluster_client/exceptions.py b/api/client/src/pcluster_client/exceptions.py index 605f542909..eb6fbb7e05 100644 --- a/api/client/src/pcluster_client/exceptions.py +++ b/api/client/src/pcluster_client/exceptions.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/ami_info.py b/api/client/src/pcluster_client/model/ami_info.py index 254db0395f..7b3175e6c2 100644 --- a/api/client/src/pcluster_client/model/ami_info.py +++ b/api/client/src/pcluster_client/model/ami_info.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/bad_request_exception_response_content.py b/api/client/src/pcluster_client/model/bad_request_exception_response_content.py index 4f48c120b2..0a38a1fe80 100644 --- a/api/client/src/pcluster_client/model/bad_request_exception_response_content.py +++ b/api/client/src/pcluster_client/model/bad_request_exception_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/build_image_bad_request_exception_response_content.py b/api/client/src/pcluster_client/model/build_image_bad_request_exception_response_content.py index 36941cb724..c0b4f45c13 100644 --- a/api/client/src/pcluster_client/model/build_image_bad_request_exception_response_content.py +++ b/api/client/src/pcluster_client/model/build_image_bad_request_exception_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/build_image_request_content.py b/api/client/src/pcluster_client/model/build_image_request_content.py index f9602ae9de..0373a733de 100644 --- a/api/client/src/pcluster_client/model/build_image_request_content.py +++ b/api/client/src/pcluster_client/model/build_image_request_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/build_image_response_content.py b/api/client/src/pcluster_client/model/build_image_response_content.py index 1cc2030896..2967e398f6 100644 --- a/api/client/src/pcluster_client/model/build_image_response_content.py +++ b/api/client/src/pcluster_client/model/build_image_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/change.py b/api/client/src/pcluster_client/model/change.py index fe396e2e7a..7e4530845d 100644 --- a/api/client/src/pcluster_client/model/change.py +++ b/api/client/src/pcluster_client/model/change.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/cloud_formation_resource_status.py b/api/client/src/pcluster_client/model/cloud_formation_resource_status.py index 227b6c613d..e68fb7ce7a 100644 --- a/api/client/src/pcluster_client/model/cloud_formation_resource_status.py +++ b/api/client/src/pcluster_client/model/cloud_formation_resource_status.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/cloud_formation_stack_status.py b/api/client/src/pcluster_client/model/cloud_formation_stack_status.py index 1bb3800f87..5e4796d054 100644 --- a/api/client/src/pcluster_client/model/cloud_formation_stack_status.py +++ b/api/client/src/pcluster_client/model/cloud_formation_stack_status.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/cluster_configuration_structure.py b/api/client/src/pcluster_client/model/cluster_configuration_structure.py index 902ad66668..3e65a974ba 100644 --- a/api/client/src/pcluster_client/model/cluster_configuration_structure.py +++ b/api/client/src/pcluster_client/model/cluster_configuration_structure.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/cluster_info_summary.py b/api/client/src/pcluster_client/model/cluster_info_summary.py index 2efd5f0dc9..006d79ceb7 100644 --- a/api/client/src/pcluster_client/model/cluster_info_summary.py +++ b/api/client/src/pcluster_client/model/cluster_info_summary.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/cluster_instance.py b/api/client/src/pcluster_client/model/cluster_instance.py index 91785e390f..c90db31fe4 100644 --- a/api/client/src/pcluster_client/model/cluster_instance.py +++ b/api/client/src/pcluster_client/model/cluster_instance.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/cluster_status.py b/api/client/src/pcluster_client/model/cluster_status.py index e904591157..ebe1a9f018 100644 --- a/api/client/src/pcluster_client/model/cluster_status.py +++ b/api/client/src/pcluster_client/model/cluster_status.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/cluster_status_filtering_option.py b/api/client/src/pcluster_client/model/cluster_status_filtering_option.py index fd0650a5f4..825345dac2 100644 --- a/api/client/src/pcluster_client/model/cluster_status_filtering_option.py +++ b/api/client/src/pcluster_client/model/cluster_status_filtering_option.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/compute_fleet_status.py b/api/client/src/pcluster_client/model/compute_fleet_status.py index 9d7b7eb87d..021c6f7a01 100644 --- a/api/client/src/pcluster_client/model/compute_fleet_status.py +++ b/api/client/src/pcluster_client/model/compute_fleet_status.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/config_validation_message.py b/api/client/src/pcluster_client/model/config_validation_message.py index a7c852b140..2cef34c5a7 100644 --- a/api/client/src/pcluster_client/model/config_validation_message.py +++ b/api/client/src/pcluster_client/model/config_validation_message.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/conflict_exception_response_content.py b/api/client/src/pcluster_client/model/conflict_exception_response_content.py index e4a6c55749..e33654da82 100644 --- a/api/client/src/pcluster_client/model/conflict_exception_response_content.py +++ b/api/client/src/pcluster_client/model/conflict_exception_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/create_cluster_bad_request_exception_response_content.py b/api/client/src/pcluster_client/model/create_cluster_bad_request_exception_response_content.py index 6a10057a6f..189253b8cf 100644 --- a/api/client/src/pcluster_client/model/create_cluster_bad_request_exception_response_content.py +++ b/api/client/src/pcluster_client/model/create_cluster_bad_request_exception_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/create_cluster_request_content.py b/api/client/src/pcluster_client/model/create_cluster_request_content.py index 6f393e1e35..f0311279ac 100644 --- a/api/client/src/pcluster_client/model/create_cluster_request_content.py +++ b/api/client/src/pcluster_client/model/create_cluster_request_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/create_cluster_response_content.py b/api/client/src/pcluster_client/model/create_cluster_response_content.py index 06f76547f8..8fde04646e 100644 --- a/api/client/src/pcluster_client/model/create_cluster_response_content.py +++ b/api/client/src/pcluster_client/model/create_cluster_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/delete_cluster_response_content.py b/api/client/src/pcluster_client/model/delete_cluster_response_content.py index 8908013c16..3f7f13bc9c 100644 --- a/api/client/src/pcluster_client/model/delete_cluster_response_content.py +++ b/api/client/src/pcluster_client/model/delete_cluster_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/delete_image_response_content.py b/api/client/src/pcluster_client/model/delete_image_response_content.py index d934e4c977..746f0a33d2 100644 --- a/api/client/src/pcluster_client/model/delete_image_response_content.py +++ b/api/client/src/pcluster_client/model/delete_image_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/describe_cluster_instances_response_content.py b/api/client/src/pcluster_client/model/describe_cluster_instances_response_content.py index 9fcef3ca60..e3783c3e1c 100644 --- a/api/client/src/pcluster_client/model/describe_cluster_instances_response_content.py +++ b/api/client/src/pcluster_client/model/describe_cluster_instances_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/describe_cluster_response_content.py b/api/client/src/pcluster_client/model/describe_cluster_response_content.py index cc5dbee77c..c5bb7558e1 100644 --- a/api/client/src/pcluster_client/model/describe_cluster_response_content.py +++ b/api/client/src/pcluster_client/model/describe_cluster_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/describe_compute_fleet_response_content.py b/api/client/src/pcluster_client/model/describe_compute_fleet_response_content.py index 29e4f0306f..7222ed8b42 100644 --- a/api/client/src/pcluster_client/model/describe_compute_fleet_response_content.py +++ b/api/client/src/pcluster_client/model/describe_compute_fleet_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/describe_image_response_content.py b/api/client/src/pcluster_client/model/describe_image_response_content.py index 91b676f3c2..68bda6bf4c 100644 --- a/api/client/src/pcluster_client/model/describe_image_response_content.py +++ b/api/client/src/pcluster_client/model/describe_image_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/dryrun_operation_exception_response_content.py b/api/client/src/pcluster_client/model/dryrun_operation_exception_response_content.py index 7932581812..cec92aa434 100644 --- a/api/client/src/pcluster_client/model/dryrun_operation_exception_response_content.py +++ b/api/client/src/pcluster_client/model/dryrun_operation_exception_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/ec2_ami_info.py b/api/client/src/pcluster_client/model/ec2_ami_info.py index 96e04a2da1..7afbca512b 100644 --- a/api/client/src/pcluster_client/model/ec2_ami_info.py +++ b/api/client/src/pcluster_client/model/ec2_ami_info.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/ec2_ami_info_summary.py b/api/client/src/pcluster_client/model/ec2_ami_info_summary.py index 5c5b09273f..a86a4eefd1 100644 --- a/api/client/src/pcluster_client/model/ec2_ami_info_summary.py +++ b/api/client/src/pcluster_client/model/ec2_ami_info_summary.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/ec2_ami_state.py b/api/client/src/pcluster_client/model/ec2_ami_state.py index f2f09e0f4f..df5fec144c 100644 --- a/api/client/src/pcluster_client/model/ec2_ami_state.py +++ b/api/client/src/pcluster_client/model/ec2_ami_state.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/ec2_instance.py b/api/client/src/pcluster_client/model/ec2_instance.py index b57a914bac..1f809597c8 100644 --- a/api/client/src/pcluster_client/model/ec2_instance.py +++ b/api/client/src/pcluster_client/model/ec2_instance.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/failure.py b/api/client/src/pcluster_client/model/failure.py index 930d597e76..f02ceeb35b 100644 --- a/api/client/src/pcluster_client/model/failure.py +++ b/api/client/src/pcluster_client/model/failure.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/get_cluster_log_events_response_content.py b/api/client/src/pcluster_client/model/get_cluster_log_events_response_content.py index ac4680d045..f3042cb0ba 100644 --- a/api/client/src/pcluster_client/model/get_cluster_log_events_response_content.py +++ b/api/client/src/pcluster_client/model/get_cluster_log_events_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/get_cluster_stack_events_response_content.py b/api/client/src/pcluster_client/model/get_cluster_stack_events_response_content.py index 6172566002..f29b46abfc 100644 --- a/api/client/src/pcluster_client/model/get_cluster_stack_events_response_content.py +++ b/api/client/src/pcluster_client/model/get_cluster_stack_events_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/get_image_log_events_response_content.py b/api/client/src/pcluster_client/model/get_image_log_events_response_content.py index acbbfa8c02..66dbabc544 100644 --- a/api/client/src/pcluster_client/model/get_image_log_events_response_content.py +++ b/api/client/src/pcluster_client/model/get_image_log_events_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/get_image_stack_events_response_content.py b/api/client/src/pcluster_client/model/get_image_stack_events_response_content.py index 57fe92f327..298c52b5cd 100644 --- a/api/client/src/pcluster_client/model/get_image_stack_events_response_content.py +++ b/api/client/src/pcluster_client/model/get_image_stack_events_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/image_build_status.py b/api/client/src/pcluster_client/model/image_build_status.py index 625fae2fc2..ea025a911f 100644 --- a/api/client/src/pcluster_client/model/image_build_status.py +++ b/api/client/src/pcluster_client/model/image_build_status.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/image_builder_image_status.py b/api/client/src/pcluster_client/model/image_builder_image_status.py index 808768397f..42fc7d2652 100644 --- a/api/client/src/pcluster_client/model/image_builder_image_status.py +++ b/api/client/src/pcluster_client/model/image_builder_image_status.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/image_configuration_structure.py b/api/client/src/pcluster_client/model/image_configuration_structure.py index 463c48892b..14774fe07f 100644 --- a/api/client/src/pcluster_client/model/image_configuration_structure.py +++ b/api/client/src/pcluster_client/model/image_configuration_structure.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/image_info_summary.py b/api/client/src/pcluster_client/model/image_info_summary.py index 0005cc3148..3de57b80b1 100644 --- a/api/client/src/pcluster_client/model/image_info_summary.py +++ b/api/client/src/pcluster_client/model/image_info_summary.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/image_status_filtering_option.py b/api/client/src/pcluster_client/model/image_status_filtering_option.py index c0467d3e56..dbbde7c37e 100644 --- a/api/client/src/pcluster_client/model/image_status_filtering_option.py +++ b/api/client/src/pcluster_client/model/image_status_filtering_option.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/instance_state.py b/api/client/src/pcluster_client/model/instance_state.py index 85832c1195..729478e873 100644 --- a/api/client/src/pcluster_client/model/instance_state.py +++ b/api/client/src/pcluster_client/model/instance_state.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/internal_service_exception_response_content.py b/api/client/src/pcluster_client/model/internal_service_exception_response_content.py index 116e79dc34..195fe8e2e7 100644 --- a/api/client/src/pcluster_client/model/internal_service_exception_response_content.py +++ b/api/client/src/pcluster_client/model/internal_service_exception_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/limit_exceeded_exception_response_content.py b/api/client/src/pcluster_client/model/limit_exceeded_exception_response_content.py index 7d51bea1ca..0d170d525f 100644 --- a/api/client/src/pcluster_client/model/limit_exceeded_exception_response_content.py +++ b/api/client/src/pcluster_client/model/limit_exceeded_exception_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/list_cluster_log_streams_response_content.py b/api/client/src/pcluster_client/model/list_cluster_log_streams_response_content.py index 991e4ef2bc..cb5658a7b3 100644 --- a/api/client/src/pcluster_client/model/list_cluster_log_streams_response_content.py +++ b/api/client/src/pcluster_client/model/list_cluster_log_streams_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/list_clusters_response_content.py b/api/client/src/pcluster_client/model/list_clusters_response_content.py index 26e9f04302..1879d30c04 100644 --- a/api/client/src/pcluster_client/model/list_clusters_response_content.py +++ b/api/client/src/pcluster_client/model/list_clusters_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/list_image_log_streams_response_content.py b/api/client/src/pcluster_client/model/list_image_log_streams_response_content.py index 47e2acfd92..9c3a8d1d27 100644 --- a/api/client/src/pcluster_client/model/list_image_log_streams_response_content.py +++ b/api/client/src/pcluster_client/model/list_image_log_streams_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/list_images_response_content.py b/api/client/src/pcluster_client/model/list_images_response_content.py index 51bfb06872..a2bd5e4dec 100644 --- a/api/client/src/pcluster_client/model/list_images_response_content.py +++ b/api/client/src/pcluster_client/model/list_images_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/list_official_images_response_content.py b/api/client/src/pcluster_client/model/list_official_images_response_content.py index f1e548fc6a..10a2f47244 100644 --- a/api/client/src/pcluster_client/model/list_official_images_response_content.py +++ b/api/client/src/pcluster_client/model/list_official_images_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/log_event.py b/api/client/src/pcluster_client/model/log_event.py index 5f2df3eb8a..6c45e89897 100644 --- a/api/client/src/pcluster_client/model/log_event.py +++ b/api/client/src/pcluster_client/model/log_event.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/log_stream.py b/api/client/src/pcluster_client/model/log_stream.py index 7701086633..9fe4792338 100644 --- a/api/client/src/pcluster_client/model/log_stream.py +++ b/api/client/src/pcluster_client/model/log_stream.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/login_nodes_pool.py b/api/client/src/pcluster_client/model/login_nodes_pool.py index 231d5fd786..5c06f249f7 100644 --- a/api/client/src/pcluster_client/model/login_nodes_pool.py +++ b/api/client/src/pcluster_client/model/login_nodes_pool.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/login_nodes_state.py b/api/client/src/pcluster_client/model/login_nodes_state.py index ef7b31a8e9..4bbf4ae899 100644 --- a/api/client/src/pcluster_client/model/login_nodes_state.py +++ b/api/client/src/pcluster_client/model/login_nodes_state.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/metadata.py b/api/client/src/pcluster_client/model/metadata.py index fc22c2558f..5bd8d0c3af 100644 --- a/api/client/src/pcluster_client/model/metadata.py +++ b/api/client/src/pcluster_client/model/metadata.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/node_type.py b/api/client/src/pcluster_client/model/node_type.py index 5daf535090..678a275b1a 100644 --- a/api/client/src/pcluster_client/model/node_type.py +++ b/api/client/src/pcluster_client/model/node_type.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/not_found_exception_response_content.py b/api/client/src/pcluster_client/model/not_found_exception_response_content.py index ec3f7bdf36..303558ebd4 100644 --- a/api/client/src/pcluster_client/model/not_found_exception_response_content.py +++ b/api/client/src/pcluster_client/model/not_found_exception_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/requested_compute_fleet_status.py b/api/client/src/pcluster_client/model/requested_compute_fleet_status.py index 12db6f80fd..564705287c 100644 --- a/api/client/src/pcluster_client/model/requested_compute_fleet_status.py +++ b/api/client/src/pcluster_client/model/requested_compute_fleet_status.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/scheduler.py b/api/client/src/pcluster_client/model/scheduler.py index a604cc78bf..5095262d17 100644 --- a/api/client/src/pcluster_client/model/scheduler.py +++ b/api/client/src/pcluster_client/model/scheduler.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/stack_event.py b/api/client/src/pcluster_client/model/stack_event.py index 91cb2cf4f5..e521a73117 100644 --- a/api/client/src/pcluster_client/model/stack_event.py +++ b/api/client/src/pcluster_client/model/stack_event.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/tag.py b/api/client/src/pcluster_client/model/tag.py index f9b857a7de..02517dd275 100644 --- a/api/client/src/pcluster_client/model/tag.py +++ b/api/client/src/pcluster_client/model/tag.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/unauthorized_client_error_response_content.py b/api/client/src/pcluster_client/model/unauthorized_client_error_response_content.py index e89fca1d4f..349e8d11d1 100644 --- a/api/client/src/pcluster_client/model/unauthorized_client_error_response_content.py +++ b/api/client/src/pcluster_client/model/unauthorized_client_error_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/update_cluster_bad_request_exception_response_content.py b/api/client/src/pcluster_client/model/update_cluster_bad_request_exception_response_content.py index d65efb0a2e..3e4fc6b159 100644 --- a/api/client/src/pcluster_client/model/update_cluster_bad_request_exception_response_content.py +++ b/api/client/src/pcluster_client/model/update_cluster_bad_request_exception_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/update_cluster_request_content.py b/api/client/src/pcluster_client/model/update_cluster_request_content.py index c95b253ed3..208e61509f 100644 --- a/api/client/src/pcluster_client/model/update_cluster_request_content.py +++ b/api/client/src/pcluster_client/model/update_cluster_request_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/update_cluster_response_content.py b/api/client/src/pcluster_client/model/update_cluster_response_content.py index 1bc7279409..b42ad58a3a 100644 --- a/api/client/src/pcluster_client/model/update_cluster_response_content.py +++ b/api/client/src/pcluster_client/model/update_cluster_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/update_compute_fleet_request_content.py b/api/client/src/pcluster_client/model/update_compute_fleet_request_content.py index d3693f5ad4..896d60689b 100644 --- a/api/client/src/pcluster_client/model/update_compute_fleet_request_content.py +++ b/api/client/src/pcluster_client/model/update_compute_fleet_request_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/update_compute_fleet_response_content.py b/api/client/src/pcluster_client/model/update_compute_fleet_response_content.py index d0788db8c6..61ac2f9c86 100644 --- a/api/client/src/pcluster_client/model/update_compute_fleet_response_content.py +++ b/api/client/src/pcluster_client/model/update_compute_fleet_response_content.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/update_error.py b/api/client/src/pcluster_client/model/update_error.py index 052b1c4fd8..774b05e5b8 100644 --- a/api/client/src/pcluster_client/model/update_error.py +++ b/api/client/src/pcluster_client/model/update_error.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model/validation_level.py b/api/client/src/pcluster_client/model/validation_level.py index ddd671a655..fe0b0d0e9f 100644 --- a/api/client/src/pcluster_client/model/validation_level.py +++ b/api/client/src/pcluster_client/model/validation_level.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/model_utils.py b/api/client/src/pcluster_client/model_utils.py index 6fe942d638..5f4f83b57c 100644 --- a/api/client/src/pcluster_client/model_utils.py +++ b/api/client/src/pcluster_client/model_utils.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/pcluster_client/rest.py b/api/client/src/pcluster_client/rest.py index c86f498814..ab1135e49f 100644 --- a/api/client/src/pcluster_client/rest.py +++ b/api/client/src/pcluster_client/rest.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/setup.py b/api/client/src/setup.py index 6713014c66..509279249c 100644 --- a/api/client/src/setup.py +++ b/api/client/src/setup.py @@ -3,7 +3,7 @@ ParallelCluster API # noqa: E501 - The version of the OpenAPI document: 3.12.0 + The version of the OpenAPI document: 3.13.0 Generated by: https://openapi-generator.tech """ diff --git a/api/infrastructure/parallelcluster-api.yaml b/api/infrastructure/parallelcluster-api.yaml index f2f8050b6c..bec9c41d80 100644 --- a/api/infrastructure/parallelcluster-api.yaml +++ b/api/infrastructure/parallelcluster-api.yaml @@ -17,7 +17,7 @@ Parameters: ApiDefinitionS3Uri: Description: S3 URI of the ParallelCluster API spec Type: String - Default: s3://-aws-parallelcluster/parallelcluster/3.12.0/api/ParallelCluster.openapi.yaml + Default: s3://-aws-parallelcluster/parallelcluster/3.13.0/api/ParallelCluster.openapi.yaml CustomDomainName: Description: When specified, the custom domain name of the ParallelCluster API. Requires specifying a custom domain certificate @@ -35,7 +35,7 @@ Parameters: Default: '' PoliciesTemplateUri: - Description: "S3 URI of the ParallelCluster Policies Template. Defaults to: s3://-aws-parallelcluster/parallelcluster/3.12.0/templates/policies/policies.yaml" + Description: "S3 URI of the ParallelCluster Policies Template. Defaults to: s3://-aws-parallelcluster/parallelcluster/3.13.0/templates/policies/policies.yaml" Type: String Default: '' @@ -106,8 +106,8 @@ Parameters: Mappings: ParallelCluster: Constants: - Version: 3.12.0 # major.minor.patch+alpha/beta_identifier - ShortVersion: 3.12.0 # major.minor.patch + Version: 3.13.0 # major.minor.patch+alpha/beta_identifier + ShortVersion: 3.13.0 # major.minor.patch Stage: prod diff --git a/api/spec/openapi/ParallelCluster.openapi.yaml b/api/spec/openapi/ParallelCluster.openapi.yaml index 83c02d02f3..7f6875793d 100644 --- a/api/spec/openapi/ParallelCluster.openapi.yaml +++ b/api/spec/openapi/ParallelCluster.openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.2 info: title: ParallelCluster - version: 3.12.0 + version: 3.13.0 description: ParallelCluster API paths: /v3/clusters: diff --git a/api/spec/smithy/model/parallelcluster.smithy b/api/spec/smithy/model/parallelcluster.smithy index 3c6a291f31..75afa0f287 100644 --- a/api/spec/smithy/model/parallelcluster.smithy +++ b/api/spec/smithy/model/parallelcluster.smithy @@ -20,7 +20,7 @@ use aws.api#service @sigv4(name: "ParallelCluster") @documentation("ParallelCluster API") service ParallelCluster { - version: "3.12.0", + version: "3.13.0", resources: [Cluster, ClusterInstances, ClusterComputeFleet, ClusterLogStream, ClusterStackEvents, ImageLogStream, ImageStackEvents, CustomImage, OfficialImage], operations: [] diff --git a/cli/setup.py b/cli/setup.py index 811965a5ae..236f23cea4 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -20,7 +20,7 @@ def readme(): return f.read() -VERSION = "3.12.0" +VERSION = "3.13.0" CDK_VERSION = "1.164" REQUIRES = [ "setuptools", diff --git a/cli/src/pcluster/api/openapi/openapi.yaml b/cli/src/pcluster/api/openapi/openapi.yaml index e5d30a4031..0f0698c366 100644 --- a/cli/src/pcluster/api/openapi/openapi.yaml +++ b/cli/src/pcluster/api/openapi/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.2 info: description: ParallelCluster API title: ParallelCluster - version: 3.12.0 + version: 3.13.0 servers: - url: / # override: auth is defined the the API GW level diff --git a/cli/src/pcluster/constants.py b/cli/src/pcluster/constants.py index 172fb88246..6c599f061f 100644 --- a/cli/src/pcluster/constants.py +++ b/cli/src/pcluster/constants.py @@ -132,8 +132,8 @@ MAX_EXISTING_STORAGE_COUNT = {"efs": 20, "fsx": 20, "raid": 0} COOKBOOK_PACKAGES_VERSIONS = { - "parallelcluster": "3.12.0", - "cookbook": "aws-parallelcluster-cookbook-3.12.0", + "parallelcluster": "3.13.0", + "cookbook": "aws-parallelcluster-cookbook-3.13.0", "chef": "18.4.12", "berkshelf": "8.0.7", "ami": "dev", diff --git a/cloudformation/custom_resource/cluster-1-click.yaml b/cloudformation/custom_resource/cluster-1-click.yaml index fad800ef27..411c7f49d3 100644 --- a/cloudformation/custom_resource/cluster-1-click.yaml +++ b/cloudformation/custom_resource/cluster-1-click.yaml @@ -15,7 +15,7 @@ Parameters: Mappings: ParallelCluster: Constants: - Version: 3.12.0 + Version: 3.13.0 Bucket: '' # For debug purposes only Conditions: diff --git a/cloudformation/custom_resource/cluster.yaml b/cloudformation/custom_resource/cluster.yaml index 192ff3863e..dea1215fbb 100644 --- a/cloudformation/custom_resource/cluster.yaml +++ b/cloudformation/custom_resource/cluster.yaml @@ -23,7 +23,7 @@ Parameters: Mappings: ParallelCluster: Constants: - Version: 3.12.0 # major.minor.patch+alpha/beta_identifier + Version: 3.13.0 # major.minor.patch+alpha/beta_identifier Conditions: CustomRoleCondition: !Not [!Equals [!Ref CustomLambdaRole, '']] diff --git a/pc_support/os_3.13.0.json b/pc_support/os_3.13.0.json new file mode 100644 index 0000000000..2169a74339 --- /dev/null +++ b/pc_support/os_3.13.0.json @@ -0,0 +1,32 @@ +{ + "os": [ + { + "description": "Amazon Linux 2", + "name": "alinux2" + }, + { + "description": "Amazon Linux 2023", + "name": "alinux2023" + }, + { + "description": "Ubuntu 20.04 LTS", + "name": "ubuntu2004" + }, + { + "description": "Ubuntu 22.04 LTS", + "name": "ubuntu2204" + }, + { + "description": "CentOS 7", + "name": "centos7" + }, + { + "description": "Red Hat Enterprise Linux 8", + "name": "rhel8" + }, + { + "description": "Red Hat Enterprise Linux 9", + "name": "rhel9" + } + ] +}