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
a2494684
Commit
a2494684
authored
Nov 03, 2016
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 2.0.2
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
f72a7776
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGELOG.md
CHANGELOG.md
+3
-0
metadata.rb
metadata.rb
+1
-1
No files found.
CHANGELOG.md
View file @
a2494684
...
...
@@ -2,6 +2,9 @@
This file is used to list changes made in each version of the ark cookbook.
## 2.0.2 (2016-11-03)
-
Fix suse support and centos < 6
## 2.1.0 (2016-11-01)
-
Use multipackage installs to speed up installation
-
Avoid installation package dependencies on Windows entirely
...
...
metadata.rb
View file @
a2494684
...
...
@@ -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
'2.0.
1
'
version
'2.0.
2
'
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