Compare commits

...

2 Commits

Author SHA1 Message Date
Johannes Meyer
a0ce1e994d Release 0.9.1-1 2022-07-06 11:14:40 +02:00
Johannes Meyer
de5f638779 Switch build type for 0.9.1-1 2022-07-06 11:13:28 +02: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.9.0 Version: 0.9.1
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
@ -68,6 +68,9 @@ rm -rf %{buildroot}
%{basedir} %{basedir}
%changelog %changelog
* Wed Jul 06 2022 Johannes Meyer <johannes.meyer@icinga.com> - 0.9.1-1
- Release 0.9.1
* Thu Jun 30 2022 Henrik Triem <henrik.triem@icinga.com> - 0.9.0-1 * Thu Jun 30 2022 Henrik Triem <henrik.triem@icinga.com> - 0.9.0-1
- Release 0.9.0 - Release 0.9.0