Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Oct 2, 2024
1 parent 4cbf118 commit fce61f4
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,70 @@
cookbook-logstash CHANGELOG
===============

## 2.8.0

- Miguel Negrón
- [4cbf118] Merge pull request #64 from redBorder/feature/#18086_incident_enrichment_vault
- [1eb9214] Merge pull request #60 from redBorder/feature/18535_send_alarm_to_vault
- [641aa2e] Merge pull request #62 from redBorder/bugfix/#18728_incidents_priority_filter
- [bdaefe0] Merge pull request #54 from redBorder/development
- [0dbb598] Merge pull request #53 from redBorder/development
- [c3ca31a] Merge pull request #52 from redBorder/development
- [3efc332] Merge pull request #51 from redBorder/development
- Miguel Negron
- [8a6b586] Merge branch 'development' into feature/#18086_incident_enrichment_vault
- [1d0ed2a] Add comments
- [fd66a8c] Rename 07 to 08
- [03b4c0b] Fix incident_enrichment call
- [32deb98] Merge branch 'development' into feature/#18086_incident_enrichment_vault
- [a11db39] Bump version
- [f37905c] Fix lint
- [45335ef] Update vault alarms
- [861f9ab] clean 06
- [570bcc2] Add app_name check
- [d0f4ab4] Merge branch 'development' into feature/18535_send_alarm_to_vault
- [e8b306d] Bump version
- [3778a2a] Release 2.3.3
- [eed18f3] Fix bug consul port as string
- [564144d] Add Application to sflow
- [c4aacf7] Bump version
- [1830258] Add missing default values on sflow normalization step
- JuanSheba
- [0356641] Release 2.7.0
- [4a62f5c] Resolve conflicts with development branch
- [48467fe] Remove sflow_rename.conf template and corresponding resource from config.rb.
- [a233ae8] Refactor Logstash filter to simplify direction-based field renaming, set default values, handle observation_id, and optimize data processing
- [a622562] Refactor filter to set default 'direction' as 'upstream' and determine 'direction' dynamically based on IP match within homenets
- Juan Soto
- [9d98d81] Merge pull request #61 from redBorder/feature/#18681_split_traffic_with_logstash
- [cf6df39] Merge pull request #57 from redBorder/development
- vimesa
- [4ef39a2] Modify incident_fields
- [e0c2914] Add new pipeline to vault
- [d936099] Add default value for incidents_priority_filter
- David Vanhoucke
- [c64ad3d] add method to activate the split of the traffic through logstash
- nilsver
- [8b9a14b] enrich data
- Rafa Gómez
- [dbccece] Merge pull request #59 from redBorder/development
- [034df07] Update CHANGELOG.md
- [f39a72b] Merge pull request #58 from redBorder/improvement/#18488_modify_logstash-filter-incident-enrichment_to_use_cookbooks
- Rafael Gomez
- [dc5ec28] Release 2.4.1
- Pablo Pérez
- [39bfe8b] lint
- [36ebff5] fix syntax
- [3ef6f83] Added the incident priority filter
- [b4df9a6] Release 2.3.4
- [e5d879a] Merge pull request #56 from redBorder/bugfix/#18398_fix_radius_output
- [ada6b97] Fix
- Luis Blanco
- [c9b2ba4] Update CHANGELOG.md
- [be75f19] auto bump
- [b24f519] Merge pull request #55 from redBorder/feature/#18174_resolve_differences_between_legacy_and_ng
- [ceb7e0b] auto lint

## 2.7.0

- David Vanhoucke
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 cookbook-logstash'
version '2.7.0'
version '2.8.0'

0 comments on commit fce61f4

Please sign in to comment.