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
c5bbe05b
Commit
c5bbe05b
authored
Aug 29, 2013
by
Brian Hatfield
Browse files
Cut 0.3.1 release
parent
dba897d0
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c5bbe05b
...
...
@@ -2,6 +2,13 @@
This file is used to list changes made in each version of ulimit.
## 0.3.1
*
Fix domain typo, thanks to David Radcliffe (https://github.com/dwradcliffe) (also reported by Lewis Thompson (https://github.com/lewisthompson))
*
Add support for split hard/soft nofile limits, thanks to Troy Ready (https://github.com/troyready)
*
Fix license boilerplate, thanks to Troy Ready (https://github.com/troyready)
*
Fix limits.d file extension, thanks to https://github.com/soul-rebel
## 0.3.0
*
Add Domain LWRP for arbitrary rule creation. Thanks for Chris Roberts (https://github.com/chrisroberts)
...
...
metadata.json
View file @
c5bbe05b
...
...
@@ -32,7 +32,7 @@
]
},
"license"
:
"Apache 2.0"
,
"version"
:
"0.3.
0
"
,
"version"
:
"0.3.
1
"
,
"providing"
:
{
},
"recipes"
:
{
...
...
metadata.rb
View file @
c5bbe05b
...
...
@@ -4,4 +4,4 @@ license "Apache 2.0"
description
"Installs/Configures ulimit"
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
name
"ulimit"
version
"0.3.
0
"
version
"0.3.
1
"
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