From 9a0c90e9d38b4ecfb33a2fe602450383c81bca44 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 10 Sep 2018 22:11:16 +0200 Subject: [PATCH] Upgrade to LibreNMS 1.43 --- .travis.yml | 2 +- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e8f677..3ecd43b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: env: global: - - VERSION=1.42.01 + - VERSION=1.43 - GITHUB_REPO=crazy-max/docker-librenms - DOCKER_USERNAME=crazymax - DOCKER_REPONAME=librenms diff --git a/CHANGELOG.md b/CHANGELOG.md index 7179da4..6517243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.43-RC1 (2018/09/10) + +* Upgrade to LibreNMS 1.43 + ## 1.42.01-RC1 (2018/08/05) * Upgrade to LibreNMS 1.42.01 diff --git a/Dockerfile b/Dockerfile index c63f1e7..0b72548 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN apk --update --no-cache add \ && sed -i -e "s/;date\.timezone.*/date\.timezone = UTC/" /etc/php7/php.ini \ && rm -rf /var/cache/apk/* /var/www/* /tmp/* -ENV LIBRENMS_VERSION="1.42.01" \ +ENV LIBRENMS_VERSION="1.43" \ LIBRENMS_PATH="/opt/librenms" \ DATA_PATH="/data" \ CRONTAB_PATH="/var/spool/cron/crontabs"