Skip to content

Commit

Permalink
preparing release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jglambed committed Mar 30, 2017
1 parent 620a19b commit 7228495
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget "https://caddyserver.com/download/build?os=linux&arch=amd64&features="
&& rm -f /caddy.tgz

# Add and Setup Kafka-Topics-Ui
RUN wget https://github.com/Landoop/kafka-topics-ui/releases/download/v0.8.2/kafka-topics-ui-0.8.2.tar.gz \
RUN wget https://github.com/Landoop/kafka-topics-ui/releases/download/v0.8.3/kafka-topics-ui-0.8.3.tar.gz \
-O /kafka-topics-ui.tar.gz \
&& mkdir /kafka-topics-ui \
&& tar xzf /kafka-topics-ui.tar.gz -C /kafka-topics-ui \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kafka-topics-ui",
"version": "0.8.2",
"version": "0.8.3",
"description": "A user interface for reading data from Kafka Topics",
"readme": "README.md",
"main": "Gruntfile.js",
Expand Down
2 changes: 1 addition & 1 deletion src/kafka-topics/config/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div>
<b>Kafka Rest :</b> {{kafkaRest}} <br>
<b>Kafka Brokers :</b> {{brokers.length}}<br>
<b>kafka-topics-ui:</b> 0.8.2
<b>kafka-topics-ui:</b> 0.8.3
<span ng-show="connectionFailure" style="color:red">CONNECTIVITY ERROR</span>
</div>
</md-content>
Expand Down

0 comments on commit 7228495

Please sign in to comment.