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
rsyslog
Commits
f4608ce5
Commit
f4608ce5
authored
Jan 16, 2018
by
Tim Smith
Browse files
Release 6.0.4
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
a06aeccd
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f4608ce5
...
...
@@ -2,6 +2,15 @@
This file is used to list changes made in each version of the rsyslog cookbook.
## 6.0.4 (2018-01-16)
-
Don't exclude any foodcritic rules
-
Remove the need for apt cookbook in testing
-
Remove omnios as a supported platform
-
Simplify platform support in the metadata
-
Update ignore files
-
Require Chef 12.7+
## 6.0.3 (2018-01-12)
-
Skip search if
[
'rsyslog'
][
'server_search'
]
is empty
...
...
metadata.rb
View file @
f4608ce5
...
...
@@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io'
license
'Apache-2.0'
description
'Installs and configures rsyslog'
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
'6.0.
3
'
version
'6.0.
4
'
recipe
'rsyslog'
,
'Sets up rsyslog for local logging'
recipe
'rsyslog::client'
,
'Sets up a client to log to a remote rsyslog server'
...
...
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