File tree Expand file tree Collapse file tree 17 files changed +25
-25
lines changed
Expand file tree Collapse file tree 17 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- __version__ = '2.4.6 '
1+ __version__ = '2.4.7 '
Original file line number Diff line number Diff 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
130130ENV HUBBLE_ITERATION=1
131131ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
132132ENV HUBBLE_SRC_PATH=/hubble_src
Original file line number Diff line number Diff 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
132132ENV HUBBLE_ITERATION=1
133133ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
134134ENV HUBBLE_SRC_PATH=/hubble_src
Original file line number Diff line number Diff 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
129129ENV HUBBLE_ITERATION=1
130130ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
131131ENV HUBBLE_SRC_PATH=/hubble_src
Original file line number Diff line number Diff 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
140140ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
141- ENV HUBBLE_VERSION=2.4.6
141+ ENV HUBBLE_VERSION=2.4.7
142142ENV HUBBLE_ITERATION=1
143143ENV HUBBLE_SRC_PATH=/hubble_src
144144ENV _HOOK_DIR="./pkg/"
Original file line number Diff line number Diff 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
167167ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
168- ENV HUBBLE_VERSION=2.4.6
168+ ENV HUBBLE_VERSION=2.4.7
169169ENV HUBBLE_ITERATION=1
170170ENV HUBBLE_SRC_PATH=/hubble_src
171171ENV _HOOK_DIR="./pkg/"
Original file line number Diff line number Diff 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
149149ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
150- ENV HUBBLE_VERSION=2.4.6
150+ ENV HUBBLE_VERSION=2.4.7
151151ENV HUBBLE_ITERATION=1
152152ENV HUBBLE_SRC_PATH=/hubble_src
153153ENV _HOOK_DIR="./pkg/"
Original file line number Diff line number Diff 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
144144ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
145- ENV HUBBLE_VERSION=2.4.6
145+ ENV HUBBLE_VERSION=2.4.7
146146ENV HUBBLE_ITERATION=1
147147ENV HUBBLE_SRC_PATH=/hubble_src
148148ENV _HOOK_DIR="./pkg/"
Original file line number Diff line number Diff 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
129129ARG HUBBLE_CHECKOUT=develop
130130ARG 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
132132ENV HUBBLE_ITERATION=1
133133ENV HUBBLE_SRC_PATH=/hubble_src
134134ENV _HOOK_DIR="./pkg/"
You can’t perform that action at this time.
0 commit comments