diff --git a/.circleci/config.yml b/.circleci/config.yml index 23f63dd421..35015aca46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -114,7 +114,7 @@ jobs: - run: name: grab splunk packaging toolkit command: | - curl -Ls https://download.splunk.com/misc/packaging-toolkit/splunk-packaging-toolkit-1.0.0.tar.gz -o ~/splunk-packaging-toolkit-latest.tar.gz + curl -Ls https://download.splunk.com/misc/packaging-toolkit/splunk-packaging-toolkit-0.9.0.tar.gz -o ~/splunk-packaging-toolkit-latest.tar.gz mkdir ~/slim-latest tar -zxf ~/splunk-packaging-toolkit-latest.tar.gz -C ~/slim-latest --strip-components=1 - run: @@ -125,6 +125,7 @@ jobs: sudo pip install virtualenv virtualenv --python=/usr/bin/python2.7 --clear venv source venv/bin/activate + pip install semantic_version pip install . - run: name: create a .spl for this build using slim diff --git a/package/app.manifest b/package/app.manifest index 5d55c71b36..980adfc2e8 100644 --- a/package/app.manifest +++ b/package/app.manifest @@ -1,5 +1,5 @@ { - "schemaVersion": "2.0.0", + "schemaVersion": "1.0.0", "info": { "title": "ES Content Updates", "id": { @@ -9,9 +9,9 @@ }, "author": [ { - "name": "Splunk", - "email": null, - "company": null + "name": "Splunk Security Research Team", + "email": "research@splunk.com", + "company": "Splunk" } ], "releaseDate": null, @@ -42,10 +42,5 @@ "tasks": null, "inputGroups": null, "incompatibleApps": null, - "platformRequirements": null, - "supportedDeployments": [ - "_standalone", - "_distributed" - ], - "targetWorkloads": null + "platformRequirements": null } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e7a739ea14..b45d1372fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,7 @@ pre-commit==1.17.0 pyrsistent==0.15.2 PyYAML==5.1.1 scandir==1.10.0 +semantic_version==2.6.0 six==1.12.0 toml==0.10.0 typing==3.6.6