From 6db2c909f9d2d403ebbac26a026a9c147838be52 Mon Sep 17 00:00:00 2001 From: Prakhar Sinha Date: Thu, 19 Dec 2019 16:41:11 +0530 Subject: [PATCH] updating version to 3.0.9 --- doc/conf.py | 4 ++-- hubblestack/__init__.py | 2 +- pkg/amazonlinux2016.09/Dockerfile | 4 ++-- pkg/centos6/Dockerfile | 4 ++-- pkg/centos7/Dockerfile | 4 ++-- pkg/coreos/Dockerfile | 4 ++-- pkg/debian10/Dockerfile | 4 ++-- pkg/debian7/Dockerfile | 4 ++-- pkg/debian8/Dockerfile | 4 ++-- pkg/debian9/Dockerfile | 4 ++-- pkg/windows/dockerfile | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index ae3f0ee62..ae1a57c16 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = u'3.0.8' +version = u'3.0.9' # The full version, including alpha/beta/rc tags. -release = u'3.0.8-1' +release = u'3.0.9-1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/hubblestack/__init__.py b/hubblestack/__init__.py index f1a85b304..7302466ed 100644 --- a/hubblestack/__init__.py +++ b/hubblestack/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.0.8' +__version__ = '3.0.9' __buildinfo__ = { 'branch' : 'BRANCH_NOT_SET' , 'last_commit' : 'COMMIT_NOT_SET' } diff --git a/pkg/amazonlinux2016.09/Dockerfile b/pkg/amazonlinux2016.09/Dockerfile index eb8ea0533..a0b42d1e6 100644 --- a/pkg/amazonlinux2016.09/Dockerfile +++ b/pkg/amazonlinux2016.09/Dockerfile @@ -151,8 +151,8 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \ #pyinstaller start #commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built #use the following variables to choose the version of hubble -ENV HUBBLE_CHECKOUT=v3.0.8 -ENV HUBBLE_VERSION=3.0.8 +ENV HUBBLE_CHECKOUT=v3.0.9 +ENV HUBBLE_VERSION=3.0.9 ENV HUBBLE_ITERATION=1 ENV HUBBLE_URL=https://github.com/hubblestack/hubble ENV HUBBLE_DESCRIPTION="Hubble is a modular, open-source, security & compliance auditing framework which is built in python, using SaltStack as a library." diff --git a/pkg/centos6/Dockerfile b/pkg/centos6/Dockerfile index 6c9c64b10..66c837171 100644 --- a/pkg/centos6/Dockerfile +++ b/pkg/centos6/Dockerfile @@ -153,8 +153,8 @@ RUN yum install -y rpmbuild rpm-build gcc make rh-ruby23 rh-ruby23-ruby-devel \ #pyinstaller start #commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built #use the following variables to choose the version of hubble -ENV HUBBLE_CHECKOUT=v3.0.8 -ENV HUBBLE_VERSION=3.0.8 +ENV HUBBLE_CHECKOUT=v3.0.9 +ENV HUBBLE_VERSION=3.0.9 ENV HUBBLE_ITERATION=1 ENV HUBBLE_URL=https://github.com/hubblestack/hubble ENV HUBBLE_DESCRIPTION="Hubble is a modular, open-source, security & compliance auditing framework which is built in python, using SaltStack as a library." diff --git a/pkg/centos7/Dockerfile b/pkg/centos7/Dockerfile index 6d8230981..8d56670bc 100644 --- a/pkg/centos7/Dockerfile +++ b/pkg/centos7/Dockerfile @@ -149,8 +149,8 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \ #pyinstaller start #commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built #use the following variables to choose the version of hubble -ENV HUBBLE_CHECKOUT=v3.0.8 -ENV HUBBLE_VERSION=3.0.8 +ENV HUBBLE_CHECKOUT=v3.0.9 +ENV HUBBLE_VERSION=3.0.9 ENV HUBBLE_ITERATION=1 ENV HUBBLE_URL=https://github.com/hubblestack/hubble ENV HUBBLE_DESCRIPTION="Hubble is a modular, open-source, security & compliance auditing framework which is built in python, using SaltStack as a library." diff --git a/pkg/coreos/Dockerfile b/pkg/coreos/Dockerfile index d57c7b9da..5bb78b982 100644 --- a/pkg/coreos/Dockerfile +++ b/pkg/coreos/Dockerfile @@ -160,9 +160,9 @@ RUN pip -v install -r pyinstaller-requirements.txt #pyinstaller start #commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built #use the following variables to choose the version of hubble -ENV HUBBLE_CHECKOUT=v3.0.8 +ENV HUBBLE_CHECKOUT=v3.0.9 ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git -ENV HUBBLE_VERSION=3.0.8 +ENV HUBBLE_VERSION=3.0.9 ENV HUBBLE_ITERATION=1 ENV HUBBLE_SRC_PATH=/hubble_src ENV _HOOK_DIR="./pkg/" diff --git a/pkg/debian10/Dockerfile b/pkg/debian10/Dockerfile index a2551460e..76243f970 100644 --- a/pkg/debian10/Dockerfile +++ b/pkg/debian10/Dockerfile @@ -164,9 +164,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \ #pyinstaller start #commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built #use the following variables to choose the version of hubble -ENV HUBBLE_CHECKOUT=v3.0.8 +ENV HUBBLE_CHECKOUT=v3.0.9 ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git -ENV HUBBLE_VERSION=3.0.8 +ENV HUBBLE_VERSION=3.0.9 ENV HUBBLE_ITERATION=1 ENV HUBBLE_URL=https://github.com/hubblestack/hubble ENV HUBBLE_SRC_PATH=/hubble_src diff --git a/pkg/debian7/Dockerfile b/pkg/debian7/Dockerfile index abcecfc7a..b6354f017 100644 --- a/pkg/debian7/Dockerfile +++ b/pkg/debian7/Dockerfile @@ -187,9 +187,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \ #pyinstaller start #commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built #use the following variables to choose the version of hubble -ENV HUBBLE_CHECKOUT=v3.0.8 +ENV HUBBLE_CHECKOUT=v3.0.9 ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git -ENV HUBBLE_VERSION=3.0.8 +ENV HUBBLE_VERSION=3.0.9 ENV HUBBLE_ITERATION=1 ENV HUBBLE_URL=https://github.com/hubblestack/hubble ENV HUBBLE_SRC_PATH=/hubble_src diff --git a/pkg/debian8/Dockerfile b/pkg/debian8/Dockerfile index 81f2d6928..8ad864651 100644 --- a/pkg/debian8/Dockerfile +++ b/pkg/debian8/Dockerfile @@ -169,9 +169,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \ #pyinstaller start #commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built #use the following variables to choose the version of hubble -ENV HUBBLE_CHECKOUT=v3.0.8 +ENV HUBBLE_CHECKOUT=v3.0.9 ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git -ENV HUBBLE_VERSION=3.0.8 +ENV HUBBLE_VERSION=3.0.9 ENV HUBBLE_ITERATION=1 ENV HUBBLE_URL=https://github.com/hubblestack/hubble ENV HUBBLE_SRC_PATH=/hubble_src diff --git a/pkg/debian9/Dockerfile b/pkg/debian9/Dockerfile index 0967d7c81..4b7e8d5c6 100644 --- a/pkg/debian9/Dockerfile +++ b/pkg/debian9/Dockerfile @@ -164,9 +164,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \ #pyinstaller start #commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built #use the following variables to choose the version of hubble -ENV HUBBLE_CHECKOUT=v3.0.8 +ENV HUBBLE_CHECKOUT=v3.0.9 ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git -ENV HUBBLE_VERSION=3.0.8 +ENV HUBBLE_VERSION=3.0.9 ENV HUBBLE_ITERATION=1 ENV HUBBLE_URL=https://github.com/hubblestack/hubble ENV HUBBLE_SRC_PATH=/hubble_src diff --git a/pkg/windows/dockerfile b/pkg/windows/dockerfile index 051d74e50..45d1569de 100644 --- a/pkg/windows/dockerfile +++ b/pkg/windows/dockerfile @@ -17,7 +17,7 @@ ENV SALT_SRC_PATH='C:/temp/salt/' ENV SALT_GIT_URL=https://github.com/saltstack/salt ENV SALT_CHECKOUT=v2018.11 #All the variables used for hubble -ARG HUBBLE_CHECKOUT=v3.0.8 +ARG HUBBLE_CHECKOUT=v3.0.9 ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git ENV HUBBLE_SRC_PATH='C:/temp/hubble/' ENV _HOOK_DIR='./pkg/'