Skip to content

Commit 5e4aba8

Browse files
himani2411Himani Anil Deshpande
andauthored
Upgrade 3rd Party Cookbooks (#2863)
- line-4.5.21 (from line-4.5.13) - nfs-5.1.5 (from nfs-5.1.2) - openssh-2.11.14 (from openssh-2.11.12) - yum-7.4.20 (from yum-7.4.13) - yum-epel-5.0.8 (from yum-epel-5.0.2) Changelog update for 3rd Party Cookbook upgrade Co-authored-by: Himani Anil Deshpande <[email protected]>
1 parent f0f528f commit 5e4aba8

File tree

396 files changed

+1952
-924
lines changed

Some content is hidden

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

396 files changed

+1952
-924
lines changed

Berksfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ source chef_repo: "."
88
metadata
99

1010
cookbook "iptables", path: "./cookbooks/third-party/iptables-8.0.0"
11-
cookbook "line", path: "./cookbooks/third-party/line-4.5.13"
12-
cookbook "nfs", path: "./cookbooks/third-party/nfs-5.1.2"
13-
cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.12"
14-
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.13"
15-
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-5.0.2"
11+
cookbook "line", path: "./cookbooks/third-party/line-4.5.21"
12+
cookbook "nfs", path: "./cookbooks/third-party/nfs-5.1.5"
13+
cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.14"
14+
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.20"
15+
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-5.0.8"
1616

1717
cookbook "aws-parallelcluster-awsbatch", path: "./cookbooks/aws-parallelcluster-awsbatch"
1818
cookbook "aws-parallelcluster-computefleet", path: "./cookbooks/aws-parallelcluster-computefleet"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1010
- Upgrade `aws-cfn-bootstrap` to version 2.0-32.
1111
- Upgrade amazon-efs-utils to version 2.1.0.
1212
- Remove third-party cookbook: apt-7.5.22 and pyenv-4.2.3.
13+
- Upgrade third-party cookbook dependencies:
14+
- line-4.5.21 (from line-4.5.13)
15+
- nfs-5.1.5 (from nfs-5.1.2)
16+
- openssh-2.11.14 (from openssh-2.11.12)
17+
- yum-7.4.20 (from yum-7.4.13)
18+
- yum-epel-5.0.8 (from yum-epel-5.0.2)
1319

1420
3.12.0
1521
------

cookbooks/aws-parallelcluster-awsbatch/Berksfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ cookbook "aws-parallelcluster-tests", path: "../aws-parallelcluster-tests"
1313
cookbook "aws-parallelcluster-slurm", path: "../aws-parallelcluster-slurm"
1414

1515
cookbook "iptables", path: "../third-party/iptables-8.0.0"
16-
cookbook "line", path: "../third-party/line-4.5.13"
17-
cookbook "nfs", path: "../third-party/nfs-5.1.2"
18-
cookbook "openssh", path: "../third-party/openssh-2.11.12"
19-
cookbook "yum", path: "../third-party/yum-7.4.13"
20-
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
16+
cookbook "line", path: "../third-party/line-4.5.21"
17+
cookbook "nfs", path: "../third-party/nfs-5.1.5"
18+
cookbook "openssh", path: "../third-party/openssh-2.11.14"
19+
cookbook "yum", path: "../third-party/yum-7.4.20"
20+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.8"

cookbooks/aws-parallelcluster-awsbatch/metadata.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
version '3.13.0'
1111

1212
depends 'iptables', '~> 8.0.0'
13-
depends 'nfs', '~> 5.1.2'
14-
depends 'line', '~> 4.5.13'
15-
depends 'openssh', '~> 2.11.12'
16-
depends 'yum', '~> 7.4.13'
17-
depends 'yum-epel', '~> 5.0.2'
13+
depends 'nfs', '~> 5.1.5'
14+
depends 'line', '~> 4.5.21'
15+
depends 'openssh', '~> 2.11.14'
16+
depends 'yum', '~> 7.4.20'
17+
depends 'yum-epel', '~> 5.0.8'
1818
depends 'aws-parallelcluster-shared', '~> 3.13.0'

cookbooks/aws-parallelcluster-computefleet/Berksfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ metadata
55
cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
66

77
# for shared cookbook
8-
cookbook "yum", path: "../third-party/yum-7.4.13"
9-
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
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-entrypoints/Berksfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
1010
cookbook "aws-parallelcluster-slurm", path: "../aws-parallelcluster-slurm"
1111

1212
cookbook "iptables", path: "../third-party/iptables-8.0.0"
13-
cookbook "line", path: "../third-party/line-4.5.13"
14-
cookbook "nfs", path: "../third-party/nfs-5.1.2"
15-
cookbook "openssh", path: "../third-party/openssh-2.11.12"
16-
cookbook "yum", path: "../third-party/yum-7.4.13"
17-
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
13+
cookbook "line", path: "../third-party/line-4.5.21"
14+
cookbook "nfs", path: "../third-party/nfs-5.1.5"
15+
cookbook "openssh", path: "../third-party/openssh-2.11.14"
16+
cookbook "yum", path: "../third-party/yum-7.4.20"
17+
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.8"
1818

1919
group :integration do
2020
cookbook 'aws-parallelcluster-tests', path: '../aws-parallelcluster-tests'

cookbooks/aws-parallelcluster-environment/Berksfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ 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 "yum", path: "../third-party/yum-7.4.13"
14-
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
13+
cookbook "yum", path: "../third-party/yum-7.4.20"
14+
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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 "yum", path: "../third-party/yum-7.4.13"
11-
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
10+
cookbook "yum", path: "../third-party/yum-7.4.20"
11+
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.21'
1313

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

0 commit comments

Comments
 (0)