Skip to content

Commit

Permalink
praecoapp/elastalert-server:20231017
Browse files Browse the repository at this point in the history
  • Loading branch information
nsano-rururu committed Oct 16, 2023
1 parent e4c0611 commit 8edeb5c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions DockerImageLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# praecoapp/elastalert-server:20231017

## New features

None

## Bug Fix

None

## Other changes

- jertel/elastalert2:2.13.2 to 2.14.0
- Library Update

# praecoapp/elastalert-server:20230819

## New features
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.11-alpine3.18 as ea2
ARG ELASTALERT_VERSION=2.13.2
ARG ELASTALERT_VERSION=2.14.0
ENV ELASTALERT_VERSION=${ELASTALERT_VERSION}
ARG ELASTALERT_URL=https://github.com/jertel/elastalert2/archive/refs/tags/$ELASTALERT_VERSION.zip
ENV ELASTALERT_URL=${ELASTALERT_URL}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v ?= 2.13.2
v ?= 2.14.0

all: build

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@johnsusek/elastalert-server",
"version": "20230819",
"version": "20231017",
"description": "A server that runs ElastAlert and exposes REST API's for manipulating rules and alerts.",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 8edeb5c

Please sign in to comment.