From eeab59fc5e3fb2a7077c8540d95d1c4309441795 Mon Sep 17 00:00:00 2001 From: nsano-rururu Date: Fri, 11 Aug 2023 22:26:03 +0900 Subject: [PATCH] praecoapp/elastalert-server:20230811 --- DockerImageLog.md | 15 +++++++++++++++ Dockerfile | 2 +- Makefile | 2 +- README.md | 2 +- package.json | 12 ++++++------ 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/DockerImageLog.md b/DockerImageLog.md index 88cf6fc..3d910d6 100644 --- a/DockerImageLog.md +++ b/DockerImageLog.md @@ -1,3 +1,18 @@ +# praecoapp/elastalert-server:20230811 + +## New features + +None + +## Bug Fix + +None + +## Other changes + +- jertel/elastalert2:2.12.0 to 2.13.0 +- Library Update + # praecoapp/elastalert-server:20230625 ## New features diff --git a/Dockerfile b/Dockerfile index 6d06be9..3f8c67f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.11-alpine3.18 as ea2 -ARG ELASTALERT_VERSION=2.12.0 +ARG ELASTALERT_VERSION=2.13.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 82ba67b..79a3627 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -v ?= 2.12.0 +v ?= 2.13.0 all: build diff --git a/README.md b/README.md index 4adc155..b33a9f9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ make build ``` which is equivalent of ``` -docker pull python:3.11-alpine3.17 && docker pull node:16.19-alpine3.17 +docker pull python:3.11-alpine3.18 && docker pull node:16.20.1-alpine3.18 docker build -t elastalert-server . ``` diff --git a/package.json b/package.json index 0bef3d7..4c783f6 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,11 @@ "test": "./test" }, "dependencies": { - "@babel/cli": "^7.22.6", - "@babel/core": "^7.22.8", - "@babel/preset-env": "^7.22.7", + "@babel/cli": "^7.22.10", + "@babel/core": "^7.22.10", + "@babel/preset-env": "^7.22.10", "@babel/register": "^7.22.5", - "@opensearch-project/opensearch": "^2.2.1", + "@opensearch-project/opensearch": "^2.3.1", "axios": "^1.4.0", "bunyan": "^1.8.15", "cors": "^2.8.5", @@ -30,7 +30,7 @@ "es5": "npm:@elastic/elasticsearch@^5.6.22", "es6": "npm:@elastic/elasticsearch@^6.8.8", "es7": "npm:@elastic/elasticsearch@^7.17.0", - "es8": "npm:@elastic/elasticsearch@^8.8.1", + "es8": "npm:@elastic/elasticsearch@^8.9.0", "express": "^4.18.2", "fs-extra": "^11.1.1", "joi": "^17.9.2", @@ -44,7 +44,7 @@ "ws": "^8.13.0" }, "devDependencies": { - "eslint": "^8.44.0" + "eslint": "^8.46.0" }, "scripts": { "build": "babel src -d lib",