Skip to content

Commit 0cfb8e1

Browse files
committed
[Dependencies] Upgrade libjwt to version 1.17.0.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 47894dd commit 0cfb8e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.0.
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: 2 additions & 2 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'
18+
jwt_version = '1.17.0'
1919
jwt_url = "#{node['cluster']['artifacts_s3_url']}/dependencies/jwt/v#{jwt_version}.tar.gz"
2020
jwt_tarball = "#{node['cluster']['sources_dir']}/libjwt-#{jwt_version}.tar.gz"
21-
jwt_sha256 = 'cb2fd95123689e7d209a3a8c060e02f68341c9a5ded524c0cd881a8cd20d711f'
21+
jwt_sha256 = '617778f9687682220abf9b7daacbe72bab7c2985479f8bee4db9648bd2440687'
2222

2323
remote_file jwt_tarball do
2424
source jwt_url

0 commit comments

Comments
 (0)