Skip to content

Commit a13a561

Browse files
committed
Release 5.18.0
- Update elastalert2 to v2.27.0 #105
1 parent 0e50280 commit a13a561

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.18.0
2+
3+
### Changes
4+
* Update elastalert2 to v2.27.0 #105
5+
* Update npm packages
6+
17
## 5.17.1
28

39
### Bug fixes

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.22 as build-elastalert
2-
ARG ELASTALERT_VERSION=2.26.0
2+
ARG ELASTALERT_VERSION=2.27.0
33
ENV ELASTALERT_VERSION=${ELASTALERT_VERSION}
44
# URL from which to download ElastAlert 2
55
ARG ELASTALERT_URL=https://github.com/jertel/elastalert2/archive/refs/tags/$ELASTALERT_VERSION.zip

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastalert2-server",
3-
"version": "5.17.1",
3+
"version": "5.18.0",
44
"description": "A server that runs ElastAlert2 and exposes REST API's for manipulating rules and alerts.",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)