From 3b02022e3dc10c232396f846f5789b234ae32910 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 23 Dec 2020 16:30:58 -0500 Subject: [PATCH] Bump Libre-Production-Line-Time-Setter-Panel from 1.0.3 to 1.0.4 (#5) - Bump Libre-Production-Line-Time-Setter-Panel from 1.0.3 to 1.0.4 - Bump Version --- README.md | 3 +++ grafana/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c1ebe0..1278e46 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,9 @@ Libre is distributed under the [Apache 2.0 License](https://github.com/spruik/li ## Change Log +- 1.0.2 + - Bump [Libre-Production-Line-Time-Setter-Panel](https://github.com/Spruik/Libre-Production-Line-Time-Setter-Panel/releases/download/v1.0.4/libre-production-line-time-setter-panel.tar.gz) from 1.0.3 to 1.0.4 + - 1.0.1 - Fix Line Performance Downtime table event duration - Fix Line Performance Graph Query Bug diff --git a/grafana/Dockerfile b/grafana/Dockerfile index 1cf7e33..e24b373 100644 --- a/grafana/Dockerfile +++ b/grafana/Dockerfile @@ -46,7 +46,7 @@ RUN cd /var/lib/grafana/plugins \ && rm libre-reason-codes-crud-tree-chart-panel.tar.gz RUN cd /var/lib/grafana/plugins \ - && wget https://github.com/Spruik/Libre-Production-Line-Time-Setter-Panel/releases/latest/download/libre-production-line-time-setter-panel.tar.gz \ + && wget https://github.com/Spruik/Libre-Production-Line-Time-Setter-Panel/releases/download/v1.0.4/libre-production-line-time-setter-panel.tar.gz \ && mkdir ./libre-production-line-time-setter-panel \ && tar -xf libre-production-line-time-setter-panel.tar.gz -C ./libre-production-line-time-setter-panel \ && rm libre-production-line-time-setter-panel.tar.gz