Skip to content

Commit fa01214

Browse files
committed
Updating version from 3.0.8 to 3.0.9
1 parent 664d04f commit fa01214

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'3.0.8'
62+
version = u'3.0.9'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'3.0.8-1'
64+
release = u'3.0.9-1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

hubblestack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.0.8'
1+
__version__ = '3.0.9'
22

33
__buildinfo__ = {'branch': 'BRANCH_NOT_SET', 'last_commit': 'COMMIT_NOT_SET'}

pkg/amazonlinux2016.09/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
151151
#pyinstaller start
152152
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
153153
#use the following variables to choose the version of hubble
154-
ENV HUBBLE_CHECKOUT=v3.0.8
155-
ENV HUBBLE_VERSION=3.0.8
154+
ENV HUBBLE_CHECKOUT=v3.0.9
155+
ENV HUBBLE_VERSION=3.0.9
156156
ENV HUBBLE_ITERATION=1
157157
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
158158
ENV HUBBLE_DESCRIPTION="Hubble is a modular, open-source, security & compliance auditing framework which is built in python, using SaltStack as a library."

pkg/centos6/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ RUN yum install -y rpmbuild rpm-build gcc make rh-ruby23 rh-ruby23-ruby-devel \
153153
#pyinstaller start
154154
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
155155
#use the following variables to choose the version of hubble
156-
ENV HUBBLE_CHECKOUT=v3.0.8
157-
ENV HUBBLE_VERSION=3.0.8
156+
ENV HUBBLE_CHECKOUT=v3.0.9
157+
ENV HUBBLE_VERSION=3.0.9
158158
ENV HUBBLE_ITERATION=1
159159
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
160160
ENV HUBBLE_DESCRIPTION="Hubble is a modular, open-source, security & compliance auditing framework which is built in python, using SaltStack as a library."

pkg/centos7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
149149
#pyinstaller start
150150
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
151151
#use the following variables to choose the version of hubble
152-
ENV HUBBLE_CHECKOUT=v3.0.8
153-
ENV HUBBLE_VERSION=3.0.8
152+
ENV HUBBLE_CHECKOUT=v3.0.9
153+
ENV HUBBLE_VERSION=3.0.9
154154
ENV HUBBLE_ITERATION=1
155155
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
156156
ENV HUBBLE_DESCRIPTION="Hubble is a modular, open-source, security & compliance auditing framework which is built in python, using SaltStack as a library."

pkg/coreos/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ RUN pip -v install -r pyinstaller-requirements.txt
160160
#pyinstaller start
161161
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
162162
#use the following variables to choose the version of hubble
163-
ENV HUBBLE_CHECKOUT=v3.0.8
163+
ENV HUBBLE_CHECKOUT=v3.0.9
164164
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
165-
ENV HUBBLE_VERSION=3.0.8
165+
ENV HUBBLE_VERSION=3.0.9
166166
ENV HUBBLE_ITERATION=1
167167
ENV HUBBLE_SRC_PATH=/hubble_src
168168
ENV _HOOK_DIR="./pkg/"

pkg/debian10/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
164164
#pyinstaller start
165165
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
166166
#use the following variables to choose the version of hubble
167-
ENV HUBBLE_CHECKOUT=v3.0.8
167+
ENV HUBBLE_CHECKOUT=v3.0.9
168168
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
169-
ENV HUBBLE_VERSION=3.0.8
169+
ENV HUBBLE_VERSION=3.0.9
170170
ENV HUBBLE_ITERATION=1
171171
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
172172
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/debian7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
187187
#pyinstaller start
188188
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
189189
#use the following variables to choose the version of hubble
190-
ENV HUBBLE_CHECKOUT=v3.0.8
190+
ENV HUBBLE_CHECKOUT=v3.0.9
191191
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
192-
ENV HUBBLE_VERSION=3.0.8
192+
ENV HUBBLE_VERSION=3.0.9
193193
ENV HUBBLE_ITERATION=1
194194
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
195195
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/debian8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
169169
#pyinstaller start
170170
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
171171
#use the following variables to choose the version of hubble
172-
ENV HUBBLE_CHECKOUT=v3.0.8
172+
ENV HUBBLE_CHECKOUT=v3.0.9
173173
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
174-
ENV HUBBLE_VERSION=3.0.8
174+
ENV HUBBLE_VERSION=3.0.9
175175
ENV HUBBLE_ITERATION=1
176176
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
177177
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/debian9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
164164
#pyinstaller start
165165
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
166166
#use the following variables to choose the version of hubble
167-
ENV HUBBLE_CHECKOUT=v3.0.8
167+
ENV HUBBLE_CHECKOUT=v3.0.9
168168
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
169-
ENV HUBBLE_VERSION=3.0.8
169+
ENV HUBBLE_VERSION=3.0.9
170170
ENV HUBBLE_ITERATION=1
171171
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
172172
ENV HUBBLE_SRC_PATH=/hubble_src

0 commit comments

Comments
 (0)