Skip to content

Commit 7954678

Browse files
committed
3.0.8 → 4.0.0
1 parent 2f28452 commit 7954678

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.8'
62+
version = u'4.0.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'3.0.8-1'
64+
release = u'4.0.0-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,3 +1,3 @@
1-
__version__ = '3.0.8'
1+
__version__ = '4.0.0'
22

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

pkg/amazonlinux2016.09/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
161161
#pyinstaller start
162162
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
163163
#use the following variables to choose the version of hubble
164-
ARG HUBBLE_CHECKOUT=v3.0.8
165-
ENV HUBBLE_VERSION=3.0.8
164+
ARG HUBBLE_CHECKOUT=v4.0.0
165+
ENV HUBBLE_VERSION=4.0.0
166166
ENV HUBBLE_ITERATION=1
167167
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
168168
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
@@ -160,8 +160,8 @@ RUN yum install -y rpmbuild rpm-build gcc make rh-ruby23 rh-ruby23-ruby-devel \
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-
ARG HUBBLE_CHECKOUT=v3.0.8
164-
ENV HUBBLE_VERSION=3.0.8
163+
ARG HUBBLE_CHECKOUT=v4.0.0
164+
ENV HUBBLE_VERSION=4.0.0
165165
ENV HUBBLE_ITERATION=1
166166
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
167167
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
@@ -159,8 +159,8 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
159159
#pyinstaller start
160160
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
161161
#use the following variables to choose the version of hubble
162-
ARG HUBBLE_CHECKOUT=v3.0.8
163-
ENV HUBBLE_VERSION=3.0.8
162+
ARG HUBBLE_CHECKOUT=v4.0.0
163+
ENV HUBBLE_VERSION=4.0.0
164164
ENV HUBBLE_ITERATION=1
165165
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
166166
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
@@ -173,9 +173,9 @@ RUN eval "$(pyenv init -)" \
173173
#pyinstaller start
174174
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
175175
#use the following variables to choose the version of hubble
176-
ARG HUBBLE_CHECKOUT=v3.0.8
176+
ARG HUBBLE_CHECKOUT=v4.0.0
177177
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
178-
ENV HUBBLE_VERSION=3.0.8
178+
ENV HUBBLE_VERSION=4.0.0
179179
ENV HUBBLE_ITERATION=1
180180
ENV HUBBLE_SRC_PATH=/hubble_src
181181
ENV _HOOK_DIR="./pkg/"

pkg/debian10/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
177177
#pyinstaller start
178178
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
179179
#use the following variables to choose the version of hubble
180-
ARG HUBBLE_CHECKOUT=v3.0.8
180+
ARG HUBBLE_CHECKOUT=v4.0.0
181181
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
182-
ENV HUBBLE_VERSION=3.0.8
182+
ENV HUBBLE_VERSION=4.0.0
183183
ENV HUBBLE_ITERATION=1
184184
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
185185
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/debian7/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
198198
#pyinstaller start
199199
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
200200
#use the following variables to choose the version of hubble
201-
ARG HUBBLE_CHECKOUT=v3.0.8
201+
ARG HUBBLE_CHECKOUT=v4.0.0
202202
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
203-
ENV HUBBLE_VERSION=3.0.8
203+
ENV HUBBLE_VERSION=4.0.0
204204
ENV HUBBLE_ITERATION=1
205205
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
206206
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/debian8/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
179179
#pyinstaller start
180180
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
181181
#use the following variables to choose the version of hubble
182-
ARG HUBBLE_CHECKOUT=v3.0.8
182+
ARG HUBBLE_CHECKOUT=v4.0.0
183183
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
184-
ENV HUBBLE_VERSION=3.0.8
184+
ENV HUBBLE_VERSION=4.0.0
185185
ENV HUBBLE_ITERATION=1
186186
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
187187
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/debian9/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
177177
#pyinstaller start
178178
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
179179
#use the following variables to choose the version of hubble
180-
ARG HUBBLE_CHECKOUT=v3.0.8
180+
ARG HUBBLE_CHECKOUT=v4.0.0
181181
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
182-
ENV HUBBLE_VERSION=3.0.8
182+
ENV HUBBLE_VERSION=4.0.0
183183
ENV HUBBLE_ITERATION=1
184184
ENV HUBBLE_URL=https://github.com/hubblestack/hubble
185185
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.8
20+
ARG HUBBLE_CHECKOUT=v4.0.0
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)