Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ source chef_repo: "."

metadata

cookbook "apt", path: "./cookbooks/third-party/apt-7.5.22"
cookbook "iptables", path: "./cookbooks/third-party/iptables-8.0.0"
cookbook "line", path: "./cookbooks/third-party/line-4.5.13"
cookbook "nfs", path: "./cookbooks/third-party/nfs-5.1.2"
cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.12"
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-4.2.3"
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.13"
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-5.0.2"

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.
- Upgrade `aws-cfn-bootstrap` to version 2.0-32.
- Upgrade amazon-efs-utils to version 2.1.0.
- Remove third-party cookbook: apt-7.5.22 and pyenv-4.2.3.

3.12.0
------
Expand Down
2 changes: 0 additions & 2 deletions cookbooks/aws-parallelcluster-awsbatch/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ cookbook "aws-parallelcluster-computefleet", path: "../aws-parallelcluster-compu
cookbook "aws-parallelcluster-tests", path: "../aws-parallelcluster-tests"
cookbook "aws-parallelcluster-slurm", path: "../aws-parallelcluster-slurm"

cookbook "apt", path: "../third-party/apt-7.5.22"
cookbook "iptables", path: "../third-party/iptables-8.0.0"
cookbook "line", path: "../third-party/line-4.5.13"
cookbook "nfs", path: "../third-party/nfs-5.1.2"
cookbook "openssh", path: "../third-party/openssh-2.11.12"
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
cookbook "yum", path: "../third-party/yum-7.4.13"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2 changes: 0 additions & 2 deletions cookbooks/aws-parallelcluster-awsbatch/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
chef_version '>= 18'
version '3.13.0'

depends 'apt', '~> 7.5.22'
depends 'iptables', '~> 8.0.0'
depends 'nfs', '~> 5.1.2'
depends 'line', '~> 4.5.13'
depends 'openssh', '~> 2.11.12'
depends 'pyenv', '~> 4.2.3'
depends 'yum', '~> 7.4.13'
depends 'yum-epel', '~> 5.0.2'
depends 'aws-parallelcluster-shared', '~> 3.13.0'
1 change: 0 additions & 1 deletion cookbooks/aws-parallelcluster-computefleet/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ metadata
cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"

# for shared cookbook
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
cookbook "yum", path: "../third-party/yum-7.4.13"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2 changes: 0 additions & 2 deletions cookbooks/aws-parallelcluster-entrypoints/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ cookbook "aws-parallelcluster-platform", path: "../aws-parallelcluster-platform"
cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
cookbook "aws-parallelcluster-slurm", path: "../aws-parallelcluster-slurm"

cookbook "apt", path: "../third-party/apt-7.5.22"
cookbook "iptables", path: "../third-party/iptables-8.0.0"
cookbook "line", path: "../third-party/line-4.5.13"
cookbook "nfs", path: "../third-party/nfs-5.1.2"
cookbook "openssh", path: "../third-party/openssh-2.11.12"
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
cookbook "yum", path: "../third-party/yum-7.4.13"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

Expand Down
1 change: 0 additions & 1 deletion cookbooks/aws-parallelcluster-environment/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ cookbook "nfs", path: "../third-party/nfs-5.1.2"
cookbook "line", path: "../third-party/line-4.5.13"

# for shared cookbook
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
cookbook "yum", path: "../third-party/yum-7.4.13"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
1 change: 0 additions & 1 deletion cookbooks/aws-parallelcluster-platform/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
cookbook "line", path: "../third-party/line-4.5.13"

# for shared cookbook
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
cookbook "yum", path: "../third-party/yum-7.4.13"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
1 change: 0 additions & 1 deletion cookbooks/aws-parallelcluster-shared/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ source chef_repo: "."

metadata

cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
cookbook "yum", path: "../third-party/yum-7.4.13"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
1 change: 0 additions & 1 deletion cookbooks/aws-parallelcluster-shared/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
chef_version '>= 18'
version '3.13.0'

depends 'pyenv', '~> 4.2.3'
depends 'yum', '~> 7.4.13'
depends 'yum-epel', '~> 5.0.2'
2 changes: 0 additions & 2 deletions cookbooks/aws-parallelcluster-slurm/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ cookbook "aws-parallelcluster-computefleet", path: "../aws-parallelcluster-compu
cookbook "aws-parallelcluster-environment", path: "../aws-parallelcluster-environment"
cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"

cookbook "apt", path: "../third-party/apt-7.5.22"
cookbook "iptables", path: "../third-party/iptables-8.0.0"
cookbook "line", path: "../third-party/line-4.5.13"
cookbook "nfs", path: "../third-party/nfs-5.1.2"
cookbook "openssh", path: "../third-party/openssh-2.11.12"
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
cookbook "yum", path: "../third-party/yum-7.4.13"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2 changes: 0 additions & 2 deletions cookbooks/aws-parallelcluster-slurm/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
chef_version '>= 18'
version '3.13.0'

depends 'apt', '~> 7.5.22'
depends 'iptables', '~> 8.0.0'
depends 'line', '~> 4.5.13'
depends 'nfs', '~> 5.1.2'
depends 'openssh', '~> 2.11.12'
depends 'pyenv', '~> 4.2.3'
depends 'yum', '~> 7.4.13'
depends 'yum-epel', '~> 5.0.2'
depends 'aws-parallelcluster-computefleet', '~> 3.13.0'
Expand Down
5 changes: 0 additions & 5 deletions cookbooks/third-party/apt-7.5.22/.markdownlint-cli2.yaml

This file was deleted.

Loading
Loading