Skip to content

Commit da57732

Browse files
committed
[Dependencies] Upgrade third-party cookbook dependencies:
- apt-7.4.2 (from apt-7.4.0) - line-4.5.2 (from line-4.0.1) - openssh-2.10.3 (from openssh-2.9.1) - pyenv-3.5.1 (from pyenv-3.4.2) - selinux-6.0.4 (from selinux-3.1.1) - yum-7.4.0 (from yum-6.1.1) - yum-epel-4.5.0 (from yum-epel-4.1.2) Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent c4619c0 commit da57732

File tree

646 files changed

+5781
-3960
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

646 files changed

+5781
-3960
lines changed

Berksfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ source chef_repo: "."
77

88
metadata
99

10-
cookbook "apt", path: "./third-party/apt-7.4.0"
10+
cookbook "apt", path: "./third-party/apt-7.4.2"
1111
cookbook "iptables", path: "./third-party/iptables-8.0.0"
12-
cookbook "line", path: "./third-party/line-4.0.1"
12+
cookbook "line", path: "./third-party/line-4.5.2"
1313
cookbook "nfs", path: "./third-party/nfs-2.6.4"
14-
cookbook "openssh", path: "./third-party/openssh-2.9.1"
15-
cookbook "pyenv", path: "./third-party/pyenv-3.4.2"
16-
cookbook "selinux", path: "./third-party/selinux-3.1.1"
17-
cookbook "yum", path: "./third-party/yum-6.1.1"
18-
cookbook "yum-epel", path: "./third-party/yum-epel-4.1.2"
14+
cookbook "openssh", path: "./third-party/openssh-2.10.3"
15+
cookbook "pyenv", path: "./third-party/pyenv-3.5.1"
16+
cookbook "selinux", path: "./third-party/selinux-6.0.4"
17+
cookbook "yum", path: "./third-party/yum-7.4.0"
18+
cookbook "yum-epel", path: "./third-party/yum-epel-4.5.0"
1919
cookbook "aws-parallelcluster-install", path: "./cookbooks/aws-parallelcluster-install"
2020
cookbook "aws-parallelcluster-config", path: "./cookbooks/aws-parallelcluster-config"
2121
cookbook "aws-parallelcluster-slurm", path: "./cookbooks/aws-parallelcluster-slurm"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions

cookbooks/aws-parallelcluster-awsbatch/metadata.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
supports 'centos', '>= 7.0'
1414
supports 'ubuntu', '>= 18.04'
1515

16-
depends 'apt', '~> 7.4.0'
16+
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
18-
depends 'line', '~> 4.0.1'
18+
depends 'line', '~> 4.5.2'
1919
depends 'nfs', '~> 2.6.4'
20-
depends 'openssh', '~> 2.9.1'
21-
depends 'pyenv', '~> 3.4.2'
22-
depends 'selinux', '~> 3.1.1'
23-
depends 'yum', '~> 6.1.1'
24-
depends 'yum-epel', '~> 4.1.2'
20+
depends 'openssh', '~> 2.10.3'
21+
depends 'pyenv', '~> 3.5.1'
22+
depends 'selinux', '~> 6.0.4'
23+
depends 'yum', '~> 7.4.0'
24+
depends 'yum-epel', '~> 4.5.0'

cookbooks/aws-parallelcluster-config/metadata.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
supports 'centos', '>= 7.0'
1414
supports 'ubuntu', '>= 18.04'
1515

16-
depends 'apt', '~> 7.4.0'
16+
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
18-
depends 'line', '~> 4.0.1'
18+
depends 'line', '~> 4.5.2'
1919
depends 'nfs', '~> 2.6.4'
20-
depends 'openssh', '~> 2.9.1'
21-
depends 'pyenv', '~> 3.4.2'
22-
depends 'selinux', '~> 3.1.1'
23-
depends 'yum', '~> 6.1.1'
24-
depends 'yum-epel', '~> 4.1.2'
20+
depends 'openssh', '~> 2.10.3'
21+
depends 'pyenv', '~> 3.5.1'
22+
depends 'selinux', '~> 6.0.4'
23+
depends 'yum', '~> 7.4.0'
24+
depends 'yum-epel', '~> 4.5.0'

cookbooks/aws-parallelcluster-install/metadata.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
supports 'centos', '>= 7.0'
1414
supports 'ubuntu', '>= 18.04'
1515

16-
depends 'apt', '~> 7.4.0'
16+
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
18-
depends 'line', '~> 4.0.1'
18+
depends 'line', '~> 4.5.2'
1919
depends 'nfs', '~> 2.6.4'
20-
depends 'openssh', '~> 2.9.1'
21-
depends 'pyenv', '~> 3.4.2'
22-
depends 'selinux', '~> 3.1.1'
23-
depends 'yum', '~> 6.1.1'
24-
depends 'yum-epel', '~> 4.1.2'
20+
depends 'openssh', '~> 2.10.3'
21+
depends 'pyenv', '~> 3.5.1'
22+
depends 'selinux', '~> 6.0.4'
23+
depends 'yum', '~> 7.4.0'
24+
depends 'yum-epel', '~> 4.5.0'

cookbooks/aws-parallelcluster-scheduler-plugin/metadata.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
supports 'centos', '>= 7.0'
1414
supports 'ubuntu', '>= 18.04'
1515

16-
depends 'apt', '~> 7.4.0'
16+
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
18-
depends 'line', '~> 4.0.1'
18+
depends 'line', '~> 4.5.2'
1919
depends 'nfs', '~> 2.6.4'
20-
depends 'openssh', '~> 2.9.1'
21-
depends 'pyenv', '~> 3.4.2'
22-
depends 'selinux', '~> 3.1.1'
23-
depends 'yum', '~> 6.1.1'
24-
depends 'yum-epel', '~> 4.1.2'
20+
depends 'openssh', '~> 2.10.3'
21+
depends 'pyenv', '~> 3.5.1'
22+
depends 'selinux', '~> 6.0.4'
23+
depends 'yum', '~> 7.4.0'
24+
depends 'yum-epel', '~> 4.5.0'

cookbooks/aws-parallelcluster-slurm/metadata.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
supports 'centos', '>= 7.0'
1414
supports 'ubuntu', '>= 18.04'
1515

16-
depends 'apt', '~> 7.4.0'
16+
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
18-
depends 'line', '~> 4.0.1'
18+
depends 'line', '~> 4.5.2'
1919
depends 'nfs', '~> 2.6.4'
20-
depends 'openssh', '~> 2.9.1'
21-
depends 'pyenv', '~> 3.4.2'
22-
depends 'selinux', '~> 3.1.1'
23-
depends 'yum', '~> 6.1.1'
24-
depends 'yum-epel', '~> 4.1.2'
20+
depends 'openssh', '~> 2.10.3'
21+
depends 'pyenv', '~> 3.5.1'
22+
depends 'selinux', '~> 6.0.4'
23+
depends 'yum', '~> 7.4.0'
24+
depends 'yum-epel', '~> 4.5.0'

metadata.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
supports 'centos', '>= 7.0'
1414
supports 'ubuntu', '>= 18.04'
1515

16-
depends 'apt', '~> 7.4.0'
16+
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
18-
depends 'line', '~> 4.0.1'
18+
depends 'line', '~> 4.5.2'
1919
depends 'nfs', '~> 2.6.4'
20-
depends 'openssh', '~> 2.9.1'
21-
depends 'pyenv', '~> 3.4.2'
22-
depends 'selinux', '~> 3.1.1'
23-
depends 'yum', '~> 6.1.1'
24-
depends 'yum-epel', '~> 4.1.2'
20+
depends 'openssh', '~> 2.10.3'
21+
depends 'pyenv', '~> 3.5.1'
22+
depends 'selinux', '~> 6.0.4'
23+
depends 'yum', '~> 7.4.0'
24+
depends 'yum-epel', '~> 4.5.0'
2525
depends 'aws-parallelcluster-install', '~> 3.2.0'
2626
depends 'aws-parallelcluster-config', '~> 3.2.0'
2727
depends 'aws-parallelcluster-slurm', '~> 3.2.0'

third-party/THIRD-PARTY-LICENSES.txt

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
** apt Cookbook; version 7.4.0 -- https://github.com/chef-cookbooks/apt
2-
** iptables cookbook; version 8.0.0 --
3-
https://github.com/chef-cookbooks/iptables
4-
** line cookbook; version 4.0.1 -- https://github.com/sous-chefs/line
5-
** NFS cookbook; version 2.6.4 --
6-
https://github.com/atomic-penguin/cookbook-nfs
7-
** openssh cookbook; version 2.9.1 -- https://github.com/chef-cookbooks/openssh
8-
** pyenv cookbook; version 3.4.2 -- https://github.com/sous-chefs/pyenv
9-
** SELinux cookbook; version 3.1.1 -- https://github.com/chef-cookbooks/selinux
10-
** yum cookbook; version 6.1.1 -- https://github.com/chef-cookbooks/yum
11-
** yum-epel cookbook; version 4.1.2 --
12-
https://github.com/chef-cookbooks/yum-epel
1+
** apt Cookbook; version 7.4.2 -- https://github.com/sous-chefs/apt
2+
** iptables cookbook; version 8.0.0 -- https://github.com/sous-chefs/iptables
3+
** line cookbook; version 4.5.2 -- https://github.com/sous-chefs/line
4+
** NFS cookbook; version 2.6.4 -- https://github.com/atomic-penguin/cookbook-nfs
5+
** openssh cookbook; version 2.10.3 -- https://github.com/sous-chefs/openssh
6+
** pyenv cookbook; version 3.5.1 -- https://github.com/sous-chefs/pyenv
7+
** SELinux cookbook; version 6.0.4 -- https://github.com/sous-chefs/selinux
8+
** yum cookbook; version 7.4.0 -- https://github.com/sous-chefs/yum
9+
** yum-epel cookbook; version 4.5.0 -- https://github.com/sous-chefs/yum-epel
1310

1411
Apache License
1512

third-party/apt-7.4.0/.delivery/project.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)