Skip to content

Commit 988b750

Browse files
author
Himani Anil Deshpande
committed
Upgrade 3rd Party Cookbooks
1 parent 2b32e47 commit 988b750

File tree

12 files changed

+60
-60
lines changed

12 files changed

+60
-60
lines changed

Berksfile

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

88
metadata
99

10-
cookbook "apt", path: "./cookbooks/third-party/apt-7.5.22"
10+
cookbook "apt", path: "./cookbooks/third-party/apt-7.5.23"
1111
cookbook "iptables", path: "./cookbooks/third-party/iptables-8.0.0"
12-
cookbook "line", path: "./cookbooks/third-party/line-4.5.13"
13-
cookbook "nfs", path: "./cookbooks/third-party/nfs-5.1.2"
14-
cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.12"
15-
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-4.2.3"
16-
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.13"
17-
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-5.0.2"
12+
cookbook "line", path: "./cookbooks/third-party/line-4.5.21"
13+
cookbook "nfs", path: "./cookbooks/third-party/nfs-5.1.5"
14+
cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.14"
15+
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-4.2.7"
16+
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.20"
17+
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-5.0.8"
1818

1919
cookbook "aws-parallelcluster-awsbatch", path: "./cookbooks/aws-parallelcluster-awsbatch"
2020
cookbook "aws-parallelcluster-computefleet", path: "./cookbooks/aws-parallelcluster-computefleet"

cookbooks/aws-parallelcluster-awsbatch/Berksfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ cookbook "aws-parallelcluster-computefleet", path: "../aws-parallelcluster-compu
1212
cookbook "aws-parallelcluster-tests", path: "../aws-parallelcluster-tests"
1313
cookbook "aws-parallelcluster-slurm", path: "../aws-parallelcluster-slurm"
1414

15-
cookbook "apt", path: "../third-party/apt-7.5.22"
15+
cookbook "apt", path: "../third-party/apt-7.5.23"
1616
cookbook "iptables", path: "../third-party/iptables-8.0.0"
17-
cookbook "line", path: "../third-party/line-4.5.13"
18-
cookbook "nfs", path: "../third-party/nfs-5.1.2"
19-
cookbook "openssh", path: "../third-party/openssh-2.11.12"
20-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
21-
cookbook "yum", path: "../third-party/yum-7.4.13"
22-
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
17+
cookbook "line", path: "../third-party/line-4.5.21"
18+
cookbook "nfs", path: "../third-party/nfs-5.1.5"
19+
cookbook "openssh", path: "../third-party/openssh-2.11.14"
20+
cookbook "pyenv", path: "../third-party/pyenv-4.2.7"
21+
cookbook "yum", path: "../third-party/yum-7.4.20"
22+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.8"

cookbooks/aws-parallelcluster-awsbatch/metadata.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
chef_version '>= 18'
1010
version '3.13.0'
1111

12-
depends 'apt', '~> 7.5.22'
12+
depends 'apt', '~> 7.5.23'
1313
depends 'iptables', '~> 8.0.0'
14-
depends 'nfs', '~> 5.1.2'
15-
depends 'line', '~> 4.5.13'
16-
depends 'openssh', '~> 2.11.12'
17-
depends 'pyenv', '~> 4.2.3'
18-
depends 'yum', '~> 7.4.13'
19-
depends 'yum-epel', '~> 5.0.2'
14+
depends 'nfs', '~> 5.1.5'
15+
depends 'line', '~> 4.5.21'
16+
depends 'openssh', '~> 2.11.14'
17+
depends 'pyenv', '~> 4.2.7'
18+
depends 'yum', '~> 7.4.20'
19+
depends 'yum-epel', '~> 5.0.8'
2020
depends 'aws-parallelcluster-shared', '~> 3.13.0'

cookbooks/aws-parallelcluster-environment/Berksfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ metadata
44

55
cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
66

7-
cookbook "nfs", path: "../third-party/nfs-5.1.2"
7+
cookbook "nfs", path: "../third-party/nfs-5.1.5"
88

99
# dependency od nfs
10-
cookbook "line", path: "../third-party/line-4.5.13"
10+
cookbook "line", path: "../third-party/line-4.5.21"
1111

1212
# for shared cookbook
13-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
14-
cookbook "yum", path: "../third-party/yum-7.4.13"
15-
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
13+
cookbook "pyenv", path: "../third-party/pyenv-4.2.7"
14+
cookbook "yum", path: "../third-party/yum-7.4.20"
15+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.8"

cookbooks/aws-parallelcluster-environment/metadata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
chef_version '>= 18'
1010
version '3.13.0'
1111

12-
depends 'line', '~> 4.5.13'
13-
depends 'nfs', '~> 5.1.2'
12+
depends 'line', '~> 4.5.21'
13+
depends 'nfs', '~> 5.1.5'
1414

1515
depends 'aws-parallelcluster-shared', '~> 3.13.0'

cookbooks/aws-parallelcluster-platform/Berksfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ metadata
44

55
cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
66

7-
cookbook "line", path: "../third-party/line-4.5.13"
7+
cookbook "line", path: "../third-party/line-4.5.21"
88

99
# for shared cookbook
10-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
11-
cookbook "yum", path: "../third-party/yum-7.4.13"
12-
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
10+
cookbook "pyenv", path: "../third-party/pyenv-4.2.7"
11+
cookbook "yum", path: "../third-party/yum-7.4.20"
12+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.8"

cookbooks/aws-parallelcluster-platform/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
chef_version '>= 18'
1010
version '3.13.0'
1111

12-
depends 'line', '~> 4.5.13'
12+
depends 'line', '~> 4.5.32'
1313

1414
depends 'aws-parallelcluster-shared', '~> 3.13.0'

cookbooks/aws-parallelcluster-shared/Berksfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ source chef_repo: "."
44

55
metadata
66

7-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
8-
cookbook "yum", path: "../third-party/yum-7.4.13"
9-
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
7+
cookbook "pyenv", path: "../third-party/pyenv-4.2.7"
8+
cookbook "yum", path: "../third-party/yum-7.4.20"
9+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.8"

cookbooks/aws-parallelcluster-shared/metadata.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
chef_version '>= 18'
1010
version '3.13.0'
1111

12-
depends 'pyenv', '~> 4.2.3'
13-
depends 'yum', '~> 7.4.13'
14-
depends 'yum-epel', '~> 5.0.2'
12+
depends 'pyenv', '~> 4.2.7'
13+
depends 'yum', '~> 7.4.20'
14+
depends 'yum-epel', '~> 5.0.8'

cookbooks/aws-parallelcluster-slurm/Berksfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ cookbook "aws-parallelcluster-computefleet", path: "../aws-parallelcluster-compu
66
cookbook "aws-parallelcluster-environment", path: "../aws-parallelcluster-environment"
77
cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
88

9-
cookbook "apt", path: "../third-party/apt-7.5.22"
9+
cookbook "apt", path: "../third-party/apt-7.5.23"
1010
cookbook "iptables", path: "../third-party/iptables-8.0.0"
11-
cookbook "line", path: "../third-party/line-4.5.13"
12-
cookbook "nfs", path: "../third-party/nfs-5.1.2"
13-
cookbook "openssh", path: "../third-party/openssh-2.11.12"
14-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
15-
cookbook "yum", path: "../third-party/yum-7.4.13"
16-
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
11+
cookbook "line", path: "../third-party/line-4.5.21"
12+
cookbook "nfs", path: "../third-party/nfs-5.1.5"
13+
cookbook "openssh", path: "../third-party/openssh-2.11.14"
14+
cookbook "pyenv", path: "../third-party/pyenv-4.2.7"
15+
cookbook "yum", path: "../third-party/yum-7.4.20"
16+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.8"

0 commit comments

Comments
 (0)