From 66f556d6f156a9dbc3ec17ddcf16f899dc584cec Mon Sep 17 00:00:00 2001 From: nsano-rururu Date: Sun, 26 Nov 2023 22:01:50 +0900 Subject: [PATCH] praecoapp/elastalert-server:20231126 --- DockerImageLog.md | 15 +++++++++++++++ Dockerfile | 2 +- Makefile | 2 +- package.json | 10 +++++----- 4 files changed, 22 insertions(+), 7 deletions(-) diff --git a/DockerImageLog.md b/DockerImageLog.md index 2e173b1..013689a 100644 --- a/DockerImageLog.md +++ b/DockerImageLog.md @@ -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 diff --git a/Dockerfile b/Dockerfile index 6eb8a37..d2f0396 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} diff --git a/Makefile b/Makefile index ec37419..9cfa72d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -v ?= 2.14.0 +v ?= 2.15.0 all: build diff --git a/package.json b/package.json index 4524294..a68fd6c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -44,7 +44,7 @@ "ws": "^8.14.2" }, "devDependencies": { - "eslint": "^8.51.0" + "eslint": "^8.54.0" }, "scripts": { "build": "babel src -d lib",