@if (codename() === 'bionic') {
{{ t('Ubuntu Bionic 18.04 is end of life soon!') }}
{{ t('Official end of life of Ubuntu Bionic scheduled for April 2023.') }}
{{ t('Therefore openITCOCKPIT 4.5.5 will be one of the last releases for Ubuntu Bionic. Please update to Ubuntu Focal to receive further updates.') }}
{{
t('Need help updating your system? Please don\'t hesitate to contact our enterprise support {0}.', {
'0': 'oss-support@avendis.com'
})
}}
}
@if (codename() === 'buster') {
{{ t('Debian Buster 10 end of life!') }}
{{ t('Debian Buster is not supported by the Debian security team anymore!') }}
{{ t('Therefore openITCOCKPIT 4.5.5 will be one of the last releases for Debian Buster. Please update to Debian Bullseye to receive further updates.') }}
{{
t('Need help updating your system? Please don\'t hesitate to contact our enterprise support {0}.', {
'0': 'oss-support@avendis.com'
})
}}
}
@if (codename() === 'focal') {
{{ t('Ubuntu Focal 20.04 is end of life soon!') }}
{{ t('Official end of life of Ubuntu Focal scheduled for April 2025.') }}
{{ t('Please update to Ubuntu Jammy to receive further updates.') }}
{{
t('Need help updating your system? Please don\'t hesitate to contact our enterprise support {0}.', {
'0': 'oss-support@avendis.com'
})
}}
}
@if (codename() === 'bullseye') {
{{ t('Debian Bullseye 11 is end of life!') }}
{{ t('Official end of life of Debian Bullseye scheduled for August 2024.') }}
{{ t('Please update to Debian Bookworm to receive further updates.') }}
{{
t('Need help updating your system? Please don\'t hesitate to contact our enterprise support {0}.', {
'0': 'oss-support@avendis.com'
})
}}
}
@if (codename() === 'jammy') {
{{ t('Ubuntu Jammy 22.04 is end of life soon!') }}
{{ t('Official end of life of Ubuntu Jammy scheduled for April 2027.') }}
{{ t('Therefore openITCOCKPIT 5.6.0 will be one of the last releases for Ubuntu Jammy. Please update to Ubuntu Noble to receive further updates.') }}
{{ t('See the docs for more information.') }}
https://docs.openitcockpit.io/en/update/ubuntu-jammy-to-noble/
{{
t('Future openITCOCKPIT releases will require at least PHP version {0}', {
'0': '8.2'
})
}}
{{
t('Need help updating your system? Please don\'t hesitate to contact our enterprise support {0}.', {
'0': 'oss-support@avendis.com'
})
}}
}
@if (codename() === 'bookworm') {
{{ t('Debian Bookworm 12 is end of life soon!') }}
{{ t('Official end of life of Debian Bookworm scheduled for June 2026.') }}
{{ t('Therefore openITCOCKPIT 5.6.0 will be one of the last releases for Debian Bookworm. Please update to Debian Trixie to receive further updates.') }}
{{ t('See the docs for more information.') }}
https://docs.openitcockpit.io/en/update/debian-bookworm-to-trixie/
{{
t('Need help updating your system? Please don\'t hesitate to contact our enterprise support {0}.', {
'0': 'oss-support@avendis.com'
})
}}
}
@if (this.phpVersionInt > 0 && this.phpVersionInt <= 810) {
{{ t('openITCOCKPIT will drop support for PHP 8.1') }}
{{ t('The system is currently using PHP 8.1 (or older)') }}
{{ t('For security reasons, openITCOCKPIT will drop support for older PHP versions soon.') }}
}