diff --git a/api/client/src/README.md b/api/client/src/README.md index 7d930b1cce..192a48d3fb 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.13.1 +- API version: 3.13.2 - 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 7cb3647ce4..825b1a9512 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.13.1 + The version of the OpenAPI document: 3.13.2 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 7c6681b510..51bf2eabaf 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.13.1 + The version of the OpenAPI document: 3.13.2 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 a6d807eae4..14e79cad46 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.13.1 + The version of the OpenAPI document: 3.13.2 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 5a645c9c42..12f32befc4 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.13.1 + The version of the OpenAPI document: 3.13.2 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 b0a8fa2c56..1c8507c7fb 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.13.1 + The version of the OpenAPI document: 3.13.2 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 3df21f6949..260d0982ac 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.13.1 + The version of the OpenAPI document: 3.13.2 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 00d46de9ec..eb993931fa 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.13.1 + The version of the OpenAPI document: 3.13.2 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 24f01b2970..d42d2b7282 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.13.1 + The version of the OpenAPI document: 3.13.2 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 178b79b3ae..90b9bb73b4 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.13.1 + The version of the OpenAPI document: 3.13.2 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.13.1\n"\ + "Version of the API: 3.13.2\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 27c7a48459..324b34376b 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.13.1 + The version of the OpenAPI document: 3.13.2 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 82d7f06b61..570c77cd3d 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.13.1 + The version of the OpenAPI document: 3.13.2 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 9d34f33090..6ef7dde057 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.13.1 + The version of the OpenAPI document: 3.13.2 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 ff8f9a561d..aeb0eb64be 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.13.1 + The version of the OpenAPI document: 3.13.2 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 84c7b366c3..52a6785118 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.13.1 + The version of the OpenAPI document: 3.13.2 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 4499ac0350..3824635295 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.13.1 + The version of the OpenAPI document: 3.13.2 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 49e4299938..bf54306d02 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.13.1 + The version of the OpenAPI document: 3.13.2 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 3194d13e63..185844fe3f 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.13.1 + The version of the OpenAPI document: 3.13.2 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 8fab9bbb73..82b90983a2 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.13.1 + The version of the OpenAPI document: 3.13.2 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 71925c7a80..aec7e5b532 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.13.1 + The version of the OpenAPI document: 3.13.2 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 e2764ffe75..fd7eb824ae 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.13.1 + The version of the OpenAPI document: 3.13.2 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 e92909e7f8..6e398235e2 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.13.1 + The version of the OpenAPI document: 3.13.2 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 66fdd4a794..889cd6a510 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.13.1 + The version of the OpenAPI document: 3.13.2 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 8bb541b9bb..79782c03fa 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.13.1 + The version of the OpenAPI document: 3.13.2 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 6e8a86fb86..ae93417562 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.13.1 + The version of the OpenAPI document: 3.13.2 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 1c24ddd8ca..9f9365f15a 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.13.1 + The version of the OpenAPI document: 3.13.2 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 b9f80b969e..a4cbf6a409 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.13.1 + The version of the OpenAPI document: 3.13.2 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 53b770f71c..04a4cceb07 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.13.1 + The version of the OpenAPI document: 3.13.2 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 457cc27b51..282b31c2d7 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.13.1 + The version of the OpenAPI document: 3.13.2 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 7e09f5fdf2..0280b20a10 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.13.1 + The version of the OpenAPI document: 3.13.2 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 6127269a9b..42a7e007e2 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.13.1 + The version of the OpenAPI document: 3.13.2 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 3bca11cb4f..40a763c2c2 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.13.1 + The version of the OpenAPI document: 3.13.2 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 e954352ab8..4aaf10151b 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.13.1 + The version of the OpenAPI document: 3.13.2 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 e75f73d7c9..cef2171a3f 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.13.1 + The version of the OpenAPI document: 3.13.2 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 088f08b83d..1b86e24d06 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.13.1 + The version of the OpenAPI document: 3.13.2 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 1ae850310f..6e7563c70e 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.13.1 + The version of the OpenAPI document: 3.13.2 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 0724e7cbb6..1f60d0ef90 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.13.1 + The version of the OpenAPI document: 3.13.2 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 adca8930c6..1c5762a85e 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.13.1 + The version of the OpenAPI document: 3.13.2 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 45489d6e17..7237261171 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.13.1 + The version of the OpenAPI document: 3.13.2 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 28c13763a4..2f34a5a983 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.13.1 + The version of the OpenAPI document: 3.13.2 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 65c908a979..3e0776af58 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.13.1 + The version of the OpenAPI document: 3.13.2 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 25dc5576fe..bc69290ddd 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.13.1 + The version of the OpenAPI document: 3.13.2 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 4f6ecd14da..cf326db0e2 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.13.1 + The version of the OpenAPI document: 3.13.2 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 cd6564047e..da639603ef 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.13.1 + The version of the OpenAPI document: 3.13.2 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 0e3330a3ab..887890bfd2 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.13.1 + The version of the OpenAPI document: 3.13.2 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 e3993cb9d2..5cfaec78bf 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.13.1 + The version of the OpenAPI document: 3.13.2 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 a22cba56e7..6906868012 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.13.1 + The version of the OpenAPI document: 3.13.2 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 f2d72fcb1b..2070f51581 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.13.1 + The version of the OpenAPI document: 3.13.2 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 4fa7d5ce05..b4f29e219c 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.13.1 + The version of the OpenAPI document: 3.13.2 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 44bd3a8145..ad6ced6c5b 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.13.1 + The version of the OpenAPI document: 3.13.2 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 848e383e8a..b4e9d1c511 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.13.1 + The version of the OpenAPI document: 3.13.2 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 a44118084b..501a628bea 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.13.1 + The version of the OpenAPI document: 3.13.2 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 a8fd8bf973..beb9d13b2d 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.13.1 + The version of the OpenAPI document: 3.13.2 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 617ba5b93d..111a3bd971 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.13.1 + The version of the OpenAPI document: 3.13.2 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 1f047f4892..c5425b37f2 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.13.1 + The version of the OpenAPI document: 3.13.2 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 1dd3589735..7583de68e5 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.13.1 + The version of the OpenAPI document: 3.13.2 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 d07fefdffc..27b8b414f1 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.13.1 + The version of the OpenAPI document: 3.13.2 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 8269a1f930..9fa25476bc 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.13.1 + The version of the OpenAPI document: 3.13.2 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 1a24ddda27..a46a970c2a 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.13.1 + The version of the OpenAPI document: 3.13.2 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 1d9edb01d4..016e94eece 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.13.1 + The version of the OpenAPI document: 3.13.2 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 1842305dfd..7c283a59b0 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.13.1 + The version of the OpenAPI document: 3.13.2 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 0ca5593365..70b7039fb1 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.13.1 + The version of the OpenAPI document: 3.13.2 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 852e21be0b..7808c270a0 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.13.1 + The version of the OpenAPI document: 3.13.2 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 67843e5bed..9812ee80bc 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.13.1 + The version of the OpenAPI document: 3.13.2 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 f7820d62ad..83f1e76517 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.13.1 + The version of the OpenAPI document: 3.13.2 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 29e1995c63..3b7349be0c 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.13.1 + The version of the OpenAPI document: 3.13.2 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 4569d5d315..2a5d3dd068 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.13.1 + The version of the OpenAPI document: 3.13.2 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 151fda9da4..02a7aa1fd5 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.13.1 + The version of the OpenAPI document: 3.13.2 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 64e97337b6..f11aef1847 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.13.1 + The version of the OpenAPI document: 3.13.2 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 2519170140..ed742da642 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.13.1 + The version of the OpenAPI document: 3.13.2 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 419efbdfc9..cb44965233 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.13.1 + The version of the OpenAPI document: 3.13.2 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 fc3a430244..dd063327ab 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.13.1 + The version of the OpenAPI document: 3.13.2 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 e832933d25..c3e2039ca7 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.13.1 + The version of the OpenAPI document: 3.13.2 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 6a89cbb237..9182166aa7 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.13.1 + The version of the OpenAPI document: 3.13.2 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 85a369c689..b0c42fc037 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.13.1 + The version of the OpenAPI document: 3.13.2 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 45e1013b60..a4d97102fd 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.13.1 + The version of the OpenAPI document: 3.13.2 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 d20aecb593..f032d76c79 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.13.1 + The version of the OpenAPI document: 3.13.2 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 381430f47e..815261c0be 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.13.1 + The version of the OpenAPI document: 3.13.2 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 40d842aa48..213e126362 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.13.1 + The version of the OpenAPI document: 3.13.2 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 a794deee1e..3b3cc8a067 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.13.1 + The version of the OpenAPI document: 3.13.2 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/setup.py b/api/client/src/setup.py index 472e58ce2e..b585fc1eca 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.13.1 + The version of the OpenAPI document: 3.13.2 Generated by: https://openapi-generator.tech """ diff --git a/api/infrastructure/parallelcluster-api.yaml b/api/infrastructure/parallelcluster-api.yaml index 51670aa1c2..821c4e1709 100644 --- a/api/infrastructure/parallelcluster-api.yaml +++ b/api/infrastructure/parallelcluster-api.yaml @@ -25,7 +25,7 @@ Parameters: ApiDefinitionS3Uri: Description: S3 URI of the ParallelCluster API spec Type: String - Default: s3://-aws-parallelcluster/parallelcluster/3.13.1/api/ParallelCluster.openapi.yaml + Default: s3://-aws-parallelcluster/parallelcluster/3.13.2/api/ParallelCluster.openapi.yaml CustomDomainName: Description: When specified, the custom domain name of the ParallelCluster API. Requires specifying a custom domain certificate @@ -43,7 +43,7 @@ Parameters: Default: '' PoliciesTemplateUri: - Description: "S3 URI of the ParallelCluster Policies Template. Defaults to: s3://-aws-parallelcluster/parallelcluster/3.13.1/templates/policies/policies.yaml" + Description: "S3 URI of the ParallelCluster Policies Template. Defaults to: s3://-aws-parallelcluster/parallelcluster/3.13.2/templates/policies/policies.yaml" Type: String Default: '' @@ -114,8 +114,8 @@ Parameters: Mappings: ParallelCluster: Constants: - Version: 3.13.1 # major.minor.patch+alpha/beta_identifier - ShortVersion: 3.13.1 # major.minor.patch + Version: 3.13.2 # major.minor.patch+alpha/beta_identifier + ShortVersion: 3.13.2 # major.minor.patch Stage: prod diff --git a/api/spec/openapi/ParallelCluster.openapi.yaml b/api/spec/openapi/ParallelCluster.openapi.yaml index 27c2698e90..64e7280835 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.13.1 + version: 3.13.2 description: ParallelCluster API paths: /v3/clusters: diff --git a/api/spec/smithy/model/parallelcluster.smithy b/api/spec/smithy/model/parallelcluster.smithy index 629624da9d..cbc7bd4528 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.13.1", + version: "3.13.2", resources: [Cluster, ClusterInstances, ClusterComputeFleet, ClusterLogStream, ClusterStackEvents, ImageLogStream, ImageStackEvents, CustomImage, OfficialImage], operations: [] diff --git a/cli/setup.py b/cli/setup.py index b3ecbc701e..fdc73c7f08 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -20,7 +20,7 @@ def readme(): return f.read() -VERSION = "3.13.1" +VERSION = "3.13.2" 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 b10522c77a..58542f2799 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.13.1 + version: 3.13.2 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 5e1b01cac2..8719ca9215 100644 --- a/cli/src/pcluster/constants.py +++ b/cli/src/pcluster/constants.py @@ -148,8 +148,8 @@ MAX_EXISTING_STORAGE_COUNT = {"efs": 20, "fsx": 20, "raid": 0} COOKBOOK_PACKAGES_VERSIONS = { - "parallelcluster": "3.13.1", - "cookbook": "aws-parallelcluster-cookbook-3.13.1", + "parallelcluster": "3.13.2", + "cookbook": "aws-parallelcluster-cookbook-3.13.2", "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 5296a63844..ecdcdeaa8f 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.13.1 + Version: 3.13.2 Bucket: '' # For debug purposes only Conditions: diff --git a/cloudformation/custom_resource/cluster.yaml b/cloudformation/custom_resource/cluster.yaml index d324ac3514..e905635adc 100644 --- a/cloudformation/custom_resource/cluster.yaml +++ b/cloudformation/custom_resource/cluster.yaml @@ -23,7 +23,7 @@ Parameters: Mappings: ParallelCluster: Constants: - Version: 3.13.1 # major.minor.patch+alpha/beta_identifier + Version: 3.13.2 # major.minor.patch+alpha/beta_identifier Conditions: CustomRoleCondition: !Not [!Equals [!Ref CustomLambdaRole, '']] diff --git a/pc_support/os_3.13.2.json b/pc_support/os_3.13.2.json new file mode 100644 index 0000000000..2169a74339 --- /dev/null +++ b/pc_support/os_3.13.2.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" + } + ] +}