Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
rsyslog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
mirror
rsyslog
Commits
672c7325
Commit
672c7325
authored
Dec 23, 2019
by
Tim Smith
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'expand_testing'
parents
8477ab2f
ee2ac808
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
CHANGELOG.md
CHANGELOG.md
+11
-0
README.md
README.md
+1
-1
metadata.rb
metadata.rb
+2
-2
No files found.
CHANGELOG.md
View file @
672c7325
...
...
@@ -2,6 +2,17 @@
This file is used to list changes made in each version of the rsyslog cookbook.
## 7.0.0 (2019-12-23)
-
Update for Chef 15 license agreement and Chef Workstation -
[
@tas50
](
https://github.com/tas50
)
-
Resolve Cookstyle 5.8 warnings -
[
@tas50
](
https://github.com/tas50
)
-
Fixes spec tests locally and on travis-ci
-
Expand testing to the latest platformms -
[
@tas50
](
https://github.com/tas50
)
-
Fix Amazon Linux 201X and 2.x support -
[
@tas50
](
https://github.com/tas50
)
-
Fix opensuse failures -
[
@tas50
](
https://github.com/tas50
)
-
Remove support for EOL RHEL 5
-
Require Chef Infra 13 or later
## 6.0.7 (2018-08-01)
-
Optional creation of default configuration file 50-default.conf
...
...
README.md
View file @
672c7325
...
...
@@ -15,7 +15,7 @@ Installs and configures rsyslog to replace syslogd for client and/or server use.
### Chef
-
Chef 1
2.7
+
-
Chef 1
3
+
### Other
...
...
metadata.rb
View file @
672c7325
...
...
@@ -3,7 +3,7 @@ maintainer 'Chef Software, Inc.'
maintainer_email
'cookbooks@chef.io'
license
'Apache-2.0'
description
'Installs and configures rsyslog'
version
'
6.0.7
'
version
'
7.0.0
'
%w(ubuntu debian linuxmint redhat centos amazon scientific oracle fedora zlinux)
.
each
do
|
os
|
supports
os
...
...
@@ -11,4 +11,4 @@ end
source_url
'https://github.com/chef-cookbooks/rsyslog'
issues_url
'https://github.com/chef-cookbooks/rsyslog/issues'
chef_version
'>= 1
2.7
'
chef_version
'>= 1
3
'
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