File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
cookbooks/aws-parallelcluster-slurm/recipes/install Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
8
8
9
9
** CHANGES**
10
10
- Pyxis is now disabled by default, so it must be manually enabled as documented in the product documentation.
11
+ - Upgrade libjwt to version 1.17.0.
11
12
12
13
** BUG FIXES**
13
14
- Fix an issue in the way we configure the Pyxis Slurm plugin in ParallelCluster that can lead to job submission failures.
Original file line number Diff line number Diff line change 15
15
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
18
- jwt_version = '1.15.3 '
18
+ jwt_version = '1.17.0 '
19
19
jwt_url = "#{ node [ 'cluster' ] [ 'artifacts_s3_url' ] } /dependencies/jwt/v#{ jwt_version } .tar.gz"
20
20
jwt_tarball = "#{ node [ 'cluster' ] [ 'sources_dir' ] } /libjwt-#{ jwt_version } .tar.gz"
21
- jwt_sha256 = 'cb2fd95123689e7d209a3a8c060e02f68341c9a5ded524c0cd881a8cd20d711f '
21
+ jwt_sha256 = '617778f9687682220abf9b7daacbe72bab7c2985479f8bee4db9648bd2440687 '
22
22
23
23
remote_file jwt_tarball do
24
24
source jwt_url
You can’t perform that action at this time.
0 commit comments