Compare commits

...

2 Commits

Author SHA1 Message Date
Johannes Meyer
d11d4c23a3 Release 0.8.0-1 2022-03-23 12:19:59 +01:00
Johannes Meyer
5f45dd330f Switch build type for 0.8.0-1 2022-03-23 12:17:00 +01:00
2 changed files with 6 additions and 3 deletions

View File

@ -5,8 +5,8 @@ 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: snapshot
ICINGA_BUILD_UPSTREAM_BRANCH: snapshot/nightly #ICINGA_BUILD_UPSTREAM_BRANCH: snapshot/nightly
.build: &build .build: &build
stage: build stage: build

View File

@ -4,7 +4,7 @@
%global module_name icinga-php-library %global module_name icinga-php-library
Name: %{module_name} Name: %{module_name}
Version: 0.7.0 Version: 0.8.0
Release: %{revision}%{?dist} Release: %{revision}%{?dist}
Summary: Icinga PHP Library for Icinga Web 2 Summary: Icinga PHP Library for Icinga Web 2
Group: Applications/System Group: Applications/System
@ -67,6 +67,9 @@ rm -rf %{buildroot}
%{basedir} %{basedir}
%changelog %changelog
* Wed Mar 23 2022 Johannes Meyer <johannes.meyer@icinga.com> - 0.8.0-1
- Release 0.8.0
* Wed Nov 10 2021 Johannes Meyer <johannes.meyer@icinga.com> - 0.7.0-1 * Wed Nov 10 2021 Johannes Meyer <johannes.meyer@icinga.com> - 0.7.0-1
- Release 0.7.0 - Release 0.7.0