Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
erlang
Commits
01eda007
Commit
01eda007
authored
Feb 16, 2018
by
Tim Smith
Browse files
Release 6.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
6c52b1bf
Changes
3
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
01eda007
...
...
@@ -2,6 +2,11 @@
This file is used to list changes made in each version of the erlang cookbook.
## 6.0.0 (2018-02-16)
-
Require Chef 12.9+ and remove compat_resource dep
-
Testing improvements
## 5.1.0 (2017-04-04)
-
Add of a new attribute toggling EPEL repo installation.
...
...
README.md
View file @
01eda007
...
...
@@ -15,11 +15,10 @@ Manages installation of Erlang via packages or source.
### Chef
-
Chef 12.
1
+
-
Chef 12.
9
+
### Cookbooks
-
compat_resource
-
yum-epel
-
yum-erlang_solutions
-
build-essential (for source compilation)
...
...
metadata.rb
View file @
01eda007
...
...
@@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io'
license
'Apache-2.0'
description
'Installs erlang, optionally install GUI tools.'
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
'
5.1
.0'
version
'
6.0
.0'
depends
'yum-epel'
depends
'yum-erlang_solutions'
,
'>= 1.0.3'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment