diff --git a/api/client/src/README.md b/api/client/src/README.md index c62736bca9..2a9ad7d9c6 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.11.0 +- API version: 3.12.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 d7f4f3a145..f8167dc254 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.11.0 + The version of the OpenAPI document: 3.12.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 88c832da0c..cbf0d296d9 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.11.0 + The version of the OpenAPI document: 3.12.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 7c09486a4a..d93f988bc9 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.11.0 + The version of the OpenAPI document: 3.12.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 249be6ad15..ce99065096 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.11.0 + The version of the OpenAPI document: 3.12.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 7f7e439cbf..520623b5d6 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.11.0 + The version of the OpenAPI document: 3.12.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 9f1a303148..9a0834c9da 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.11.0 + The version of the OpenAPI document: 3.12.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 0105590a87..99eaa68cbb 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.11.0 + The version of the OpenAPI document: 3.12.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 9fddab6941..ca784f64b3 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.11.0 + The version of the OpenAPI document: 3.12.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 f4058bc67d..53f098babf 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.11.0 + The version of the OpenAPI document: 3.12.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.11.0\n"\ + "Version of the API: 3.12.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 3623facc10..605f542909 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.11.0 + The version of the OpenAPI document: 3.12.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 5d6158b6e4..254db0395f 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.11.0 + The version of the OpenAPI document: 3.12.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 54b1de6e71..4f48c120b2 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.11.0 + The version of the OpenAPI document: 3.12.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 75a4506c72..36941cb724 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.11.0 + The version of the OpenAPI document: 3.12.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 2c0e71fe2f..f9602ae9de 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.11.0 + The version of the OpenAPI document: 3.12.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 3e711bcd69..1cc2030896 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.11.0 + The version of the OpenAPI document: 3.12.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 8d635ffe8b..fe396e2e7a 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.11.0 + The version of the OpenAPI document: 3.12.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 8c31224383..227b6c613d 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.11.0 + The version of the OpenAPI document: 3.12.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 6251de21a6..1bb3800f87 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.11.0 + The version of the OpenAPI document: 3.12.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 1d8806dba2..902ad66668 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.11.0 + The version of the OpenAPI document: 3.12.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 264a7ec3cd..2efd5f0dc9 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.11.0 + The version of the OpenAPI document: 3.12.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 3dc25c9b33..d03337a5a1 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.11.0 + The version of the OpenAPI document: 3.12.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 ad7442352d..e904591157 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.11.0 + The version of the OpenAPI document: 3.12.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 1cb163da97..fd0650a5f4 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.11.0 + The version of the OpenAPI document: 3.12.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 113c06f4ac..9d7b7eb87d 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.11.0 + The version of the OpenAPI document: 3.12.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 01bb28b773..a7c852b140 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.11.0 + The version of the OpenAPI document: 3.12.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 320fec6773..e4a6c55749 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.11.0 + The version of the OpenAPI document: 3.12.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 fb2413126b..6a10057a6f 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.11.0 + The version of the OpenAPI document: 3.12.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 7a8804a401..6f393e1e35 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.11.0 + The version of the OpenAPI document: 3.12.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 5011be700b..06f76547f8 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.11.0 + The version of the OpenAPI document: 3.12.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 fdc654ddef..8908013c16 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.11.0 + The version of the OpenAPI document: 3.12.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 397a22af37..d934e4c977 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.11.0 + The version of the OpenAPI document: 3.12.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 72d934ca03..9fcef3ca60 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.11.0 + The version of the OpenAPI document: 3.12.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 54c4949499..92b65f92e2 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.11.0 + The version of the OpenAPI document: 3.12.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 a612a5f246..29e4f0306f 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.11.0 + The version of the OpenAPI document: 3.12.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 01fcc5b587..91b676f3c2 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.11.0 + The version of the OpenAPI document: 3.12.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 cb07891847..7932581812 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.11.0 + The version of the OpenAPI document: 3.12.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 48a264e8de..96e04a2da1 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.11.0 + The version of the OpenAPI document: 3.12.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 5dff54d8ba..5c5b09273f 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.11.0 + The version of the OpenAPI document: 3.12.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 fa23eff126..f2f09e0f4f 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.11.0 + The version of the OpenAPI document: 3.12.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 11ddc16462..b57a914bac 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.11.0 + The version of the OpenAPI document: 3.12.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 5a818b41e4..930d597e76 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.11.0 + The version of the OpenAPI document: 3.12.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 6166c8cee0..ac4680d045 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.11.0 + The version of the OpenAPI document: 3.12.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 ada0b16d22..6172566002 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.11.0 + The version of the OpenAPI document: 3.12.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 4f80354f33..acbbfa8c02 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.11.0 + The version of the OpenAPI document: 3.12.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 5df3d8b95f..57fe92f327 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.11.0 + The version of the OpenAPI document: 3.12.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 42150bb2d9..625fae2fc2 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.11.0 + The version of the OpenAPI document: 3.12.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 2723df0194..808768397f 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.11.0 + The version of the OpenAPI document: 3.12.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 88d4aa0605..463c48892b 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.11.0 + The version of the OpenAPI document: 3.12.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 1a2fdfeaa3..0005cc3148 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.11.0 + The version of the OpenAPI document: 3.12.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 29869bcdaa..c0467d3e56 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.11.0 + The version of the OpenAPI document: 3.12.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 97db28f4a1..85832c1195 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.11.0 + The version of the OpenAPI document: 3.12.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 43e1bb5135..116e79dc34 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.11.0 + The version of the OpenAPI document: 3.12.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 271b197652..7d51bea1ca 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.11.0 + The version of the OpenAPI document: 3.12.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 4dcdd82b52..991e4ef2bc 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.11.0 + The version of the OpenAPI document: 3.12.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 5840971078..26e9f04302 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.11.0 + The version of the OpenAPI document: 3.12.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 73bf98d7c7..47e2acfd92 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.11.0 + The version of the OpenAPI document: 3.12.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 3fec3bf271..51bfb06872 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.11.0 + The version of the OpenAPI document: 3.12.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 fa710591da..f1e548fc6a 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.11.0 + The version of the OpenAPI document: 3.12.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 0cc9d7da71..5f2df3eb8a 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.11.0 + The version of the OpenAPI document: 3.12.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 57d75c0b04..7701086633 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.11.0 + The version of the OpenAPI document: 3.12.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 c00a3e3f7a..d9d09d24f3 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.11.0 + The version of the OpenAPI document: 3.12.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 3f418a5a35..ef7b31a8e9 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.11.0 + The version of the OpenAPI document: 3.12.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 56cfeaf059..fc22c2558f 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.11.0 + The version of the OpenAPI document: 3.12.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 05f65208b7..5daf535090 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.11.0 + The version of the OpenAPI document: 3.12.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 df148eed39..ec3f7bdf36 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.11.0 + The version of the OpenAPI document: 3.12.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 5b8e8dbc5b..12db6f80fd 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.11.0 + The version of the OpenAPI document: 3.12.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 7da92779d7..a604cc78bf 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.11.0 + The version of the OpenAPI document: 3.12.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 3a7cb075c9..91cb2cf4f5 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.11.0 + The version of the OpenAPI document: 3.12.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 da2309465e..f9b857a7de 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.11.0 + The version of the OpenAPI document: 3.12.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 a5d16bb309..e89fca1d4f 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.11.0 + The version of the OpenAPI document: 3.12.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 8ba2cc61a5..d65efb0a2e 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.11.0 + The version of the OpenAPI document: 3.12.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 b1dbe5a0cf..c95b253ed3 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.11.0 + The version of the OpenAPI document: 3.12.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 17984489a3..1bc7279409 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.11.0 + The version of the OpenAPI document: 3.12.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 8f28491049..d3693f5ad4 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.11.0 + The version of the OpenAPI document: 3.12.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 b9d72400da..d0788db8c6 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.11.0 + The version of the OpenAPI document: 3.12.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 d24b90f495..052b1c4fd8 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.11.0 + The version of the OpenAPI document: 3.12.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 4be011de02..ddd671a655 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.11.0 + The version of the OpenAPI document: 3.12.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 60c554b1b8..6fe942d638 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.11.0 + The version of the OpenAPI document: 3.12.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 5d7bcf2fc0..c86f498814 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.11.0 + The version of the OpenAPI document: 3.12.0 Generated by: https://openapi-generator.tech """ diff --git a/api/client/src/setup.py b/api/client/src/setup.py index 4a605f572d..6713014c66 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.11.0 + The version of the OpenAPI document: 3.12.0 Generated by: https://openapi-generator.tech """ diff --git a/api/infrastructure/parallelcluster-api.yaml b/api/infrastructure/parallelcluster-api.yaml index 9643dcbaf3..80f98364f4 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.11.0/api/ParallelCluster.openapi.yaml + Default: s3://-aws-parallelcluster/parallelcluster/3.12.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.11.0/templates/policies/policies.yaml" + Description: "S3 URI of the ParallelCluster Policies Template. Defaults to: s3://-aws-parallelcluster/parallelcluster/3.12.0/templates/policies/policies.yaml" Type: String Default: '' @@ -106,8 +106,8 @@ Parameters: Mappings: ParallelCluster: Constants: - Version: 3.11.0 # major.minor.patch+alpha/beta_identifier - ShortVersion: 3.11.0 # major.minor.patch + Version: 3.12.0 # major.minor.patch+alpha/beta_identifier + ShortVersion: 3.12.0 # major.minor.patch Stage: prod diff --git a/api/spec/openapi/ParallelCluster.openapi.yaml b/api/spec/openapi/ParallelCluster.openapi.yaml index 24cde280ba..92c7099a98 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.11.0 + version: 3.12.0 description: ParallelCluster API paths: /v3/clusters: diff --git a/api/spec/smithy/model/parallelcluster.smithy b/api/spec/smithy/model/parallelcluster.smithy index 25d5e59a6b..3c6a291f31 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.11.0", + version: "3.12.0", resources: [Cluster, ClusterInstances, ClusterComputeFleet, ClusterLogStream, ClusterStackEvents, ImageLogStream, ImageStackEvents, CustomImage, OfficialImage], operations: [] diff --git a/cli/setup.py b/cli/setup.py index 142d3c1dac..21691d4651 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -20,7 +20,7 @@ def readme(): return f.read() -VERSION = "3.11.0" +VERSION = "3.12.0" CDK_VERSION = "1.164" REQUIRES = [ "setuptools<70.0.0", diff --git a/cli/src/pcluster/api/openapi/openapi.yaml b/cli/src/pcluster/api/openapi/openapi.yaml index d3df3bcf19..0cc76e42f6 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.11.0 + version: 3.12.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 5c12f5b462..a93ccf51d8 100644 --- a/cli/src/pcluster/constants.py +++ b/cli/src/pcluster/constants.py @@ -130,8 +130,8 @@ MAX_EXISTING_STORAGE_COUNT = {"efs": 20, "fsx": 20, "raid": 0} COOKBOOK_PACKAGES_VERSIONS = { - "parallelcluster": "3.11.0", - "cookbook": "aws-parallelcluster-cookbook-3.11.0", + "parallelcluster": "3.12.0", + "cookbook": "aws-parallelcluster-cookbook-3.12.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 fda18427a4..3d3b7fc591 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.11.0 + Version: 3.12.0 Bucket: '' # For debug purposes only Conditions: diff --git a/cloudformation/custom_resource/cluster.yaml b/cloudformation/custom_resource/cluster.yaml index 457d3c1a0b..1b03fa2225 100644 --- a/cloudformation/custom_resource/cluster.yaml +++ b/cloudformation/custom_resource/cluster.yaml @@ -23,7 +23,7 @@ Parameters: Mappings: ParallelCluster: Constants: - Version: 3.11.0 # major.minor.patch+alpha/beta_identifier + Version: 3.12.0 # major.minor.patch+alpha/beta_identifier Conditions: CustomRoleCondition: !Not [!Equals [!Ref CustomLambdaRole, '']] diff --git a/pc_support/os_3.12.0.json b/pc_support/os_3.12.0.json new file mode 100644 index 0000000000..2169a74339 --- /dev/null +++ b/pc_support/os_3.12.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" + } + ] +}