Skip to content

Commit

Permalink
praecoapp/elastalert-server:20231126
Browse files Browse the repository at this point in the history
  • Loading branch information
nsano-rururu committed Nov 26, 2023
1 parent 21a0dc7 commit 66f556d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 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:20231126

## New features

None

## Bug Fix

None

## Other changes

- jertel/elastalert2:2.14.0 to 2.15.0
- Library Update

# praecoapp/elastalert-server:20231017

## New features
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stage 1: Build Elastalert
FROM python:3.11-alpine3.18 as elastalert-builder
ARG ELASTALERT_VERSION=2.14.0
ARG ELASTALERT_VERSION=2.15.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.14.0
v ?= 2.15.0

all: build

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"test": "./test"
},
"dependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/register": "^7.22.15",
"@opensearch-project/opensearch": "^2.4.0",
"axios": "^1.5.1",
"axios": "^1.6.2",
"bunyan": "^1.8.15",
"cors": "^2.8.5",
"cpu-stat": "^2.0.1",
Expand All @@ -44,7 +44,7 @@
"ws": "^8.14.2"
},
"devDependencies": {
"eslint": "^8.51.0"
"eslint": "^8.54.0"
},
"scripts": {
"build": "babel src -d lib",
Expand Down

0 comments on commit 66f556d

Please sign in to comment.