Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rsyslog
Commits
2d346c65
Commit
2d346c65
authored
Oct 05, 2015
by
Tim Smith
Browse files
Release 2.2.0
parent
fb7227ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
2d346c65
...
...
@@ -2,6 +2,22 @@ rsyslog Cookbook CHANGELOG
==========================
This file is used to list changes made in each version of the rsyslog cookbook.
v.2.2.0 (2015-10-05)
----------
-
Add why-run support to the file_input LWRP
-
Added support for rsyslog under systemd on Ubuntu 15.04+
-
Added new attribute node
[
'rsyslog'
][
'custom_remote'
]
. See readme for additional information
-
Added source_url and issues_url metadata for Supermarket
-
Fixed 49-relp.conf to honor logs_to_forward so it didn't just forward everything
-
Updated contributing and testing docs
-
Set the minimum supported Chef release to 11.0
-
Added maintainers.toml and maintainers.md files
-
Added Amazon Linux, Oracle, and Scientific Linux to the metadata
-
Removed all pre-Ruby 1.9 hash rockets
-
Updated development dependencies in the
-
Fix a bad example attribute in the readme
-
Updated Travis CI config to test on all modern Ruby releases
v.2.1.0 (2015-07-22)
----------
-
Fixed minor markdown errors in the readme
...
...
metadata.rb
View file @
2d346c65
...
...
@@ -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
'2.
1.1
'
version
'2.
2.0
'
recipe
'rsyslog'
,
'Installs rsyslog'
recipe
'rsyslog::client'
,
'Sets up a client to log to a remote rsyslog server'
...
...
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