Skip to content

Commit 40b0ef0

Browse files
committed
[Versioning] Bump version to 3.10.1.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 337cef3 commit 40b0ef0

File tree

90 files changed

+126
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+126
-94
lines changed

api/client/src/README.md

+1-1

api/client/src/pcluster_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
ParallelCluster API # noqa: E501
77
8-
The version of the OpenAPI document: 3.10.0
8+
The version of the OpenAPI document: 3.10.1
99
Generated by: https://openapi-generator.tech
1010
"""
1111

api/client/src/pcluster_client/api/cluster_compute_fleet_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/cluster_instances_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/cluster_logs_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/cluster_operations_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/image_logs_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/image_operations_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/configuration.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

@@ -408,7 +408,7 @@ def to_debug_report(self):
408408
return "Python SDK Debug Report:\n"\
409409
"OS: {env}\n"\
410410
"Python Version: {pyversion}\n"\
411-
"Version of the API: 3.10.0\n"\
411+
"Version of the API: 3.10.1\n"\
412412
"SDK Package Version: 1.0.0".\
413413
format(env=sys.platform, pyversion=sys.version)
414414

api/client/src/pcluster_client/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/ami_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/bad_request_exception_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/build_image_bad_request_exception_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/build_image_request_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/build_image_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/change.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/cloud_formation_resource_status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/cloud_formation_stack_status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/cluster_configuration_structure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/cluster_info_summary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/cluster_instance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/cluster_status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/cluster_status_filtering_option.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/compute_fleet_status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/config_validation_message.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/conflict_exception_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/create_cluster_bad_request_exception_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/create_cluster_request_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/create_cluster_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/delete_cluster_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/delete_image_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/describe_cluster_instances_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/describe_cluster_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/describe_compute_fleet_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/describe_image_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/dryrun_operation_exception_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/ec2_ami_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/ec2_ami_info_summary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/ec2_ami_state.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/ec2_instance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/failure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/model/get_cluster_log_events_response_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.10.1
77
Generated by: https://openapi-generator.tech
88
"""
99

0 commit comments

Comments
 (0)