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
805e470a
Commit
805e470a
authored
Jan 02, 2020
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require Chef 14+ and release 5.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
d77de3ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 deletions
+14
-6
CHANGELOG.md
CHANGELOG.md
+11
-1
README.md
README.md
+1
-2
metadata.rb
metadata.rb
+2
-3
No files found.
CHANGELOG.md
View file @
805e470a
...
...
@@ -2,6 +2,16 @@
This file is used to list changes made in each version of the ark cookbook.
## 5.0.0 (2020-01-02)
-
Require Chef Infra Client 14+ and remove the need for the build_essential dependency -
[
@tas50
](
https://github.com/tas50
)
-
Use Ruby classes in resource properties -
[
@tas50
](
https://github.com/tas50
)
-
Simplify the platform check logic -
[
@tas50
](
https://github.com/tas50
)
-
Remove the .foocritic file -
[
@tas50
](
https://github.com/tas50
)
-
Remove long_description and recipe metadata -
[
@tas50
](
https://github.com/tas50
)
-
Expand testing -
[
@tas50
](
https://github.com/tas50
)
-
Remove Ubuntu 14.04 testing -
[
@tas50
](
https://github.com/tas50
)
## 4.0.0 (2018-07-25)
-
Support append_env_path property on Windows, which increases the minimum required Chef release to Chef 13.4
...
...
@@ -23,7 +33,7 @@ This file is used to list changes made in each version of the ark cookbook.
-
Rewrite of resource to custom resources.
-
Remove EOL platforms from testing.
-
Update zlib URL
-
-
## 2.2.1 (2016-12-16)
-
Use Ohai root_group attribute to avoid trying to set the group to root on BSD/macOS.
-
Add missing accessor for owner property
...
...
README.md
View file @
805e470a
...
...
@@ -44,11 +44,10 @@ Should work on common Unix/Linux systems with typical userland utilities like ta
### Chef
-
Chef 1
3.
4+
-
Chef 14+
### Cookbooks
-
build-essential
-
seven_zip
## Attributes
...
...
metadata.rb
View file @
805e470a
...
...
@@ -3,15 +3,14 @@ maintainer 'Chef Software, Inc.'
maintainer_email
'cookbooks@chef.io'
license
'Apache-2.0'
description
'Provides a custom resource for installing runtime artifacts in a predictable fashion'
version
'
4
.0.0'
version
'
5
.0.0'
%w(ubuntu debian redhat centos suse opensuse opensuseleap scientific oracle amazon windows mac_os_x smartos freebsd)
.
each
do
|
os
|
supports
os
end
depends
'build-essential'
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
'>= 1
3.4
'
chef_version
'>= 1
4.0
'
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