Skip to content

Commit ff73cfd

Browse files
authored
Release version 1.3.0 (#347)
Require PHP 8.2. Raise the minimum required version of icinga-php-library to >=0.19.0 and icinga-php-thirdparty to >=0.15.0. Both are required 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 c55a4b2 commit ff73cfd

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Icinga Web Graphite Integration
22

3-
![Build Status](https://github.com/icinga/icingaweb2-module-graphite/workflows/PHP%20Tests/badge.svg?branch=main)
4-
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-graphite.svg)](https://github.com/Icinga/icingaweb2-module-graphite)
5-
63
![Icinga Logo](https://icinga.com/wp-content/uploads/2014/06/icinga_logo.png)
74

85
This module integrates an existing [Graphite](https://graphite.readthedocs.io/en/latest/)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Make sure you use `graphite` as the module name. The following requirements must
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)
13-
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.12)
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
13+
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) ≥ 0.15.0
1414
<!-- {% include "02-Installation.md" %} -->

module.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Module: graphite
2-
Version: 1.2.5
2+
Version: 1.3.0
33
Requires:
4-
Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0)
5-
Modules: monitoring (>=2.9.0), icingadb (>=1.0.0)
4+
Libraries: icinga-php-library (>=0.19.0), icinga-php-thirdparty (>=0.15.0)
5+
Modules: monitoring (>=2.12.5), icingadb (>=1.0.0)
66
Description: Icinga Web Graphite Integration
77
This module integrates an existing Graphite installation in your Icinga Web
88
frontend.

0 commit comments

Comments
 (0)