Skip to content

Commit 6a8c24d

Browse files
committed
Rev to v2.2.8.1 (v2.2.8-2 for packages)
1 parent 8b041b4 commit 6a8c24d

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

hubblestack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.8'
1+
__version__ = '2.2.8.1'

pkg/amazonlinux2016.09/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rubygems gcc make \
9191
#pyinstaller start
9292
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
9393
#use the following variables to choose the version of hubble
94-
ENV HUBBLE_CHECKOUT=v2.2.8
94+
ENV HUBBLE_CHECKOUT=v2.2.8.1
9595
ENV HUBBLE_VERSION=2.2.8
9696
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
9797
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -142,4 +142,4 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
142142
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
143143
etc/hubble etc/osquery etc/init.d opt usr \
144144
#edit to change iteration number, if necessary
145-
&& cp hubblestack-${HUBBLE_VERSION}-1.x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-1.al1609.x86_64.rpm" ]
145+
&& cp hubblestack-${HUBBLE_VERSION}-2.x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-2.al1609.x86_64.rpm" ]

pkg/amazonlinux2017.03/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rubygems gcc make \
9191
#pyinstaller start
9292
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
9393
#use the following variables to choose the version of hubble
94-
ENV HUBBLE_CHECKOUT=v2.2.8
94+
ENV HUBBLE_CHECKOUT=v2.2.8.1
9595
ENV HUBBLE_VERSION=2.2.8
9696
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
9797
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -142,4 +142,4 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
142142
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
143143
etc/hubble etc/osquery etc/init.d opt usr \
144144
#edit to change iteration number, if necessary
145-
&& cp hubblestack-${HUBBLE_VERSION}-1.x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-1.al1703.x86_64.rpm" ]
145+
&& cp hubblestack-${HUBBLE_VERSION}-2.x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-2.al1703.x86_64.rpm" ]

pkg/centos6/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN yum install -y rpmbuild gcc make rh-ruby23 rh-ruby23-ruby-devel \
9393
#pyinstaller start
9494
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
9595
#use the following variables to choose the version of hubble
96-
ENV HUBBLE_CHECKOUT=v2.2.8
96+
ENV HUBBLE_CHECKOUT=v2.2.8.1
9797
ENV HUBBLE_VERSION=2.2.8
9898
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
9999
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -142,4 +142,4 @@ CMD [ "scl enable python27 'pyinstaller --onedir --noconfirm --log-level ${_BINA
142142
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
143143
etc/hubble etc/osquery etc/init.d opt usr' \
144144
#edit to change iteration number, if necessary
145-
&& cp hubblestack-${HUBBLE_VERSION}-1.x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-1.el6.x86_64.rpm" ]
145+
&& cp hubblestack-${HUBBLE_VERSION}-2.x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-2.el6.x86_64.rpm" ]

pkg/centos7/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rubygems gcc make \
9090
#pyinstaller start
9191
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
9292
#use the following variables to choose the version of hubble
93-
ENV HUBBLE_CHECKOUT=v2.2.8
93+
ENV HUBBLE_CHECKOUT=v2.2.8.1
9494
ENV HUBBLE_VERSION=2.2.8
9595
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
9696
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -141,4 +141,4 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
141141
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
142142
etc/hubble etc/osquery etc/init.d opt usr \
143143
#edit to change iteration number, if necessary
144-
&& cp hubblestack-${HUBBLE_VERSION}-1.x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-1.el7.x86_64.rpm" ]
144+
&& cp hubblestack-${HUBBLE_VERSION}-2.x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-2.el7.x86_64.rpm" ]

pkg/coreos/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN pip install --upgrade pip \
8888
#pyinstaller start
8989
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
9090
#use the following variables to choose the version of hubble
91-
ENV HUBBLE_CHECKOUT=v2.2.8
91+
ENV HUBBLE_CHECKOUT=v2.2.8.1
9292
ENV HUBBLE_VERSION=2.2.8
9393
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
9494
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/debian7/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
115115
#pyinstaller start
116116
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
117117
#use the following variables to choose the version of hubble
118-
ENV HUBBLE_CHECKOUT=v2.2.8
118+
ENV HUBBLE_CHECKOUT=v2.2.8.1
119119
ENV HUBBLE_VERSION=2.2.8
120120
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
121121
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -157,11 +157,11 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
157157
#fpm start
158158
&& fpm -s dir -t deb \
159159
-n hubblestack \
160-
-v ${HUBBLE_VERSION}-1 \
160+
-v ${HUBBLE_VERSION}-2 \
161161
#todo: get rid of the git dependency with static bin in the future
162162
-d 'git' \
163163
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
164164
--deb-no-default-config-files \
165165
etc/hubble etc/osquery etc/init.d opt usr \
166-
&& cp hubblestack_${HUBBLE_VERSION}-1_amd64.deb /data/hubblestack_${HUBBLE_VERSION}-1deb7_amd64.deb" ]
166+
&& cp hubblestack_${HUBBLE_VERSION}-2_amd64.deb /data/hubblestack_${HUBBLE_VERSION}-2deb7_amd64.deb" ]
167167

pkg/debian8/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
9696
#pyinstaller start
9797
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
9898
#use the following variables to choose the version of hubble
99-
ENV HUBBLE_CHECKOUT=v2.2.8
99+
ENV HUBBLE_CHECKOUT=v2.2.8.1
100100
ENV HUBBLE_VERSION=2.2.8
101101
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
102102
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -140,11 +140,11 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
140140
#fpm start
141141
&& fpm -s dir -t deb \
142142
-n hubblestack \
143-
-v ${HUBBLE_VERSION}-1 \
143+
-v ${HUBBLE_VERSION}-2 \
144144
#todo: get rid of the git dependency with static bin in the future
145145
-d 'git' \
146146
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
147147
--deb-no-default-config-files \
148148
etc/hubble etc/osquery etc/init.d opt usr \
149-
&& cp hubblestack_${HUBBLE_VERSION}-1_amd64.deb /data/hubblestack_${HUBBLE_VERSION}-1deb8_amd64.deb" ]
149+
&& cp hubblestack_${HUBBLE_VERSION}-2_amd64.deb /data/hubblestack_${HUBBLE_VERSION}-2deb8_amd64.deb" ]
150150

pkg/debian9/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
9292
#pyinstaller start
9393
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
9494
#use the following variables to choose the version of hubble
95-
ENV HUBBLE_CHECKOUT=v2.2.8
95+
ENV HUBBLE_CHECKOUT=v2.2.8.1
9696
ENV HUBBLE_VERSION=2.2.8
9797
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
9898
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -136,11 +136,11 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
136136
#fpm start
137137
&& fpm -s dir -t deb \
138138
-n hubblestack \
139-
-v ${HUBBLE_VERSION}-1 \
139+
-v ${HUBBLE_VERSION}-2 \
140140
#todo: get rid of the git dependency with static bin in the future
141141
-d 'git' \
142142
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
143143
--deb-no-default-config-files \
144144
etc/hubble etc/osquery etc/init.d opt usr \
145-
&& cp hubblestack_${HUBBLE_VERSION}-1_amd64.deb /data/hubblestack_${HUBBLE_VERSION}-1deb9_amd64.deb" ]
145+
&& cp hubblestack_${HUBBLE_VERSION}-2_amd64.deb /data/hubblestack_${HUBBLE_VERSION}-2deb9_amd64.deb" ]
146146

0 commit comments

Comments
 (0)