Skip to content

Commit 56b2aad

Browse files
sniBuild Automat
authored andcommitted
release 4.20
1 parent 49b27c1 commit 56b2aad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This file documents the revision history for the Open Monitoring Distribution (Labs Edition)
22

3-
next:
3+
4.20 Jun 10 2021
44
- Naemon:
55
- update core to 1.2.4
66
- update livestatus to 1.2.4.1
@@ -11,7 +11,7 @@ next:
1111
- Icinga2 update to 2.11.8
1212
- Monitoring-Plugins: update to 2.3.1
1313
- Grafana
14-
- Grafana update to 7.5.2
14+
- Grafana update to 7.5.7
1515
- Prometheus:
1616
- Prometheus update to 2.27.1
1717
- node_exporter update to 1.1.1

Makefile.omd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# General settings included by all packages
22

3-
OMD_VERSION = 4.00-labs-edition
4-
OMD_SERIAL = 54
3+
OMD_VERSION = 4.20-labs-edition
4+
OMD_SERIAL = 56
55
OMD_PATCH_LEVEL = 1
66
OMD_BASE = /omd
77
OMD_PHYSICAL_BASE = /opt/omd

packages/omd/omd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import random
3333
import string
3434
from subprocess import *
3535

36-
OMD_VERSION = "4.00-labs-edition"
36+
OMD_VERSION = "4.20-labs-edition"
3737

3838
# Some global variables
3939
opt_verbose = False

0 commit comments

Comments
 (0)