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
4adba9fb
Commit
4adba9fb
authored
Nov 01, 2016
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 2.1.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
d956708d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGELOG.md
CHANGELOG.md
+5
-0
metadata.rb
metadata.rb
+1
-2
No files found.
CHANGELOG.md
View file @
4adba9fb
...
...
@@ -2,6 +2,11 @@
This file is used to list changes made in each version of the ark cookbook.
## 2.1.0 (2016-11-01)
-
Use multipackage installs to speed up installation
-
Avoid installation package dependencies on Windows entirely
-
Remove the testing bin stubs
## 2.0.0 (2016-09-15)
-
Add CentOS 7.2, Fedora 23, and Suse specs
...
...
metadata.rb
View file @
4adba9fb
...
...
@@ -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.
0
'
version
'2.0.
1
'
recipe
'ark::default'
,
'Installs packages needed by the custom resource'
...
...
@@ -18,5 +18,4 @@ depends 'seven_zip' # for windows os
source_url
'https://github.com/chef-cookbooks/ark'
issues_url
'https://github.com/chef-cookbooks/ark/issues'
chef_version
'>= 12.1'
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