Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
chef-ulimit
Commits
90c3d369
Commit
90c3d369
authored
Mar 13, 2020
by
Tim Smith
Browse files
Release 1.1.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
cbfc39ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
90c3d369
...
...
@@ -2,7 +2,17 @@
This file is used to list changes made in each version of ulimit.
## 1.0.0
## 1.1.0 (03-13-2020)
-
Converted
`user_ulimit`
resource from a legacy HWRP to a custom resource
-
Added ChefSpec tests fro the
`user_ulimit`
resource
-
Resolved failures in
`ulimit_domain`
resource when running on Chef Infra Client 16
-
Switched testing from Travis-CI to GitHub Actions
-
Resolved minor Cookstyle warnings in the metadata.rb file
-
Renamed the kitchen.yml file to not be hidden
-
Added a new
`virt_limit`
property to the
`user_ulimit`
resource
## 1.0.0
-
Breaking change: This cookbook now requires Chef 12.7 or later
-
LWRPs converted to custom resources with Chef 13 compatibility
...
...
metadata.rb
View file @
90c3d369
...
...
@@ -3,7 +3,7 @@ maintainer 'Brian Hatfield'
maintainer_email
'bmhatfield@gmail.com'
license
'Apache-2.0'
description
'Resources for manaing ulimits'
version
'1.
0
.0'
version
'1.
1
.0'
%w(amazon centos redhat scientific oracle fedora debian ubuntu)
.
each
do
|
os
|
supports
os
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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