Skip to content

Commit 9a150ae

Browse files
committed
[Dependencies] Upgrade libjwt to version 1.17.2.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent e87af87 commit 9a150ae

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
88

99
**CHANGES**
1010
- 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.2.
1112

1213
**BUG FIXES**
1314
- Fix an issue in the way we configure the Pyxis Slurm plugin in ParallelCluster that can lead to job submission failures.

cookbooks/aws-parallelcluster-slurm/recipes/install/install_jwt.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
jwt_version = '1.15.3'
19-
jwt_url = "#{node['cluster']['artifacts_s3_url']}/dependencies/jwt/v#{jwt_version}.tar.gz"
20-
jwt_tarball = "#{node['cluster']['sources_dir']}/libjwt-#{jwt_version}.tar.gz"
21-
jwt_sha256 = 'cb2fd95123689e7d209a3a8c060e02f68341c9a5ded524c0cd881a8cd20d711f'
18+
jwt_version = '1.17.2'
19+
jwt_url = "#{node['cluster']['artifacts_s3_url']}/dependencies/jwt/libjwt-#{jwt_version}.tar.bz2"
20+
jwt_tarball = "#{node['cluster']['sources_dir']}/libjwt-#{jwt_version}.tar.bz2"
21+
jwt_sha256 = 'f11c4544f61a31f105720b8329409fea009d6f9ef41c9361f98c2de48152eeae'
2222

2323
remote_file jwt_tarball do
2424
source jwt_url

0 commit comments

Comments
 (0)