-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from hubblestack/develop
Merge to master (prep v2.1.7)
- Loading branch information
Showing
17 changed files
with
119 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '2.1.6' | ||
__version__ = '2.1.7' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
pip install -r pyinstaller-requirements.txt | ||
if [[ -n "$(python -mplatform | grep debian-7)" ]]; then | ||
pip install -r pyinstaller-requirements-debian7.txt | ||
else | ||
pip install -r pyinstaller-requirements.txt | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
pyinstaller==3.2 # currently 3.2.1 version is not supported because of botocore exception | ||
Crypto | ||
pyopenssl | ||
argparse | ||
requests>=2.13.0 | ||
logging | ||
pprint | ||
daemon | ||
boto3 | ||
botocore | ||
salt-ssh | ||
gitpython | ||
pyinotify | ||
cffi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
Summary: Hubblestack is a module, open-source security compliance framework | ||
Name: hubblestack | ||
Version: 2.1.6 | ||
Version: 2.1.7 | ||
Release: 1 | ||
License: Apache 2.0 | ||
Group: Development/Tools | ||
|
@@ -54,6 +54,10 @@ rm -rf %{buildroot} | |
/usr/bin/* | ||
|
||
%changelog | ||
* Fri Apr 7 2017 Colton Myers <[email protected]> 2.1.7-1 | ||
- Force config and logs to 600 permissions to hide tokens | ||
- Splunk returners: Fix for hosts with misconfigured FQDN (no localhost IPs, please!) | ||
|
||
* Mon Apr 3 2017 Colton Myers <[email protected]> 2.1.6-1 | ||
- Fix pulsar loading | ||
- Fix splay in scheduler | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
Summary: Hubblestack is a module, open-source security compliance framework | ||
Name: hubblestack | ||
Version: 2.1.6 | ||
Version: 2.1.7 | ||
Release: 1 | ||
License: Apache 2.0 | ||
Group: Development/Tools | ||
|
@@ -54,6 +54,10 @@ rm -rf %{buildroot} | |
/usr/lib/* | ||
|
||
%changelog | ||
* Fri Apr 7 2017 Colton Myers <[email protected]> 2.1.7-1 | ||
- Force config and logs to 600 permissions to hide tokens | ||
- Splunk returners: Fix for hosts with misconfigured FQDN (no localhost IPs, please!) | ||
|
||
* Mon Apr 3 2017 Colton Myers <[email protected]> 2.1.6-1 | ||
- Fix pulsar loading | ||
- Fix splay in scheduler | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters