mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Release v2.8.0
This commit is contained in:
commit
642ec11228
1
.mailmap
1
.mailmap
@ -31,6 +31,7 @@ Michael Friedrich <michael.friedrich@icinga.com> <michael.friedrich@netways.de>
|
||||
Nicolai Buchwitz <nicolai.buchwitz@enda.eu> <nbuchwitz@users.noreply.github.com>
|
||||
Noah Hilverling <noah.hilverling@icinga.com> <noah.hilverling@netways.de>
|
||||
Noah Hilverling <noah.hilverling@icinga.com> <noah@hilverling.com>
|
||||
Philipp Dorschner <philipp.dorschner@netways.de> <pdorschner@netways.de>
|
||||
Sylph Lin <sylph.lin@gmail.com>
|
||||
Thomas Gelf <thomas.gelf@icinga.com> <root@squeeze-devel1.osmc.lab>
|
||||
Thomas Gelf <thomas.gelf@icinga.com> <tgelf@tgelf-web2dep.(none)>
|
||||
|
2
AUTHORS
2
AUTHORS
@ -52,6 +52,7 @@ ignasr <ignas.linux@gmail.com>
|
||||
Janne Heß <janne@hess.ooo>
|
||||
Jannis Moßhammer <jannis.mosshammer@netways.de>
|
||||
Jennifer Mourek <jennifer.mourek@icinga.com>
|
||||
Jiri Pejchal <jiri.pejchal@gmail.com>
|
||||
Joe Doherty <git@pjuu.com>
|
||||
Johannes Meyer <johannes.meyer@icinga.com>
|
||||
Joonas Kylmälä <joonas.kylmala@kirjastot.fi>
|
||||
@ -93,6 +94,7 @@ papillon326 <udagawa@www2178ue.sakura.ne.jp>
|
||||
Paul Richards <paul@minimoo.org>
|
||||
Pavlos Daoglou <pdaoglou@gmail.com>
|
||||
Peter Eckel <pe-git@hindenburgring.com>
|
||||
Philipp Dorschner <philipp.dorschner@netways.de>
|
||||
Pieter Lexis <pieter.lexis@powerdns.com>
|
||||
PunkoIvan <punkoivan@gmail.com>
|
||||
Ramy Talal <ramy@thinkquality.nl>
|
||||
|
@ -6,12 +6,12 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati
|
||||
|
||||
### What's New in Version 2.8.0
|
||||
|
||||
You can find all issues related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/55?closed=1).
|
||||
You can find all issues related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/60?closed=1).
|
||||
|
||||
#### Icinga DB
|
||||
|
||||
It's happening. Yes. Our latest hot shit is now available for those who are willing to participate in this enormous
|
||||
endeavour. Icinga Web 2 is also a crucial part of it and accompanies the 1.0-rc1 release of Icinga DB. If you like
|
||||
endeavour. Icinga Web 2 is also a crucial part of it and accompanies the first release of Icinga DB. If you like
|
||||
to participate, don't forget to update Icinga Web 2 as well.
|
||||
|
||||
#### Support For Even More Hot Shit
|
||||
|
@ -49,6 +49,12 @@ currently supported distributions.
|
||||
|
||||
* Url parameter `view=compact` is now deprecated. `showCompact` should be used instead.
|
||||
Details are in pull request [#4164](https://github.com/Icinga/icingaweb2/pull/4164).
|
||||
* Form elements of type checkbox now need to be checked prior submission if they're
|
||||
required. Previously setting `required => true` didn't cause the browser to complain
|
||||
if such a checkbox wasn't checked. Browsers now do complain if so.
|
||||
* The general layout now uses flexbox instead of fixed positioning. This applies to the
|
||||
`#header`, `#sidebar`, `#main`, `#footer`, `#col1`, `#col2` and a column's controls.
|
||||
`#sidebar` and `#main` are now additionally wrapped in a new container `#content-wrapper`.
|
||||
|
||||
## Upgrading to Icinga Web 2 2.7.x <a id="upgrading-to-2.7.x"></a>
|
||||
|
||||
|
@ -8,7 +8,7 @@ namespace Icinga\Application;
|
||||
*/
|
||||
class Version
|
||||
{
|
||||
const VERSION = '2.8.0-rc1';
|
||||
const VERSION = '2.8.0';
|
||||
|
||||
/**
|
||||
* Get the version of this instance of Icinga Web 2
|
||||
|
@ -1,4 +1,4 @@
|
||||
Module: doc
|
||||
Version: 2.8.0-rc1
|
||||
Version: 2.8.0
|
||||
Description: Documentation module
|
||||
Extracts, shows and exports documentation for Icinga Web 2 and its modules.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Module: migrate
|
||||
Version: 2.8.0-rc1
|
||||
Version: 2.8.0
|
||||
Description: Migrate module
|
||||
This module was introduced with the domain-aware authentication feature in version 2.5.0.
|
||||
It helps you migrating users and user configurations according to a given domain.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Module: monitoring
|
||||
Version: 2.8.0-rc1
|
||||
Version: 2.8.0
|
||||
Description: Icinga monitoring module
|
||||
IDO accessor and UI for your monitoring. This is the initial instalment for a
|
||||
graphical presentation of Icinga environments. The predecessor of Icinga DB.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Module: setup
|
||||
Version: 2.8.0-rc1
|
||||
Version: 2.8.0
|
||||
Description: Setup module
|
||||
Web based wizard for setting up Icinga Web 2 and its modules.
|
||||
This includes the data backends (e.g. relational database, LDAP),
|
||||
|
@ -1,5 +1,5 @@
|
||||
Module: test
|
||||
Version: 2.8.0-rc1
|
||||
Version: 2.8.0
|
||||
Description: Translation module
|
||||
This module allows developers to run (unit) tests against Icinga Web 2 and
|
||||
any of its modules. Usually you do not need to enable this.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Module: translation
|
||||
Version: 2.8.0-rc1
|
||||
Version: 2.8.0
|
||||
Description: Translation module
|
||||
This module allows developers and translators to translate Icinga Web 2 and
|
||||
its modules for multiple languages. You do not need this module to run an
|
||||
|
Loading…
x
Reference in New Issue
Block a user