Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
ark
Commits
66bd70d5
Commit
66bd70d5
authored
May 06, 2017
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 3.1.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
b9cb7a9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CHANGELOG.md
CHANGELOG.md
+6
-0
metadata.rb
metadata.rb
+1
-1
No files found.
CHANGELOG.md
View file @
66bd70d5
...
...
@@ -2,7 +2,13 @@
This file is used to list changes made in each version of the ark cookbook.
## 3.1.0 (2017-05-06)
-
Ensure the dependencies get installed on Chef 13 Amazon Linux systems
-
Require Chef 12.7+ and remove action_class.class_eval usage
## 3.0.0 (2017-04-05)
-
Rewrite of resource to custom resources.
-
Remove EOL platforms from testing.
-
Update zlib URL
...
...
metadata.rb
View file @
66bd70d5
...
...
@@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io'
license
'Apache-2.0'
description
'Provides a custom resource for installing runtime artifacts in a predictable fashion'
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
'3.
0
.0'
version
'3.
1
.0'
recipe
'ark::default'
,
'Installs packages needed by the custom resource'
...
...
Write
Preview
Markdown
is supported
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