From 76c345423bfeb42396f0094bcc22d38984485c5b Mon Sep 17 00:00:00 2001 From: Hanwen Date: Mon, 16 Sep 2024 07:41:51 -0700 Subject: [PATCH 1/2] [Changelog] Upgrade dependencies Signed-off-by: Hanwen --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d44a8b3e..70098d774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,21 @@ This file is used to list changes made in each version of the AWS ParallelCluste - Add new attribute `efs_access_point_ids` to specify optional EFS access points for the mounts - Install enroot and pyxis in official pcluster AMIs +**CHANGES** +- Upgrade Slurm to 23.11.10 (from 23.11.7). +- Upgrade Pmix to 5.0.3 (from 5.0.2). +- Upgrade EFA installer to `1.34.0`. + - Efa-driver: `efa-2.10.0-1` + - Efa-config: `efa-config-1.17-1` + - Efa-profile: `efa-profile-1.7-1` + - Libfabric-aws: `libfabric-aws-1.22.0-1` + - Rdma-core: `rdma-core-52.0-1` + - Open MPI: `openmpi40-aws-4.1.6-3` and `openmpi50-aws-5.0.3-11` +- Upgrade NVIDIA driver to version 550.90.07 (from 535.183.01). +- Upgrade CUDA Toolkit to version 12.4.1 (from 12.2.2). +- Upgrade Python to 3.9.20 (from 3.9.19). +- Upgrade Intel MPI Library to 2021.13.1.769 (from 2021.12.1.8). + **BUG FIXES** - Fix EFA kmod installation with RHEL 8.10 or newer. From 44dcfec73cfc824595bd23e5c19bbca39e8f7430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:43:15 +0000 Subject: [PATCH 2/2] Update test-kitchen requirement from ~> 3.0.0 to ~> 3.7.0 Updates the requirements on [test-kitchen](https://github.com/test-kitchen/test-kitchen) to permit the latest version. - [Release notes](https://github.com/test-kitchen/test-kitchen/releases) - [Changelog](https://github.com/test-kitchen/test-kitchen/blob/main/CHANGELOG.md) - [Commits](https://github.com/test-kitchen/test-kitchen/compare/v3.0.0...v3.7.0) --- updated-dependencies: - dependency-name: test-kitchen dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 62cabcb79..2e07cf37b 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'chefspec', '~> 9.3.0' gem 'kitchen-vagrant', '~> 1.12.0' gem 'safe_yaml', '~> 1.0.5' - gem 'test-kitchen', '~> 3.0.0' + gem 'test-kitchen', '~> 3.7.0' end group :aws do