Skip to content

Commit d3dc504

Browse files
Enrico Usaienrico-usai
authored andcommitted
Upgrade selinux cookbook to version 6.1.12
Signed-off-by: Enrico Usai <[email protected]>
1 parent aca8baa commit d3dc504

File tree

118 files changed

+937
-288
lines changed

Some content is hidden

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

118 files changed

+937
-288
lines changed

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cookbook "line", path: "./cookbooks/third-party/line-4.5.13"
1313
cookbook "nfs", path: "./cookbooks/third-party/nfs-5.0.0"
1414
cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.3"
1515
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-4.2.3"
16-
cookbook "selinux", path: "./cookbooks/third-party/selinux-6.0.5"
16+
cookbook "selinux", path: "./cookbooks/third-party/selinux-6.1.12"
1717
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.0"
1818
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-4.5.0"
1919

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1414
- line-4.5.13 (from line-4.5.2)
1515
- openssh-2.11.3 (from openssh-2.10.3)
1616
- pyenv-4.2.3 (from pyenv-3.5.1)
17+
- selinux-6.1.12 (from selinux-6.0.5)
1718

1819
**BUG FIXES**
1920

cookbooks/aws-parallelcluster-awsbatch/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ cookbook "line", path: "../third-party/line-4.5.13"
1818
cookbook "nfs", path: "../third-party/nfs-5.0.0"
1919
cookbook "openssh", path: "../third-party/openssh-2.11.3"
2020
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
21-
cookbook "selinux", path: "../third-party/selinux-6.0.5"
21+
cookbook "selinux", path: "../third-party/selinux-6.1.12"
2222
cookbook "yum", path: "../third-party/yum-7.4.0"
2323
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-awsbatch/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
depends 'line', '~> 4.5.13'
2020
depends 'openssh', '~> 2.11.3'
2121
depends 'pyenv', '~> 4.2.3'
22-
depends 'selinux', '~> 6.0.5'
22+
depends 'selinux', '~> 6.1.12'
2323
depends 'yum', '~> 7.4.0'
2424
depends 'yum-epel', '~> 4.5.0'
2525
depends 'aws-parallelcluster-shared', '~> 3.8.0'

cookbooks/aws-parallelcluster-entrypoints/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cookbook "line", path: "../third-party/line-4.5.13"
1515
cookbook "nfs", path: "../third-party/nfs-5.0.0"
1616
cookbook "openssh", path: "../third-party/openssh-2.11.3"
1717
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
18-
cookbook "selinux", path: "../third-party/selinux-6.0.5"
18+
cookbook "selinux", path: "../third-party/selinux-6.1.12"
1919
cookbook "yum", path: "../third-party/yum-7.4.0"
2020
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"
2121

cookbooks/aws-parallelcluster-platform/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata
55
cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
66

77
cookbook "line", path: "../third-party/line-4.5.13"
8-
cookbook "selinux", path: "../third-party/selinux-6.0.5"
8+
cookbook "selinux", path: "../third-party/selinux-6.1.12"
99

1010
# for shared cookbook
1111
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"

cookbooks/aws-parallelcluster-platform/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
supports 'redhat', '= 8.7'
1616

1717
depends 'line', '~> 4.5.13'
18-
depends 'selinux', '~> 6.0.5'
18+
depends 'selinux', '~> 6.1.12'
1919

2020
depends 'aws-parallelcluster-shared', '~> 3.8.0'

cookbooks/aws-parallelcluster-slurm/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ cookbook "line", path: "../third-party/line-4.5.13"
1212
cookbook "nfs", path: "../third-party/nfs-5.0.0"
1313
cookbook "openssh", path: "../third-party/openssh-2.11.3"
1414
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
15-
cookbook "selinux", path: "../third-party/selinux-6.0.5"
15+
cookbook "selinux", path: "../third-party/selinux-6.1.12"
1616
cookbook "yum", path: "../third-party/yum-7.4.0"
1717
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-slurm/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
depends 'nfs', '~> 5.0.0'
2020
depends 'openssh', '~> 2.11.3'
2121
depends 'pyenv', '~> 4.2.3'
22-
depends 'selinux', '~> 6.0.5'
22+
depends 'selinux', '~> 6.1.12'
2323
depends 'yum', '~> 7.4.0'
2424
depends 'yum-epel', '~> 4.5.0'
2525
depends 'aws-parallelcluster-computefleet', '~> 3.8.0'

cookbooks/third-party/selinux-6.0.5/.circleci/config.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)