Skip to content

Commit

Permalink
Merge pull request #244 from redBorder/development
Browse files Browse the repository at this point in the history
Release 4.4.4
  • Loading branch information
pperezredborder authored Nov 8, 2024
2 parents f7dd0cd + 224d303 commit 567291f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
cookbook-rb-manager CHANGELOG
===============

## 4.4.4

- ptorresred
- [80dda4a] Redmine #19198: Change vault priority default filter

## 4.4.3

- Juan Soto
- [da722bb] Create and pass split_intrusion variables to logstash config (#216)
- Rafael Gomez
- [0fc8265] pump version
- [b0e84e3] Merge branch 'master' into bugfix/#19260_Wrong_check_in_get_sensors_all_info_and_get_sensors_info_on-_sensores_with_parent_id
- Rafa Gómez
- [146cac6] Merge pull request #237 from redBorder/bugfix/#19260_Wrong_check_in_get_sensors_all_info_and_get_sensors_info_on-_sensores_with_parent_id
- jnavarrorb
- [72d2b00] Fix sensors info with all sensors (proxy childs too)
- [87628c7] Fix parent_id to real_parent_id
- [060f5d9] Fix open kafka port for all IPS
- [a9a3efe] check if redborder_parent_id is nil or sensor at redborder_parent_id is not a proxy

## 4.4.2

Expand Down
2 changes: 1 addition & 1 deletion resources/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@

# Priority Filter
default['redborder']['intrusion_incidents_priority_filter'] = 'high'
default['redborder']['vault_incidents_priority_filter'] = 'high'
default['redborder']['vault_incidents_priority_filter'] = 'error'
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures redborder manager'
version '4.4.3'
version '4.4.4'

depends 'rb-common'
depends 'chef-server'
Expand Down

0 comments on commit 567291f

Please sign in to comment.