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
ark
Commits
950ed665
Commit
950ed665
authored
Sep 15, 2016
by
Tim Smith
Browse files
Release 2.0.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
f34d30ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
950ed665
...
...
@@ -2,6 +2,14 @@
This file is used to list changes made in each version of the ark cookbook.
## 2.0.0 (2016-09-15)
-
Add CentOS 7.2, Fedora 23, and Suse specs
-
Add centos 5, debian, and opensuse travis testing
-
Add a contributing doc
-
Fix cookstyle warnings
-
Require Chef 12.1+
## [v1.2.0](https://github.com/chef-cookbooks/ark/tree/v1.2.0) (2016-07-03)
[
Full Changelog
](
https://github.com/chef-cookbooks/ark/compare/v1.1.0...v1.2.0
)
...
...
metadata.rb
View file @
950ed665
...
...
@@ -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
'
1.2
.0'
version
'
2.0
.0'
recipe
'ark::default'
,
'Installs packages needed by the custom resource'
...
...
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