Skip to content

Commit

Permalink
Merge branch 'release-3.11' into release-3.11oct2
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwen-pcluste authored Oct 17, 2024
2 parents fad9c79 + ae32369 commit 15872fb
Show file tree
Hide file tree
Showing 103 changed files with 170 additions and 113 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ jobs:
python-version: '3.12'
- name: Install AWS CDK
run: |
pip install typeguard~=2.13
npm install -g aws-cdk
pip install -r cloudformation/external-slurmdbd/requirements.txt
- working-directory: cloudformation/external-slurmdbd
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGELOG
=========

3.11.1
------

**CHANGES**
- Pyxis is now disabled by default, so it must be manually enabled as documented in the product documentation.
- Upgrade Python runtime to version 3.12 in ParallelCluster Lambda Layer.
- Remove version pinning for setuptools to version prior to 70.0.0.
- Upgrade libjwt to version 1.17.0.

**BUG FIXES**
- Fix an issue in the way we configure the Pyxis Slurm plugin in ParallelCluster that can lead to job submission failures.
https://github.com/aws/aws-parallelcluster/issues/6459
- Add missing permissions required by login nodes to the public template of policies.

3.11.0
------

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.11.1
- 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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1\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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
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.11.1
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading

0 comments on commit 15872fb

Please sign in to comment.