Skip to content

Commit

Permalink
praecoapp/elastalert-server:20230219
Browse files Browse the repository at this point in the history
  • Loading branch information
nsano-rururu committed Feb 21, 2023
1 parent a4f4130 commit 6ef125f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 12 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:20230219

## New features

None

## Bug Fix

None

## Other changes

- jertel/elastalert2:2.9.0 to 2.10.0
- Library Update

# praecoapp/elastalert-server:20221204

## 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.9.0
ARG ELASTALERT_VERSION=2.10.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==22.3.1
RUN pip3 install --no-cache-dir --upgrade pip==23.0.1

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.9.0
v ?= 2.10.0

all: build

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@
"test": "./test"
},
"dependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"@opensearch-project/opensearch": "^2.1.0",
"axios": "^1.2.0",
"@opensearch-project/opensearch": "^2.2.0",
"axios": "^1.3.3",
"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.5.0",
"es8": "npm:@elastic/elasticsearch@^8.6.0",
"express": "^4.18.2",
"fs-extra": "^11.1.0",
"joi": "^17.7.0",
"joi": "^17.8.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"mkdirp": "^2.1.3",
"object-resolve-path": "^1.1.1",
"randomstring": "^1.2.3",
"readdirp": "^3.6.0",
"recursive-readdir": "^2.2.3",
"ws": "^8.11.0"
"ws": "^8.12.1"
},
"devDependencies": {
"eslint": "^8.29.0"
"eslint": "^8.34.0"
},
"scripts": {
"build": "babel src -d lib",
Expand Down

0 comments on commit 6ef125f

Please sign in to comment.