Skip to content

Commit aca8baa

Browse files
Enrico Usaienrico-usai
authored andcommitted
Upgrade pyenv cookbook to version 4.2.3
Use pyenv_install in place of pyenv_system|user_install to align with 4.+ version As part of 4.0.0 Pyenv cookbook removed the pyenv_system_install and pyenv_user_install resources for a singular pyenv_install. https://github.com/sous-chefs/pyenv/blob/main/CHANGELOG.md#400 Signed-off-by: Enrico Usai <[email protected]>
1 parent ab44871 commit aca8baa

File tree

88 files changed

+1046
-1212
lines changed

Some content is hidden

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

88 files changed

+1046
-1212
lines changed

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cookbook "iptables", path: "./cookbooks/third-party/iptables-8.0.0"
1212
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"
15-
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-3.5.1"
15+
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-4.2.3"
1616
cookbook "selinux", path: "./cookbooks/third-party/selinux-6.0.5"
1717
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.0"
1818
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-4.5.0"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1313
- apt-7.5.14 (from apt-7.4.0)
1414
- line-4.5.13 (from line-4.5.2)
1515
- openssh-2.11.3 (from openssh-2.10.3)
16+
- pyenv-4.2.3 (from pyenv-3.5.1)
1617

1718
**BUG FIXES**
1819

cookbooks/aws-parallelcluster-awsbatch/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cookbook "iptables", path: "../third-party/iptables-8.0.0"
1717
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"
20-
cookbook "pyenv", path: "../third-party/pyenv-3.5.1"
20+
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
2121
cookbook "selinux", path: "../third-party/selinux-6.0.5"
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
@@ -18,7 +18,7 @@
1818
depends 'nfs', '~> 5.0.0'
1919
depends 'line', '~> 4.5.13'
2020
depends 'openssh', '~> 2.11.3'
21-
depends 'pyenv', '~> 3.5.1'
21+
depends 'pyenv', '~> 4.2.3'
2222
depends 'selinux', '~> 6.0.5'
2323
depends 'yum', '~> 7.4.0'
2424
depends 'yum-epel', '~> 4.5.0'

cookbooks/aws-parallelcluster-computefleet/Berksfile

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

77
# for shared cookbook
8-
cookbook "pyenv", path: "../third-party/pyenv-3.5.1"
8+
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
99
cookbook "yum", path: "../third-party/yum-7.4.0"
1010
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-entrypoints/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cookbook "iptables", path: "../third-party/iptables-8.0.0"
1414
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"
17-
cookbook "pyenv", path: "../third-party/pyenv-3.5.1"
17+
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1818
cookbook "selinux", path: "../third-party/selinux-6.0.5"
1919
cookbook "yum", path: "../third-party/yum-7.4.0"
2020
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-environment/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ cookbook "nfs", path: "../third-party/nfs-5.0.0"
1010
cookbook "line", path: "../third-party/line-4.5.13"
1111

1212
# for shared cookbook
13-
cookbook "pyenv", path: "../third-party/pyenv-3.5.1"
13+
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1414
cookbook "yum", path: "../third-party/yum-7.4.0"
1515
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-platform/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ cookbook "line", path: "../third-party/line-4.5.13"
88
cookbook "selinux", path: "../third-party/selinux-6.0.5"
99

1010
# for shared cookbook
11-
cookbook "pyenv", path: "../third-party/pyenv-3.5.1"
11+
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1212
cookbook "yum", path: "../third-party/yum-7.4.0"
1313
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-shared/Berksfile

Lines changed: 1 addition & 1 deletion
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-3.5.1"
7+
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
88
cookbook "yum", path: "../third-party/yum-7.4.0"
99
cookbook "yum-epel", path: "../third-party/yum-epel-4.5.0"

cookbooks/aws-parallelcluster-shared/metadata.rb

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

17-
depends 'pyenv', '~> 3.5.1'
17+
depends 'pyenv', '~> 4.2.3'
1818
depends 'yum', '~> 7.4.0'
1919
depends 'yum-epel', '~> 4.5.0'

0 commit comments

Comments
 (0)