Skip to content

Commit 642ec11

Browse files
committed
Release v2.8.0
2 parents 2a64a97 + 9784cdc commit 642ec11

File tree

12 files changed

+19
-10
lines changed

12 files changed

+19
-10
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Michael Friedrich <michael.friedrich@icinga.com> <michael.friedrich@netways.de>
3131
Nicolai Buchwitz <nicolai.buchwitz@enda.eu> <nbuchwitz@users.noreply.github.com>
3232
Noah Hilverling <noah.hilverling@icinga.com> <noah.hilverling@netways.de>
3333
Noah Hilverling <noah.hilverling@icinga.com> <noah@hilverling.com>
34+
Philipp Dorschner <philipp.dorschner@netways.de> <pdorschner@netways.de>
3435
Sylph Lin <sylph.lin@gmail.com>
3536
Thomas Gelf <thomas.gelf@icinga.com> <root@squeeze-devel1.osmc.lab>
3637
Thomas Gelf <thomas.gelf@icinga.com> <tgelf@tgelf-web2dep.(none)>

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ ignasr <ignas.linux@gmail.com>
5252
Janne Heß <janne@hess.ooo>
5353
Jannis Moßhammer <jannis.mosshammer@netways.de>
5454
Jennifer Mourek <jennifer.mourek@icinga.com>
55+
Jiri Pejchal <jiri.pejchal@gmail.com>
5556
Joe Doherty <git@pjuu.com>
5657
Johannes Meyer <johannes.meyer@icinga.com>
5758
Joonas Kylmälä <joonas.kylmala@kirjastot.fi>
@@ -93,6 +94,7 @@ papillon326 <udagawa@www2178ue.sakura.ne.jp>
9394
Paul Richards <paul@minimoo.org>
9495
Pavlos Daoglou <pdaoglou@gmail.com>
9596
Peter Eckel <pe-git@hindenburgring.com>
97+
Philipp Dorschner <philipp.dorschner@netways.de>
9698
Pieter Lexis <pieter.lexis@powerdns.com>
9799
PunkoIvan <punkoivan@gmail.com>
98100
Ramy Talal <ramy@thinkquality.nl>

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati
66

77
### What's New in Version 2.8.0
88

9-
You can find all issues related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/55?closed=1).
9+
You can find all issues related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/60?closed=1).
1010

1111
#### Icinga DB
1212

1313
It's happening. Yes. Our latest hot shit is now available for those who are willing to participate in this enormous
14-
endeavour. Icinga Web 2 is also a crucial part of it and accompanies the 1.0-rc1 release of Icinga DB. If you like
14+
endeavour. Icinga Web 2 is also a crucial part of it and accompanies the first release of Icinga DB. If you like
1515
to participate, don't forget to update Icinga Web 2 as well.
1616

1717
#### Support For Even More Hot Shit

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.8.0-rc1
1+
v2.8.0

doc/80-Upgrading.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ currently supported distributions.
4949

5050
* Url parameter `view=compact` is now deprecated. `showCompact` should be used instead.
5151
Details are in pull request [#4164](https://github.com/Icinga/icingaweb2/pull/4164).
52+
* Form elements of type checkbox now need to be checked prior submission if they're
53+
required. Previously setting `required => true` didn't cause the browser to complain
54+
if such a checkbox wasn't checked. Browsers now do complain if so.
55+
* The general layout now uses flexbox instead of fixed positioning. This applies to the
56+
`#header`, `#sidebar`, `#main`, `#footer`, `#col1`, `#col2` and a column's controls.
57+
`#sidebar` and `#main` are now additionally wrapped in a new container `#content-wrapper`.
5258

5359
## Upgrading to Icinga Web 2 2.7.x <a id="upgrading-to-2.7.x"></a>
5460

library/Icinga/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
class Version
1010
{
11-
const VERSION = '2.8.0-rc1';
11+
const VERSION = '2.8.0';
1212

1313
/**
1414
* Get the version of this instance of Icinga Web 2

modules/doc/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Module: doc
2-
Version: 2.8.0-rc1
2+
Version: 2.8.0
33
Description: Documentation module
44
Extracts, shows and exports documentation for Icinga Web 2 and its modules.

modules/migrate/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: migrate
2-
Version: 2.8.0-rc1
2+
Version: 2.8.0
33
Description: Migrate module
44
This module was introduced with the domain-aware authentication feature in version 2.5.0.
55
It helps you migrating users and user configurations according to a given domain.

modules/monitoring/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: monitoring
2-
Version: 2.8.0-rc1
2+
Version: 2.8.0
33
Description: Icinga monitoring module
44
IDO accessor and UI for your monitoring. This is the initial instalment for a
55
graphical presentation of Icinga environments. The predecessor of Icinga DB.

modules/setup/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: setup
2-
Version: 2.8.0-rc1
2+
Version: 2.8.0
33
Description: Setup module
44
Web based wizard for setting up Icinga Web 2 and its modules.
55
This includes the data backends (e.g. relational database, LDAP),

0 commit comments

Comments
 (0)