Skip to content

Commit

Permalink
praecoapp/elastalert-server:20230430
Browse files Browse the repository at this point in the history
  • Loading branch information
nsano-rururu committed Apr 30, 2023
1 parent 4698d11 commit b45a795
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 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:20230430

## New features

None

## Bug Fix

None

## Other changes

- jertel/elastalert2:2.10.1 to 2.11.0
- Library Update

# praecoapp/elastalert-server:20230402

## New features
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.11-alpine3.17 as ea2
ARG ELASTALERT_VERSION=2.10.1
ARG ELASTALERT_VERSION=2.11.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 Expand Up @@ -40,7 +40,7 @@ COPY . /opt/elastalert-server

RUN npm install --production --quiet

RUN pip3 install --no-cache-dir --upgrade pip==23.0.1
RUN pip3 install --no-cache-dir --upgrade pip==23.1.2

USER node

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.10.1
v ?= 2.11.0

all: build

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,32 @@
},
"dependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/core": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@babel/register": "^7.21.0",
"@opensearch-project/opensearch": "^2.2.0",
"axios": "^1.3.4",
"@opensearch-project/opensearch": "^2.2.1",
"axios": "^1.4.0",
"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.0",
"es8": "npm:@elastic/elasticsearch@^8.6.0",
"es8": "npm:@elastic/elasticsearch@^8.7.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"joi": "^17.9.1",
"joi": "^17.9.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mkdirp": "^2.1.6",
"mkdirp": "^3.0.1",
"object-resolve-path": "^1.1.1",
"randomstring": "^1.2.3",
"readdirp": "^3.6.0",
"recursive-readdir": "^2.2.3",
"ws": "^8.13.0"
},
"devDependencies": {
"eslint": "^8.37.0"
"eslint": "^8.39.0"
},
"scripts": {
"build": "babel src -d lib",
Expand Down

0 comments on commit b45a795

Please sign in to comment.