From 833e1eb5282d1af2e99bbe6adf609f6c95658ec4 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Tue, 15 Dec 2020 08:42:12 +0100 Subject: [PATCH] release 3.40-labs-edition --- Changelog | 17 +++-------------- Makefile.omd | 4 ++-- packages/omd/omd | 2 +- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/Changelog b/Changelog index 592c2bc4c..487b49632 100644 --- a/Changelog +++ b/Changelog @@ -1,19 +1,6 @@ This file documents the revision history for the Open Monitoring Distribution (Labs Edition) -next 4.x: - - OMD: - - add build support for sles12sp4 - - add build support for ubuntu20.04 - - add build support for fedora31 - - add build support for fedora32 - - add omd check command to run configuration check - - Gearman: - - Mod-Gearman update 3.3.3 - - update mod-gearman-worker-go to 1.1.4 - - InfluxDB: update to 1.8.0 - - Monitoring-Plugins: update to 2.3 - -next: +3.40 Dec 15 2020 - Thruk: update to 2.40-2 - Naemon: - update core to 1.2.2 @@ -25,10 +12,12 @@ next: - Mod-Gearman update 3.3.1 - Gearmand: update 1.1.19.1 - Gearman-Proxy update 2.07 + - update mod-gearman-worker-go to 1.1.4 - LMD: Update 1.9.2 - Go updated to 1.15 - Prometheus update to 2.22.2 - VictoriaMetrics 1.47.0 + - Monitoring-Plugins: update to 2.3 3.30 May 20 2020 - OMD: diff --git a/Makefile.omd b/Makefile.omd index 7e873eae7..73c890080 100644 --- a/Makefile.omd +++ b/Makefile.omd @@ -1,7 +1,7 @@ # General settings included by all packages -OMD_VERSION = 3.30-labs-edition -OMD_SERIAL = 52 +OMD_VERSION = 3.40-labs-edition +OMD_SERIAL = 53 OMD_PATCH_LEVEL = 1 OMD_BASE = /omd OMD_PHYSICAL_BASE = /opt/omd diff --git a/packages/omd/omd b/packages/omd/omd index 36c7abef8..00db84730 100755 --- a/packages/omd/omd +++ b/packages/omd/omd @@ -33,7 +33,7 @@ import random import string from subprocess import * -OMD_VERSION = "3.30-labs-edition" +OMD_VERSION = "3.40-labs-edition" # Some global variables opt_verbose = False