зеркало из https://github.com/mozilla/MozDef.git
Update mozdef_version to 2.0.0 for ES6 support
This commit is contained in:
Родитель
94c6ac1d47
Коммит
b68d114803
|
@ -54,3 +54,9 @@ Add is_ip utility function
|
|||
------------------
|
||||
|
||||
* Transition away from custom _type for elasticsearch documents
|
||||
|
||||
2.0.0 (2019-06-27)
|
||||
------------------
|
||||
|
||||
* Add support for Elasticsearch 6
|
||||
* Remove support for Elasticsearch 5
|
||||
|
|
|
@ -7,8 +7,8 @@ tox==3.5.2
|
|||
coverage==4.5.1
|
||||
Sphinx==1.8.1
|
||||
twine==1.12.1
|
||||
elasticsearch==5.5.2
|
||||
elasticsearch-dsl==5.4.0
|
||||
elasticsearch==6.3.1
|
||||
elasticsearch-dsl==6.3.1
|
||||
geoip2==2.5.0
|
||||
pytz==2017.3
|
||||
tzlocal==1.4
|
||||
|
|
|
@ -21,8 +21,8 @@ requirements = [
|
|||
'coverage>=4.5.1',
|
||||
'Sphinx>=1.8.1',
|
||||
'twine>=1.12.1',
|
||||
'elasticsearch>=5.5.2',
|
||||
'elasticsearch-dsl>=5.4.0',
|
||||
'elasticsearch==6.3.1',
|
||||
'elasticsearch-dsl==6.3.1',
|
||||
'geoip2>=2.5.0',
|
||||
'pytz>=2017.3',
|
||||
'tzlocal>=1.4',
|
||||
|
@ -56,6 +56,6 @@ setup(
|
|||
test_suite='tests',
|
||||
tests_require=[],
|
||||
url='https://github.com/mozilla/MozDef/tree/master/lib',
|
||||
version='1.0.8',
|
||||
version='2.0.0',
|
||||
zip_safe=False,
|
||||
)
|
||||
|
|
|
@ -32,7 +32,7 @@ jmespath==0.9.3
|
|||
kombu==4.1.0
|
||||
meld3==1.0.2
|
||||
mozdef-client==1.0.11
|
||||
mozdef-util==1.0.8
|
||||
mozdef-util==2.0.0
|
||||
netaddr==0.7.1
|
||||
nose==1.3.7
|
||||
oauth2client==1.4.12
|
||||
|
|
Загрузка…
Ссылка в новой задаче