Skip to content

Commit d7036e1

Browse files
committed
Release 5.19.0
- Update elastalert2 to v2.28.0 #106
1 parent c63bef5 commit d7036e1

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## UPCOMMING
1+
## 5.19.0
22

3+
* Update elastalert2 to v2.28.0 #106
34
* Update npm packages
45
* Update build image to alpine:3.23
56
* Update main image to node:24.12-alpine3.23

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.23 as build-elastalert
2-
ARG ELASTALERT_VERSION=2.27.0
2+
ARG ELASTALERT_VERSION=2.28.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.18.0",
3+
"version": "5.19.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)