-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 3.0.0 #156
Comments
With the docker image published on dockerhub, there seems to be no problem. When I try to build a new Docker, I cannot create the Docker image properly with an error. Part of the message
When I modify the Dockerfile with the pull requested content and build, I get some warnings. Part of the message
In order to reduce warnings, it has been confirmed that Elasticsearch 7.7.0 / Kibana 7.7.0 will alert slack by modifying the following files with library update, .nvmrc 「9.9.0」→「12.17.0」
index.js Babel7 compatible
.babelrc Babel7 compatible
package.json Babel7 compatible
Makefile 「v ?= v0.2.0b2」→「v ?= v0.2.4」
docker image create
|
The following information is likely to require further action. istanbul stanbul is Deprecated.
<Files that may be relevant> joi joi is deprecated, so it needs to be @hapi/joi. https://www.npmjs.com/package/joi
@hapi/joi <Files that may be relevant> request and request-promise-native It became Deprecated on February 11, 2020. Alternative libraries to request #3143 It seems that I'm just using request-promise-native in src/controllers/rules/index.js. |
changed to @hapi/joi as joi is deprecated package.json delete add
src/common/config/schema.js import Joi from 'joi'; → import Joi from '@hapi/joi';
src/common/config/server_config.js delete
src/handlers/test/post.js import Joi from 'joi'; → import Joi from '@hapi/joi';
|
istanbul stanbulis Deprecated Since there is no test code, coverage tool is not required at this time. Delete File scripts/test.sh package.json delete:「"test": "./scripts/test.sh",」
|
@nsano-rururu I'm thinking about forking and starting to maintain this on my own - would you like to make a joint effort? |
Cool - I also dropped an email to the maintainer, let's give him a day or two to respond |
Ok bitsensor apparently went under and revoked rights for this repo, so we have to continue on a fork. |
The repo which you mentioned diverges quite a bit from the master here.. not sure what you meant - do you think that fork is what we should be maintaining ? |
Hi !
First off thank you for your work on project, it has been very useful :)
Have there been any issues reported on version 3.0.0-beta0 ?
Thanks,
Nir
The text was updated successfully, but these errors were encountered: