Skip to content

Commit

Permalink
Merge branch 'develop' into developAug21ag
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwen-pcluste committed Sep 20, 2024
2 parents 8a0d60f + 8928a60 commit 3d6e2bf
Show file tree
Hide file tree
Showing 280 changed files with 859 additions and 588 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,29 @@ CHANGELOG
- Add new configuration `SharedStorage/EfsSettings/AccessPointId` to specify an optional EFS access point for a mount
- Allow multiple login node pools.

**CHANGES**
- Upgrade Slurm to 23.11.10 (from 23.11.7).
- Upgrade Pmix to 5.0.3 (from 5.0.2).
- Upgrade EFA installer to `1.34.0`.
- Efa-driver: `efa-2.10.0-1`
- Efa-config: `efa-config-1.17-1`
- Efa-profile: `efa-profile-1.7-1`
- Libfabric-aws: `libfabric-aws-1.22.0-1`
- Rdma-core: `rdma-core-52.0-1`
- Open MPI: `openmpi40-aws-4.1.6-3` and `openmpi50-aws-5.0.3-11`
- Upgrade NVIDIA driver to version 550.90.07 (from 535.183.01).
- Upgrade CUDA Toolkit to version 12.4.1 (from 12.2.2).
- Upgrade Python to 3.9.20 (from 3.9.19).
- Upgrade Intel MPI Library to 2021.13.1.769 (from 2021.12.1.8).

**BUG FIXES**
- Fix validator `EfaPlacementGroupValidator` so that it does not suggest to configure a Placement Group when Capacity Blocks are used.
- Fix sporadic cluster creation failures with managed FSx for Lustre.
- Fix cluster deletion failure when placement group is enabled.
- Fix issue with login nodes being marked unhealthy when restricting SSH access.
- Fix `retrieve_supported_regions` so that it can get the correct S3 url.
- Fix `describe_images` so that it uses pagination.
- Fix `No route tables found` bug when specifying default VPC subnet to LoginNodes/Networking/SubnetIds.

3.10.1
------
Expand Down
2 changes: 1 addition & 1 deletion api/client/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/api/cluster_logs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/api/image_logs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/api/image_operations_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
4 changes: 2 additions & 2 deletions api/client/src/pcluster_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/model/ami_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/model/change.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/model/cluster_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/model/cluster_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/model/ec2_ami_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion api/client/src/pcluster_client/model/ec2_ami_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Loading

0 comments on commit 3d6e2bf

Please sign in to comment.