Skip to content

Commit 9ce0860

Browse files
committed
Rev to 2.4.7
1 parent 78fc397 commit 9ce0860

File tree

17 files changed

+25
-25
lines changed

17 files changed

+25
-25
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'2.4.6'
62+
version = u'2.4.7'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'2.4.6-1'
64+
release = u'2.4.7-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 +1 @@
1-
__version__ = '2.4.6'
1+
__version__ = '2.4.7'

pkg/amazonlinux2016.09/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
125125
#pyinstaller start
126126
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
127127
#use the following variables to choose the version of hubble
128-
ENV HUBBLE_CHECKOUT=v2.4.6
129-
ENV HUBBLE_VERSION=2.4.6
128+
ENV HUBBLE_CHECKOUT=v2.4.7
129+
ENV HUBBLE_VERSION=2.4.7
130130
ENV HUBBLE_ITERATION=1
131131
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
132132
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/centos6/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ RUN yum install -y rpmbuild rpm-build gcc make rh-ruby23 rh-ruby23-ruby-devel \
127127
#pyinstaller start
128128
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
129129
#use the following variables to choose the version of hubble
130-
ENV HUBBLE_CHECKOUT=v2.4.6
131-
ENV HUBBLE_VERSION=2.4.6
130+
ENV HUBBLE_CHECKOUT=v2.4.7
131+
ENV HUBBLE_VERSION=2.4.7
132132
ENV HUBBLE_ITERATION=1
133133
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
134134
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/centos7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
124124
#pyinstaller start
125125
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
126126
#use the following variables to choose the version of hubble
127-
ENV HUBBLE_CHECKOUT=v2.4.6
128-
ENV HUBBLE_VERSION=2.4.6
127+
ENV HUBBLE_CHECKOUT=v2.4.7
128+
ENV HUBBLE_VERSION=2.4.7
129129
ENV HUBBLE_ITERATION=1
130130
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
131131
ENV HUBBLE_SRC_PATH=/hubble_src

pkg/coreos/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ RUN pip -v install -r pyinstaller-requirements.txt
136136
#pyinstaller start
137137
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
138138
#use the following variables to choose the version of hubble
139-
ENV HUBBLE_CHECKOUT=v2.4.6
139+
ENV HUBBLE_CHECKOUT=v2.4.7
140140
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
141-
ENV HUBBLE_VERSION=2.4.6
141+
ENV HUBBLE_VERSION=2.4.7
142142
ENV HUBBLE_ITERATION=1
143143
ENV HUBBLE_SRC_PATH=/hubble_src
144144
ENV _HOOK_DIR="./pkg/"

pkg/debian7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
163163
#pyinstaller start
164164
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
165165
#use the following variables to choose the version of hubble
166-
ENV HUBBLE_CHECKOUT=v2.4.6
166+
ENV HUBBLE_CHECKOUT=v2.4.7
167167
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
168-
ENV HUBBLE_VERSION=2.4.6
168+
ENV HUBBLE_VERSION=2.4.7
169169
ENV HUBBLE_ITERATION=1
170170
ENV HUBBLE_SRC_PATH=/hubble_src
171171
ENV _HOOK_DIR="./pkg/"

pkg/debian8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
145145
#pyinstaller start
146146
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
147147
#use the following variables to choose the version of hubble
148-
ENV HUBBLE_CHECKOUT=v2.4.6
148+
ENV HUBBLE_CHECKOUT=v2.4.7
149149
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
150-
ENV HUBBLE_VERSION=2.4.6
150+
ENV HUBBLE_VERSION=2.4.7
151151
ENV HUBBLE_ITERATION=1
152152
ENV HUBBLE_SRC_PATH=/hubble_src
153153
ENV _HOOK_DIR="./pkg/"

pkg/debian9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
140140
#pyinstaller start
141141
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
142142
#use the following variables to choose the version of hubble
143-
ENV HUBBLE_CHECKOUT=v2.4.6
143+
ENV HUBBLE_CHECKOUT=v2.4.7
144144
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
145-
ENV HUBBLE_VERSION=2.4.6
145+
ENV HUBBLE_VERSION=2.4.7
146146
ENV HUBBLE_ITERATION=1
147147
ENV HUBBLE_SRC_PATH=/hubble_src
148148
ENV _HOOK_DIR="./pkg/"

pkg/dev/amazonlinux2016.09/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
128128
#use the following variables to choose the version of hubble
129129
ARG HUBBLE_CHECKOUT=develop
130130
ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
131-
ENV HUBBLE_VERSION=2.4.6_develop
131+
ENV HUBBLE_VERSION=2.4.7_develop
132132
ENV HUBBLE_ITERATION=1
133133
ENV HUBBLE_SRC_PATH=/hubble_src
134134
ENV _HOOK_DIR="./pkg/"

0 commit comments

Comments
 (0)