Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 09a1610

Browse files
authored
Merge pull request #43 from basepi/fixup
Rev to v2016.10.4
2 parents 41281c0 + 081c90a commit 09a1610

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hubblestack_quasar
22
os: RedHat, CentOS, Debian, Ubuntu
33
os_family: RedHat, Debian
4-
version: 2016.10.3
4+
version: 2016.10.4
55
release: 1
66
summary: HubbleStack Quasar
77
description: HubbleStack Quasar

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ repo for updates and bugfixes!)
4848

4949
.. code-block:: shell
5050
51-
wget https://spm.hubblestack.io/quasar/hubblestack_quasar-2016.10.3-1.spm
52-
spm local install hubblestack_quasar-2016.10.3-1.spm
51+
wget https://spm.hubblestack.io/quasar/hubblestack_quasar-2016.10.4-1.spm
52+
spm local install hubblestack_quasar-2016.10.4-1.spm
5353
5454
You should now be able to sync the new modules to your minion(s) using the
5555
``sync_returners`` Salt utility:
@@ -121,7 +121,7 @@ Requirements: GitFS support on your Salt Master.
121121
122122
gitfs_remotes:
123123
- https://github.com/hubblestack/quasar:
124-
- base: v2016.10.3
124+
- base: v2016.10.4
125125
126126
.. tip:: Remember to restart the Salt Master after applying this change.
127127

_returners/slack_pulsar_returner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# Import Salt Libs
7070
import salt.returners
7171

72-
__version__ = 'v2016.10.3'
72+
__version__ = 'v2016.10.4'
7373

7474
log = logging.getLogger(__name__)
7575

_returners/splunk_nebula_return.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
HubbleStack Nebula-to-Splunk returner
44
55
:maintainer: HubbleStack
6-
:maturity: 2016.10.3
6+
:maturity: 2016.10.4
77
:platform: All
88
:requires: SaltStack
99
@@ -50,7 +50,7 @@
5050

5151
import logging
5252

53-
__version__ = 'v2016.10.3'
53+
__version__ = 'v2016.10.4'
5454

5555
_max_content_bytes = 100000
5656
http_event_collector_SSL_verify = False

_returners/splunk_nova_return.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
HubbleStack Nova-to-Splunk returner
44
55
:maintainer: HubbleStack
6-
:maturity: 2016.10.3
6+
:maturity: 2016.10.4
77
:platform: All
88
:requires: SaltStack
99
@@ -50,7 +50,7 @@
5050

5151
import logging
5252

53-
__version__ = 'v2016.10.3'
53+
__version__ = 'v2016.10.4'
5454

5555
_max_content_bytes = 100000
5656
http_event_collector_SSL_verify = False

_returners/splunk_pulsar_return.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
HubbleStack Pulsar-to-Splunk returner
44
55
:maintainer: HubbleStack
6-
:maturity: 2016.10.3
6+
:maturity: 2016.10.4
77
:platform: All
88
:requires: SaltStack
99
@@ -53,7 +53,7 @@
5353

5454
import logging
5555

56-
__version__ = 'v2016.10.3'
56+
__version__ = 'v2016.10.4'
5757

5858
_max_content_bytes = 100000
5959
http_event_collector_SSL_verify = False

0 commit comments

Comments
 (0)