Skip to content

Commit

Permalink
praecoapp/elastalert-server:20241008
Browse files Browse the repository at this point in the history
  • Loading branch information
nsano-rururu committed Oct 7, 2024
1 parent dc6754e commit 74de92f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
14 changes: 14 additions & 0 deletions DockerImageLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# praecoapp/elastalert-server:20241008

## New features

None

## Bug Fix

None

## Other changes

- jertel/elastalert2:2.19.0 to 2.20.0

# praecoapp/elastalert-server:20240730

## 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.12-alpine3.20 as elastalert-builder
ARG ELASTALERT_VERSION=2.19.0
ARG ELASTALERT_VERSION=2.20.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.19.0
v ?= 2.20.0

all: build

Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,26 @@
"test": "./test"
},
"dependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"@babel/register": "^7.24.6",
"@opensearch-project/opensearch": "^2.11.0",
"axios": "^1.7.2",
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/register": "^7.25.7",
"@opensearch-project/opensearch": "^2.12.0",
"axios": "^1.7.7",
"bunyan": "^1.8.15",
"cors": "^2.8.5",
"cpu-stat": "^2.0.1",
"es5": "npm:@elastic/elasticsearch@^5.6.22",
"es6": "npm:@elastic/elasticsearch@^6.8.8",
"es7": "npm:@elastic/elasticsearch@^7.17.13",
"es8": "npm:@elastic/elasticsearch@^8.14.0",
"express": "^4.19.2",
"es8": "npm:@elastic/elasticsearch@^8.15.0",
"express": "^4.21.0",
"fs-extra": "^11.2.0",
"joi": "^17.13.3",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mkdirp": "^3.0.1",
"npm-check-updates": "^17.1.3",
"object-resolve-path": "^1.1.1",
"randomstring": "^1.3.0",
"readdirp": "^3.6.0",
Expand Down

0 comments on commit 74de92f

Please sign in to comment.