From 4f3bbcf1deb690d6cdefc328f6ccc8492c96e0c9 Mon Sep 17 00:00:00 2001 From: Giacomo Marciani Date: Tue, 15 Oct 2024 14:28:35 +0200 Subject: [PATCH] [Dependencies] Upgrade libjwt to version 1.17.0. Signed-off-by: Giacomo Marciani --- CHANGELOG.md | 1 + .../aws-parallelcluster-slurm/recipes/install/install_jwt.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374133e53..50e62d072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste **CHANGES** - Pyxis is now disabled by default, so it must be manually enabled as documented in the product documentation. +- 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. diff --git a/cookbooks/aws-parallelcluster-slurm/recipes/install/install_jwt.rb b/cookbooks/aws-parallelcluster-slurm/recipes/install/install_jwt.rb index 5dd551857..427cde136 100644 --- a/cookbooks/aws-parallelcluster-slurm/recipes/install/install_jwt.rb +++ b/cookbooks/aws-parallelcluster-slurm/recipes/install/install_jwt.rb @@ -15,10 +15,10 @@ # OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and # limitations under the License. -jwt_version = '1.15.3' +jwt_version = '1.17.0' jwt_url = "#{node['cluster']['artifacts_s3_url']}/dependencies/jwt/v#{jwt_version}.tar.gz" jwt_tarball = "#{node['cluster']['sources_dir']}/libjwt-#{jwt_version}.tar.gz" -jwt_sha256 = 'cb2fd95123689e7d209a3a8c060e02f68341c9a5ded524c0cd881a8cd20d711f' +jwt_sha256 = '617778f9687682220abf9b7daacbe72bab7c2985479f8bee4db9648bd2440687' remote_file jwt_tarball do source jwt_url