1
0
forked from pool/icingaweb2

7 Commits

Author SHA256 Message Date
f184c01386 - Update to 2.12.6
- Search box shows many magnifying glasses for some community themes #5395
  - Authentication hooks are not called with external backends #5415
  - Improve Minimal layout #5386

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/icingaweb2?expand=0&rev=118
2025-11-21 10:14:54 +00:00
a05eb65bab Accepting request 1293814 from home:ecsos:monitoring
- Update to 2.12.5
  * PHP 8.4 Support
    We're again a little behind schedule, but now we support PHP 8.4!
    This means that installations on Ubuntu 25.04 and Fedora 42+ can
    now install Icinga Web without worrying about PHP related
    incompatibilities. Icinga packages will be available in the
    next few days.
  * Good Things Take Time
    There's only a single (notable) recent issue that is fixed
    with this release. All the others are a bit older.
    - External URLs set up as dashlets are not embedded the same
      as navigation items #5346
  * But the team sat together a few weeks ago and fixed a bug here
    and there. And of course, also in Icinga Web!
    - Users who are not allowed to change the theme, cannot change
      the theme mode either #5385
    - Improved compatibility with several SSO authentication
      providers #5000, #5227
    - Filtering for older-than events with relative time does not
      work #5263
    - Empty values are NULL in CSV exports #5350
  * Breaking, Somewhat
    This is mainly for developers.
    With the support of PHP 8.4, we introduced a new environment
    variable, ICINGAWEB_ENVIRONMENT. Unless set to dev, Icinga Web
    will not show nor log deprecation notices anymore.

OBS-URL: https://build.opensuse.org/request/show/1293814
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/icingaweb2?expand=0&rev=116
2025-07-16 13:08:54 +00:00
739ba739f3 Accepting request 1256287 from home:ecsos:monitoring
- Update to 2.12.4
  - Database login broken after upgrade #5343

OBS-URL: https://build.opensuse.org/request/show/1256287
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/icingaweb2?expand=0&rev=114
2025-03-26 17:29:36 +00:00
8543b6c9db Accepting request 1256180 from home:ecsos:monitoring
- Update to 2.12.3
  - XSS in embedded content CVE-2025-27405
  - DOM-based XSS CVE-2025-27404
  - Open redirect on login page CVE-2025-30164
  - Reflected XSS CVE-2025-27609
  - Login against Postgres DB is case-sensitive #5223
  - Role list has no functioning quick search #5300
  - After clicking on Check now, the page does not refresh itself #5293
  - Service States display wrong since update to 2.12.2 #5290

OBS-URL: https://build.opensuse.org/request/show/1256180
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/icingaweb2?expand=0&rev=113
2025-03-26 11:57:14 +00:00
9920ea185a Accepting request 1240352 from home:ecsos:monitoring
- Set right version for icinga-php-library.

OBS-URL: https://build.opensuse.org/request/show/1240352
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/icingaweb2?expand=0&rev=111
2025-01-26 10:35:31 +00:00
2ea262ba59 Accepting request 1224907 from home:dimstar:Factory
- Fix usage of %requires_eq: invalid syntax previosly resulted in
  ignored lines and now properly returns an error.

OBS-URL: https://build.opensuse.org/request/show/1224907
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/icingaweb2?expand=0&rev=109
2024-11-18 16:14:24 +00:00
adf6ed5f48 Accepting request 1223962 from home:ecsos:monitoring
- Update to 2.12.2
  - Sort by name of roles does not work properly #4789
  - Settings menu flyout closes too fast / easy #5196
  - CSP header is missing the script-src policy #5180
  - Broken event overview due to IntlDateFormatter #5172
  - Downtimes, which were started and canceled, are missing in the history #5176
  - Usage of IcingaWeb2 api command returns 404, but is successful #5183
  - Allow fontawesome icons as menu items #5205
  - Error while opening a navigation root item #5177
  - Dashlets twice in dashboard & not deletable #5203
  - PluginOutputRenderer gets called twice #5271
  - Graphs disappear after form controls are used #4996
  - Make subgroups of custom variables fully collapsible #5256

OBS-URL: https://build.opensuse.org/request/show/1223962
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/icingaweb2?expand=0&rev=107
2024-11-13 14:04:01 +00:00
4 changed files with 43 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88595be8910b1b3be194ef49636a9b9654a87bac6e01439d27ee82ef7a4acf39
size 6362942

3
icingaweb2-2.12.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0297c1f28c2e00db74b9778030fe346f5b34a148745d0a9926d6eeef8665d873
size 6365228

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Nov 21 09:57:52 UTC 2025 - ecsos <ecsos@opensuse.org> - 2.12.6
- Update to 2.12.6
- Search box shows many magnifying glasses for some community themes #5395
- Authentication hooks are not called with external backends #5415
- Improve Minimal layout #5386
-------------------------------------------------------------------
Wed Jul 16 10:13:03 UTC 2025 - ecsos <ecsos@opensuse.org> - 2.12.5
- Update to 2.12.5
* PHP 8.4 Support
We're again a little behind schedule, but now we support PHP 8.4!
This means that installations on Ubuntu 25.04 and Fedora 42+ can
now install Icinga Web without worrying about PHP related
incompatibilities. Icinga packages will be available in the
next few days.
* Good Things Take Time
There's only a single (notable) recent issue that is fixed
with this release. All the others are a bit older.
- External URLs set up as dashlets are not embedded the same
as navigation items #5346
* But the team sat together a few weeks ago and fixed a bug here
and there. And of course, also in Icinga Web!
- Users who are not allowed to change the theme, cannot change
the theme mode either #5385
- Improved compatibility with several SSO authentication
providers #5000, #5227
- Filtering for older-than events with relative time does not
work #5263
- Empty values are NULL in CSV exports #5350
* Breaking, Somewhat
This is mainly for developers.
With the support of PHP 8.4, we introduced a new environment
variable, ICINGAWEB_ENVIRONMENT. Unless set to dev, Icinga Web
will not show nor log deprecation notices anymore.
-------------------------------------------------------------------
Wed Mar 26 17:19:21 UTC 2025 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package icingaweb2
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define php_major_version 8
Name: icingaweb2
Version: 2.12.4
Version: 2.12.6
Release: 0
Summary: Icinga Web
License: GPL-2.0-or-later