Skip to content

Commit

Permalink
Merge pull request #131 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.7.8
  • Loading branch information
malvads authored May 8, 2024
2 parents ecf6492 + b4b78b3 commit a21fb04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-rb-manager CHANGELOG
===============

## 1.7.8

- nilsver
- [ae88eb5] fix_logstash_crash

## 1.7.7

- nilsver
Expand Down
1 change: 1 addition & 0 deletions resources/libraries/get_pipelines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def get_pipelines()
logstash_pipelines.push("redfish-pipeline") unless sensors["device-sensor"].empty?
logstash_pipelines.push("bulkstats-pipeline") unless sensors["device-sensor"].empty?
end
logstash_pipelines
end

# The main logstash is a node where both memcached and logstash are running or the first logstash node (order by name).
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'All rights reserved'
description 'Installs/Configures redborder manager'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.7.7'
version '1.7.8'

depends 'chef-server'
depends 'zookeeper'
Expand Down

0 comments on commit a21fb04

Please sign in to comment.