Skip to content

Commit

Permalink
Upgrade yum-epel cookbook to version 5.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Usai <[email protected]>
  • Loading branch information
enrico-usai committed Aug 11, 2023
1 parent 9ac805e commit ceda39c
Show file tree
Hide file tree
Showing 74 changed files with 329 additions and 552 deletions.
2 changes: 1 addition & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.3"
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-4.2.3"
cookbook "selinux", path: "./cookbooks/third-party/selinux-6.1.12"
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.13"
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-4.5.0"
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-5.0.2"

cookbook "aws-parallelcluster-awsbatch", path: "./cookbooks/aws-parallelcluster-awsbatch"
cookbook "aws-parallelcluster-computefleet", path: "./cookbooks/aws-parallelcluster-computefleet"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
- openssh-2.11.3 (from openssh-2.10.3)
- pyenv-4.2.3 (from pyenv-3.5.1)
- selinux-6.1.12 (from selinux-6.0.5)
- yum-7.4.13 (from yum-7.4.0)

**BUG FIXES**

Expand Down Expand Up @@ -52,6 +53,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
- pyenv-4.2.3 (from pyenv-3.5.1)
- selinux-6.1.12 (from selinux-6.0.5)
- yum-7.4.13 (from yum-7.4.0)
- yum-epel-5.0.2 (from yum-epel-4.5.0)

**BUG FIXES**
- Fix cluster creation failure with Ubuntu Deep Learning AMI on GPU instances and DCV enabled.
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-awsbatch/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ cookbook "openssh", path: "../third-party/openssh-2.11.3"
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
cookbook "selinux", path: "../third-party/selinux-6.1.12"
cookbook "yum", path: "../third-party/yum-7.4.13"
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-awsbatch/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
depends 'pyenv', '~> 4.2.3'
depends 'selinux', '~> 6.1.12'
depends 'yum', '~> 7.4.13'
depends 'yum-epel', '~> 4.5.0'
depends 'yum-epel', '~> 5.0.2'
depends 'aws-parallelcluster-shared', '~> 3.7.0'
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-computefleet/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ 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-4.5.0"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-entrypoints/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cookbook "openssh", path: "../third-party/openssh-2.11.3"
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
cookbook "selinux", path: "../third-party/selinux-6.1.12"
cookbook "yum", path: "../third-party/yum-7.4.13"
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

group :integration do
cookbook 'aws-parallelcluster-tests', path: '../aws-parallelcluster-tests'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-environment/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ 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-4.5.0"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-platform/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ cookbook "selinux", path: "../third-party/selinux-6.1.12"
# 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-4.5.0"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-shared/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ 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-4.5.0"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-shared/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

depends 'pyenv', '~> 4.2.3'
depends 'yum', '~> 7.4.13'
depends 'yum-epel', '~> 4.5.0'
depends 'yum-epel', '~> 5.0.2'
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-slurm/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ cookbook "openssh", path: "../third-party/openssh-2.11.3"
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
cookbook "selinux", path: "../third-party/selinux-6.1.12"
cookbook "yum", path: "../third-party/yum-7.4.13"
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-slurm/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
depends 'pyenv', '~> 4.2.3'
depends 'selinux', '~> 6.1.12'
depends 'yum', '~> 7.4.13'
depends 'yum-epel', '~> 4.5.0'
depends 'yum-epel', '~> 5.0.2'
depends 'aws-parallelcluster-computefleet', '~> 3.7.0'
depends 'aws-parallelcluster-environment', '~> 3.7.0'
depends 'aws-parallelcluster-shared', '~> 3.7.0'
10 changes: 0 additions & 10 deletions cookbooks/third-party/yum-epel-4.5.0/.circleci/config.yml

This file was deleted.

19 changes: 0 additions & 19 deletions cookbooks/third-party/yum-epel-4.5.0/.editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion cookbooks/third-party/yum-epel-4.5.0/.envrc

This file was deleted.

1 change: 0 additions & 1 deletion cookbooks/third-party/yum-epel-4.5.0/.gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion cookbooks/third-party/yum-epel-4.5.0/.github/CODEOWNERS

This file was deleted.

44 changes: 0 additions & 44 deletions cookbooks/third-party/yum-epel-4.5.0/.github/workflows/ci.yml

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions cookbooks/third-party/yum-epel-4.5.0/.github/workflows/stale.yml

This file was deleted.

49 changes: 0 additions & 49 deletions cookbooks/third-party/yum-epel-4.5.0/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion cookbooks/third-party/yum-epel-4.5.0/.mdlrc

This file was deleted.

16 changes: 0 additions & 16 deletions cookbooks/third-party/yum-epel-4.5.0/.overcommit.yml

This file was deleted.

13 changes: 0 additions & 13 deletions cookbooks/third-party/yum-epel-4.5.0/.yamllint

This file was deleted.

9 changes: 0 additions & 9 deletions cookbooks/third-party/yum-epel-4.5.0/Gemfile

This file was deleted.

15 changes: 0 additions & 15 deletions cookbooks/third-party/yum-epel-4.5.0/attributes/epel-debuginfo.rb

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions cookbooks/third-party/yum-epel-4.5.0/attributes/epel-source.rb

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ceda39c

Please sign in to comment.