Skip to content

Commit 3369497

Browse files
authored
Merge pull request #710 from praksinha/3.0
Updating version to 3.0.7 for new release
2 parents c8ba68c + f29192d commit 3369497

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

doc/conf.py

+2-2
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.6'
62+
version = u'3.0.7'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'3.0.6-1'
64+
release = u'3.0.7-1'
6565

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

hubblestack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.0.6'
1+
__version__ = '3.0.7'
22

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

pkg/amazonlinux2016.09/Dockerfile

+2-2
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.6
155-
ENV HUBBLE_VERSION=3.0.6
154+
ENV HUBBLE_CHECKOUT=v3.0.7
155+
ENV HUBBLE_VERSION=3.0.7
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

+2-2
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.6
157-
ENV HUBBLE_VERSION=3.0.6
156+
ENV HUBBLE_CHECKOUT=v3.0.7
157+
ENV HUBBLE_VERSION=3.0.7
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

+2-2
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.6
153-
ENV HUBBLE_VERSION=3.0.6
152+
ENV HUBBLE_CHECKOUT=v3.0.7
153+
ENV HUBBLE_VERSION=3.0.7
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

+2-2
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.6
163+
ENV HUBBLE_CHECKOUT=v3.0.7
164164
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
165-
ENV HUBBLE_VERSION=3.0.6
165+
ENV HUBBLE_VERSION=3.0.7
166166
ENV HUBBLE_ITERATION=1
167167
ENV HUBBLE_SRC_PATH=/hubble_src
168168
ENV _HOOK_DIR="./pkg/"

pkg/debian10/Dockerfile

+2-2
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.6
167+
ENV HUBBLE_CHECKOUT=v3.0.7
168168
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
169-
ENV HUBBLE_VERSION=3.0.6
169+
ENV HUBBLE_VERSION=3.0.7
170170
ENV HUBBLE_ITERATION=1
171171
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
172172
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/debian7/Dockerfile

+2-2
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.6
190+
ENV HUBBLE_CHECKOUT=v3.0.7
191191
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
192-
ENV HUBBLE_VERSION=3.0.6
192+
ENV HUBBLE_VERSION=3.0.7
193193
ENV HUBBLE_ITERATION=1
194194
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
195195
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/debian8/Dockerfile

+2-2
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.6
172+
ENV HUBBLE_CHECKOUT=v3.0.7
173173
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
174-
ENV HUBBLE_VERSION=3.0.6
174+
ENV HUBBLE_VERSION=3.0.7
175175
ENV HUBBLE_ITERATION=1
176176
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
177177
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/debian9/Dockerfile

+2-2
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.6
167+
ENV HUBBLE_CHECKOUT=v3.0.7
168168
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
169-
ENV HUBBLE_VERSION=3.0.6
169+
ENV HUBBLE_VERSION=3.0.7
170170
ENV HUBBLE_ITERATION=1
171171
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
172172
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/windows/dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV SALT_SRC_PATH='C:/temp/salt/'
1717
ENV SALT_GIT_URL=https://github.com/saltstack/salt
1818
ENV SALT_CHECKOUT=v2018.11
1919
#All the variables used for hubble
20-
ARG HUBBLE_CHECKOUT=v3.0.6
20+
ARG HUBBLE_CHECKOUT=v3.0.7
2121
ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
2222
ENV HUBBLE_SRC_PATH='C:/temp/hubble/'
2323
ENV _HOOK_DIR='./pkg/'

0 commit comments

Comments
 (0)