From 034a9b2606cc02de70efba86b61afea874fac0e4 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 2 Apr 2019 00:12:13 +0200 Subject: [PATCH] LibreNMS 1.50 --- .travis.yml | 2 +- CHANGELOG.md | 24 ++++++++++++++---------- Dockerfile | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index a792ddf..e35abaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: env: global: - - VERSION=1.49 + - VERSION=1.50 - DOCKER_USERNAME=librenms - DOCKER_REPONAME=librenms - DOCKER_LOGIN=librenmsbot diff --git a/CHANGELOG.md b/CHANGELOG.md index 59061bb..ebff236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,25 @@ # Changelog +## 1.50-RC1 (2019/04/01) + +* LibreNMS 1.50 + ## 1.49-RC1 (2019/03/06) -* Upgrade to LibreNMS 1.49 +* LibreNMS 1.49 ## 1.48.1-RC1 (2019/01/31) -* Upgrade to LibreNMS 1.48.1 +* LibreNMS 1.48.1 * Alpine Linux 3.9 ## 1.48-RC1 (2019/01/28) -* Upgrade to LibreNMS 1.48 +* LibreNMS 1.48 ## 1.47-RC1 (2018/12/30) -* Upgrade to LibreNMS 1.47 +* LibreNMS 1.47 ## 1.46-RC3 (2018/12/29) @@ -27,7 +31,7 @@ ## 1.46-RC1 (2018/12/02) -* Upgrade to LibreNMS 1.46 +* LibreNMS 1.46 ## 1.45-RC3 (2018/11/25) @@ -40,11 +44,11 @@ ## 1.45-RC1 (2018/10/28) -* Upgrade to LibreNMS 1.45 +* LibreNMS 1.45 ## 1.44-RC1 (2018/10/17) -* Upgrade to LibreNMS 1.44 +* LibreNMS 1.44 * Add `busybox-extras` and `bind-tools` packages ## 1.43-RC5 (2018/09/29) @@ -75,15 +79,15 @@ ## 1.43-RC1 (2018/09/10) -* Upgrade to LibreNMS 1.43 +* LibreNMS 1.43 ## 1.42.01-RC1 (2018/08/05) -* Upgrade to LibreNMS 1.42.01 +* LibreNMS 1.42.01 ## 1.42-RC1 (2018/08/02) -* Upgrade to LibreNMS 1.42 +* LibreNMS 1.42 * Add syslog-ng support ## 1.41-RC1 (2018/07/07) diff --git a/Dockerfile b/Dockerfile index 25d5b62..fcc4414 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,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.49" \ +ENV LIBRENMS_VERSION="1.50" \ LIBRENMS_PATH="/opt/librenms" \ DATA_PATH="/data" \ CRONTAB_PATH="/var/spool/cron/crontabs"