From e52c67639cd3654dbb6aef41538c6e76ec8fb872 Mon Sep 17 00:00:00 2001 From: Noah Hilverling <noah.hilverling@icinga.com> Date: Thu, 18 Jun 2020 09:52:01 +0200 Subject: [PATCH] Release 2.11.4-1 --- .gitlab-ci.yml | 3 --- icinga2.spec | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b199b39..a735615 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,6 @@ variables: DOCKER_IMAGE_BASE: registry.icinga.com/build-docker #ICINGA_BUILD_TYPE: snapshot ICINGA_BUILD_TYPE: release - #ICINGA_BUILD_RELEASE_TYPE: - #ICINGA_BUILD_TYPE: - #ICINGA_BUILD_UPSTREAM_BRANCH: .build: &build stage: build diff --git a/icinga2.spec b/icinga2.spec index e6cbfa8..be1a993 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -97,7 +97,7 @@ License: GPLv2+ %endif # suse Group: System/Monitoring Name: icinga2 -Version: 2.11.3 +Version: 2.11.4 Release: %{revision}%{?dist} Url: https://www.icinga.com/ Source: https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz @@ -832,6 +832,9 @@ fi %{_datadir}/nano/%{name}.nanorc %changelog +* Thu Jun 18 2020 Noah Hilverling <noah.hilverling@icinga.com> 2.11.4-1 +- Update to 2.11.4 + * Mon Mar 02 2020 Henrik Triem <henrik.triem@icinga.com> 2.11.3-1 - Update to 2.11.3 -- GitLab