Release 2.11.0-1
This commit is contained in:
parent
96e518e5ef
commit
5dad2b8146
|
@ -5,7 +5,9 @@ stages:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DOCKER_IMAGE_BASE: registry.icinga.com/build-docker
|
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:
|
#ICINGA_BUILD_UPSTREAM_BRANCH:
|
||||||
|
|
||||||
.build: &build
|
.build: &build
|
||||||
|
|
|
@ -97,7 +97,7 @@ License: GPLv2+
|
||||||
%endif # suse
|
%endif # suse
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Name: icinga2
|
Name: icinga2
|
||||||
Version: 2.10.4
|
Version: 2.11.0
|
||||||
Release: %{revision}%{?dist}
|
Release: %{revision}%{?dist}
|
||||||
Url: https://www.icinga.com/
|
Url: https://www.icinga.com/
|
||||||
Source: https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz
|
Source: https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz
|
||||||
|
@ -832,6 +832,12 @@ fi
|
||||||
%{_datadir}/nano/%{name}.nanorc
|
%{_datadir}/nano/%{name}.nanorc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 19 2019 Michael Friedrich <michael.friedrich@icinga.com> 2.11.0-1
|
||||||
|
- Update to 2.11.0
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Markus Frosch <markus.frosch@icinga.com> 2.11.0-0.rc1.1
|
||||||
|
- Prepare pre-release 2.11.0-rc1
|
||||||
|
|
||||||
* Tue Mar 19 2019 Michael Friedrich <michael.friedrich@icinga.com> 2.10.4-1
|
* Tue Mar 19 2019 Michael Friedrich <michael.friedrich@icinga.com> 2.10.4-1
|
||||||
- Update to 2.10.4
|
- Update to 2.10.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue