Skip to content

Commit 6584de1

Browse files
committed
release v5.70
1 parent 443e9ec commit 6584de1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Changelog

Lines changed: 1 addition & 1 deletion
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+
5.70 Apr 16 2026
44
- omd:
55
- add build support for debian 13 / trixie
66
- add build support for ubuntu 26.04 / resolute raccoon

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 = 5.60-labs-edition
4-
OMD_SERIAL = 68
3+
OMD_VERSION = 5.70-labs-edition
4+
OMD_SERIAL = 70
55
OMD_PATCH_LEVEL = 1
66
OMD_BASE = /omd
77
OMD_PHYSICAL_BASE = /opt/omd

packages/omd/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<div id="body">
6767
<h1>OMD - Open Monitoring Distribution</h1>
6868
<b><!-- leave version on a single line, it will be replaced by `make version` -->
69-
Version: 5.60-labs-edition
69+
Version: 5.70-labs-edition
7070
</b>
7171
<p>This page gives you a central view on the available GUIs in OMD.
7272
Just have a look and feel free to choose your favorite GUI. At the

packages/omd/omd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
2525
# Boston, MA 02110-1301 USA.
2626

27-
OMD_VERSION = "5.60-labs-edition"
27+
OMD_VERSION = "5.70-labs-edition"
2828

2929
import os
3030
import sys

0 commit comments

Comments
 (0)