From 5a7a17dc2b6967b26d220bf32443aec72f44440a Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sun, 28 Oct 2018 23:06:24 +0000 Subject: [PATCH 1/3] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1cbb041..a74d158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: env: global: - - VERSION=1.44 + - VERSION=1.45 - DOCKER_USERNAME=librenms - DOCKER_REPONAME=librenms - DOCKER_LOGIN=librenmsbot From 73d1ac1e433a23f027436632fe7077f20f2e7f08 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sun, 28 Oct 2018 23:06:55 +0000 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58134f7..bcd6845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.45-RC1 (2018/10/28) + * Upgrade to LibreNMS 1.45 + ## 1.44-RC1 (2018/10/17) * Upgrade to LibreNMS 1.44 From cbc514429043522de860f2b49a89606d06c6aea3 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sun, 28 Oct 2018 23:07:23 +0000 Subject: [PATCH 3/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed4106f..ee9f564 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,7 @@ RUN apk --update --no-cache add \ && setcap cap_net_raw+ep /usr/bin/nmap \ && setcap cap_net_raw+ep /usr/sbin/fping -ENV LIBRENMS_VERSION="1.44" \ +ENV LIBRENMS_VERSION="1.45" \ LIBRENMS_PATH="/opt/librenms" \ DATA_PATH="/data" \ CRONTAB_PATH="/var/spool/cron/crontabs"