summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2018-10-14 13:23:23 +0200
committerJulian Brost2018-10-14 13:23:23 +0200
commit0eaa1af5e83232219da1a04e16e1b07ba5a384a0 (patch)
tree232bf7cc1ad09de5c48c2a6aad7b1fbb5480bbc4
parent62a7f5e58c24f82d001064fbb5e27bcbd14c2697 (diff)
downloadaur-0eaa1af5e83232219da1a04e16e1b07ba5a384a0.tar.gz
new version 2.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--icinga2.changelog8
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7180cc4f7c..bc473fa1dd54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.9.1
+ pkgver = 2.10.0
pkgrel = 1
url = http://www.icinga.org
install = icinga2.install
@@ -47,10 +47,10 @@ pkgbase = icinga2
backup = etc/icinga2/scripts/mail-service-notification.sh
backup = etc/icinga2/zones.conf
backup = etc/logrotate.d/icinga2
- source = https://github.com/Icinga/icinga2/archive/v2.9.1.tar.gz
+ source = https://github.com/Icinga/icinga2/archive/v2.10.0.tar.gz
source = icinga2.tmpfiles
source = icinga2.sysusers
- sha256sums = dbc01ee0ac8e981a99b998f17fb87a6c338be7cdbbec7680ad8935c9a638d934
+ sha256sums = 6f6c03979db7195d80f9aff153e6816adfb42bf60343186c6c0fb00e02796478
sha256sums = 1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c
sha256sums = 2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810
diff --git a/PKGBUILD b/PKGBUILD
index e40f5458d458..d99caf8eed59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname='icinga2'
-pkgver=2.9.1
+pkgver=2.10.0
pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
@@ -45,7 +45,7 @@ changelog="icinga2.changelog"
source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz"
"$pkgname.tmpfiles"
"$pkgname.sysusers")
-sha256sums=('dbc01ee0ac8e981a99b998f17fb87a6c338be7cdbbec7680ad8935c9a638d934'
+sha256sums=('6f6c03979db7195d80f9aff153e6816adfb42bf60343186c6c0fb00e02796478'
'1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c'
'2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810')
diff --git a/icinga2.changelog b/icinga2.changelog
index b8e200ad578b..6668be1ace87 100644
--- a/icinga2.changelog
+++ b/icinga2.changelog
@@ -1,3 +1,11 @@
+2.10.0-1
+ - New upstream version 2.10.0
+ - Some path constants changed in the config (should be backwards-compatible)
+ - "namespace" and "using" are now reserved keywords in the config
+ - Some configuration errors are now fatal
+ - For details, see
+ https://icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/#upgrading-to-v210
+
2.9.1-1
- New upstream version 2.9.1