Skip to content

Commit

Permalink
Release v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jun 8, 2020
2 parents 2a64a97 + 9784cdc commit 642ec11
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 10 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Michael Friedrich <[email protected]> <[email protected]>
Nicolai Buchwitz <[email protected]> <[email protected]>
Noah Hilverling <[email protected]> <[email protected]>
Noah Hilverling <[email protected]> <[email protected]>
Philipp Dorschner <[email protected]> <[email protected]>
Sylph Lin <[email protected]>
Thomas Gelf <[email protected]> <[email protected]>
Thomas Gelf <[email protected]> <tgelf@tgelf-web2dep.(none)>
Expand Down
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ignasr <[email protected]>
Janne Heß <[email protected]>
Jannis Moßhammer <[email protected]>
Jennifer Mourek <[email protected]>
Jiri Pejchal <[email protected]>
Joe Doherty <[email protected]>
Johannes Meyer <[email protected]>
Joonas Kylmälä <[email protected]>
Expand Down Expand Up @@ -93,6 +94,7 @@ papillon326 <[email protected]>
Paul Richards <[email protected]>
Pavlos Daoglou <[email protected]>
Peter Eckel <[email protected]>
Philipp Dorschner <[email protected]>
Pieter Lexis <[email protected]>
PunkoIvan <[email protected]>
Ramy Talal <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.8.0-rc1
v2.8.0
6 changes: 6 additions & 0 deletions doc/80-Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion library/Icinga/Application/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class Version
{
const VERSION = '2.8.0-rc1';
const VERSION = '2.8.0';

/**
* Get the version of this instance of Icinga Web 2
Expand Down
2 changes: 1 addition & 1 deletion modules/doc/module.info
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion modules/migrate/module.info
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion modules/monitoring/module.info
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion modules/setup/module.info
Original file line number Diff line number Diff line change
@@ -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),
Expand Down
2 changes: 1 addition & 1 deletion modules/test/module.info
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion modules/translation/module.info
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 642ec11

Please sign in to comment.