Skip to content

Commit

Permalink
Went back to explicit version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jun 14, 2023
1 parent 78aec75 commit b8efb7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ All notable changes to this project will be documented in this file.
* POST plugins/com.airbus_cyber_security.graylog.wizard/alerts now returns data about the newly created alert rule
* Resource plugins/com.airbus_cyber_security.graylog.wizard/alerts returns the second event definition identifier (if any) as field `second_event_definition`
* Disabling a wizard rule now disables the associated event definitions ([issue #58](https://github.com/airbus-cyber/graylog-plugin-alert-wizard/issues/58))
* Update graylog-plugin-logging-alert dependency to [4.4](https://github.com/airbus-cyber/graylog-plugin-logging-alert/blob/4.4.1/CHANGELOG.md)
### Bug Fixes
* After deleting the stream associated with a rule, the list of rules would not load anymore ([issue #105](https://github.com/airbus-cyber/graylog-plugin-alert-wizard/issues/105))
* The backlog size value set in the configuration is now taken into account in the event definition ([issue #40](https://github.com/airbus-cyber/graylog-plugin-alert-wizard/issues/40))
* Several display bugs in dark mode fixed ([issue #59](https://github.com/airbus-cyber/graylog-plugin-alert-wizard/issues/59))
* French translation of statistical condition 'sum' was incorrect ([issue #112](https://github.com/airbus-cyber/graylog-plugin-alert-wizard/issues/112))
* Update graylog-plugin-logging-alert dependency to [4.4.1](https://github.com/airbus-cyber/graylog-plugin-logging-alert/blob/4.4.1/CHANGELOG.md)
### Changes
* POST plugins/com.airbus_cyber_security.graylog.wizard/alerts, field `description` should be not null (use an empty string, if there is no description)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@
<dependency>
<groupId>com.airbus-cyber-security.graylog</groupId>
<artifactId>graylog-plugin-correlation-count</artifactId>
<version>[4.2.0,4.3.0)</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>com.airbus-cyber-security.graylog</groupId>
<artifactId>graylog-plugin-logging-alert</artifactId>
<version>[4.4.0,4.5.0)</version>
<version>4.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit b8efb7e

Please sign in to comment.