Skip to content

Commit 891cbde

Browse files
authored
Release version 1.4.0 (#175)
Require PHP 8.2. Raise the minimum required version of icinga-php-library to >=0.19.0 for PHP 8.5 support. Additionally, raise Icinga Web to >=2.12.5 for the same. Remove badges from README as their information is already visible in the GitHub UI.
1 parent a082e45 commit 891cbde

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Icinga Cube
22

3-
[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
4-
![Build Status](https://github.com/icinga/icingaweb2-module-cube/workflows/PHP%20Tests/badge.svg?branch=main)
5-
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-cube.svg)](https://github.com/Icinga/icingaweb2-module-cube)
6-
73
![Icinga Logo](https://icinga.com/wp-content/uploads/2014/06/icinga_logo.png)
84

95
The Icinga Cube is a tiny but useful [Icinga Web](https://github.com/Icinga/icingaweb2)

doc/02-Installation.md.d/From-Source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Make sure you use `cube` as the module name. The following requirements must als
66

77
## Requirements
88

9-
* PHP (≥7.2)
10-
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9)
11-
* [Icinga DB Web](https://github.com/Icinga/icingadb-web) (≥1.0)
12-
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.13.0)
9+
* PHP ≥ 8.2
10+
* [Icinga Web](https://github.com/Icinga/icingaweb2) ≥ 2.12.5
11+
* [Icinga DB Web](https://github.com/Icinga/icingadb-web) 1.0
12+
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) ≥ 0.19.0
1313

1414
If you are using PostgreSQL, you need at least version 9.5 which provides the `ROLLUP` feature.
1515
<!-- {% include "02-Installation.md" %} -->

module.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: Cube
2-
Version: 1.3.3
2+
Version: 1.4.0
33
Requires:
4-
Libraries: icinga-php-library (>=0.13.0)
4+
Libraries: icinga-php-library (>=0.19.0)
55
Modules: monitoring (>= 2.9.0), icingadb (>= 1.0.0)
66
Description: Cube for Icinga Web
77
The Cube allows you to analyze data across multiple dimensions in your

0 commit comments

Comments
 (0)