diff --git a/README.md b/README.md index f46cbe6..b774262 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ gitfs_remotes: - https://github.com/hubblestack/hubblestack_data.git: - root: '' - https://github.com/hubblestack/hubble-salt.git: - - base: v2017.9.0 + - base: v2017.9.1 - root: '' ``` diff --git a/_beacons/pulsar.py b/_beacons/pulsar.py index 8a22ac0..bccb6b3 100644 --- a/_beacons/pulsar.py +++ b/_beacons/pulsar.py @@ -39,7 +39,7 @@ DEFAULT_MASK = None __virtualname__ = 'pulsar' -__version__ = 'v2017.9.0' +__version__ = 'v2017.9.1' CONFIG = None CONFIG_STALENESS = 0 diff --git a/_modules/hubble.py b/_modules/hubble.py index 0935bb5..1163e00 100644 --- a/_modules/hubble.py +++ b/_modules/hubble.py @@ -35,7 +35,7 @@ from nova_loader import NovaLazyLoader __nova__ = {} -__version__ = 'v2017.9.0' +__version__ = 'v2017.9.1' def audit(configs=None, diff --git a/_modules/nebula_osquery.py b/_modules/nebula_osquery.py index 63c1e7b..375aed5 100644 --- a/_modules/nebula_osquery.py +++ b/_modules/nebula_osquery.py @@ -41,7 +41,7 @@ log = logging.getLogger(__name__) -__version__ = 'v2017.9.0' +__version__ = 'v2017.9.1' __virtualname__ = 'nebula' diff --git a/_modules/win_pulsar.py b/_modules/win_pulsar.py index 001489e..aed6f72 100644 --- a/_modules/win_pulsar.py +++ b/_modules/win_pulsar.py @@ -28,7 +28,7 @@ CONFIG = None CONFIG_STALENESS = 0 -__version__ = 'v2017.9.0' +__version__ = 'v2017.9.1' def __virtual__(): diff --git a/_returners/slack_pulsar_returner.py b/_returners/slack_pulsar_returner.py index 649633f..c76c895 100644 --- a/_returners/slack_pulsar_returner.py +++ b/_returners/slack_pulsar_returner.py @@ -69,7 +69,7 @@ # Import Salt Libs import salt.returners -__version__ = 'v2017.9.0' +__version__ = 'v2017.9.1' log = logging.getLogger(__name__) diff --git a/_returners/splunk_nebula_return.py b/_returners/splunk_nebula_return.py index 635d4ca..aad4a2c 100644 --- a/_returners/splunk_nebula_return.py +++ b/_returners/splunk_nebula_return.py @@ -50,7 +50,7 @@ import logging -__version__ = 'v2017.9.0' +__version__ = 'v2017.9.1' _max_content_bytes = 100000 http_event_collector_SSL_verify = False diff --git a/_returners/splunk_nova_return.py b/_returners/splunk_nova_return.py index a9ac994..e7f1298 100644 --- a/_returners/splunk_nova_return.py +++ b/_returners/splunk_nova_return.py @@ -49,7 +49,7 @@ import logging -__version__ = 'v2017.9.0' +__version__ = 'v2017.9.1' _max_content_bytes = 100000 http_event_collector_SSL_verify = False diff --git a/_returners/splunk_pulsar_return.py b/_returners/splunk_pulsar_return.py index d0ec7d6..d37e8fd 100644 --- a/_returners/splunk_pulsar_return.py +++ b/_returners/splunk_pulsar_return.py @@ -51,7 +51,7 @@ import logging -__version__ = 'v2017.9.0' +__version__ = 'v2017.9.1' _max_content_bytes = 100000 http_event_collector_SSL_verify = False