Skip to content

Commit

Permalink
Merge pull request #15 from redBorder/development
Browse files Browse the repository at this point in the history
Release 0.0.6
  • Loading branch information
malvads authored Jun 4, 2024
2 parents c113a23 + d9fd9d3 commit 4effa0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-rb-monitor CHANGELOG
===============

## 0.0.6

- JuanSheba
- [fafc747] Change rb_http_mode to Normal

## 0.0.5

- nilsver
Expand Down
2 changes: 1 addition & 1 deletion resources/libraries/rbmonitor_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def update_config(resource)
"http_verbose" => 0,
"rb_http_max_messages" => 1024,
"http_insecure" => true,
"rb_http_mode" => "deflated"
"rb_http_mode" => "normal"
)
else
node.default["redborder"]["monitor"]["config"][:conf].merge!(
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
maintainer_email 'git@redborder.com'
license 'AGPL-3.0'
description 'Installs/Configures rb-monitor'
version '0.0.5'
version '0.0.6'

0 comments on commit 4effa0d

Please sign in to comment.