Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v8.20 #6498

Merged
merged 54 commits into from
Jul 29, 2023
Merged

Release v8.20 #6498

merged 54 commits into from
Jul 29, 2023

Conversation

MichaIng
Copy link
Owner

@MichaIng MichaIng commented Jul 24, 2023

v8.20

(2023-07-29)

New software

Enhancements

Bug fixes

MichaIng and others added 30 commits July 2, 2023 17:56
- DietPi-Software | Update fallback URLs
- DietPi-Software | NoMachine: Bump to latest version
- Lighttpd | Resolved an issue where the installation of Pi-hole, ownCloud, Nextcloud, Pydio and WikiMedia failed if Lighttpd was selected as webserver and HTTPS not yet enabled via dietpi-letsencrypt. Many thanks to @bruno-briner for reporting this issue: #6455
- DietPi-LetsEncrypt | Resolved a DietPi v8.19 regression where applying the HTTPS certificate for Lighttpd fails. Many thanks to @midniteca for reporting this issue: #6460
- DietPi-Config | Resolved an issue where enabling Bluetooth on SBCs with Armbian firmware failed, because of a conflict between armbian-firmware and bluez-firmware packages. bluez-firmware will not be tried to be installed anymore if armbian-firmware is. Many thanks to @innovodev for reporting this issue: https://dietpi.com/forum/t/upgrading-dietpi-from-bullseye-to-bookworm/15963/16
- DietPi-Software | Home Assistant: Inform users about the possible required service restart, after the installation has finished
- DietPi-Software | Add missing code comment
- DietPi-Software | Readarr: Update fallback URL
- DietPi-Software | TasmoAdmin: Update fallback URL
- CI | vaultwarden: Add index => name translation for Trixie
- DietPi-Software | PaperMC: Resolved an issue where the install failed when selecting the Geyser and Floodgate plugins, as the download URL changed. Many thanks to @NatureHog for reporting and fixing this issue: #6471
- DietPi-Software | WiFi Hotspot: The default DHCP server settings have been cleaned up and enhanced, with the default lease time increased from 10 minutes to 12 hours, the max lease time increased from 2 hours to 1 day, and the IP range extended up to 192.168.42.250.
- CI | DietPI-Software: Add Trixie container builds
- DietPi-Software | Komga: Update fallback URL
- dietpi-bookworm-upgrade | On RPi, remove the Kodi package and dependencies before doing to Bookworm upgrade, to avoid conflicts with the Debian Bookworm packages: #6478 (comment)
- DietPi-Software | Update several fallback URLs and versions
- Raspberry Pi | Resolved an issue on Bookworm systems where FFmpeg and related A/V libraries and development headers could not be installed, since the raised epoch version of those from the Raspberry Pi repository is leading to conflicts with the newer ones from the Debian Bookworm repository.
- DietPi-Software | frp: Update fallback URL
- DietPi-Banner | Check for root user when opening in menu mode as intended
- CI | DietPi-Build: Add quick input to build all variants of all RPi images
- DietPi-Software | Gitea: Update fallback URL
- CI | Skip ARMv6 Trixie tests as there is no Raspbian Trixie suite yet
- DietPi-Software | RPi Cam Web Interface: On Raspbian Bookworm, the needed gpac package is available (on Debian not)
- DietPi-Set_hardware | Fix legacy ROCK Pi S firmware install
- DietPi-Software | Readarr: Update fallback URL
- DietPi-LetsEncrypt | Updated the Lighttpd SSL config syntax and options according to latest Mozilla SSL config generator recommendation with intermediate client compatibility. Many thanks to @JappeHallunken for implementing this enhancement: #6481
- DietPi-Software | Apache/ownCloud/Pi-hole: The X-XSS-Protection header is now set to "0" in default configs to match recent security recommendations. This change is also applied to all systems on next DietPi update. Many thanks to @Zer0x00 for implementing this enhancement: #6491
- META | Merge from master
- META | Remove live patches from master
Zer0x00 and others added 5 commits July 23, 2023 22:06
- Homebridge | Bringing HomeKit support where there is none. Many thanks to @Zer0x00 for implementing it: #6493
- RC up
- General | Resolved an issue where the automated first run setup could have failed as images were shipped with cron enabled, which could have lead to concurrent APT executions. cron is now disabled first and enabled after first run setup has finished. Many thanks to @Timoses for reporting this issue: https://dietpi.com/forum/t/during-initial-boot-could-not-get-lock-var-lib-apt-lists-lock/17385
- CHANGELOG | Typo
@MichaIng MichaIng added this to the v8.20 milestone Jul 24, 2023
MichaIng and others added 17 commits July 26, 2023 16:23
- Quartz64 | Enabled support for the NFS kernel server. Many thanks to @sewe75 for reporting this missing feature: #6502
- DietPi-Software | Update fallback URLs
- DietPi-Software | Homebridge: Remove service user and group on uninstall
- DietPi-Dashboard | Resolved an issue where an attacker could have caused a Denial-of-Service via parallel unanswered TLS handshakes (CVE-2023-38505). The update to the dashboard v0.6.2, which solves the issue, will be automatically applied as part of the DietPi update: GHSA-3jr4-9rxf-fr44
- Odroid N2 | Resolved an issue where in rare cases the hardware random generator daemon failed because the kernel driver was loaded too late. Many thanks to @Zer0x00 for reporting this issue: #6483
- DietPi-Software | Homebridge: Add workaround for bug with wrong home directory /nonexistent
- DietPi-Software | Logitech Media Server: Disable from Bookworm on since the current packages do not support perl 5.36 yet
- dietpi-bookworm-upgrade | The Raspbian PHP 8.2 build runs now on Bookworm
- dietpi-bookworm-upgrade | RPi Web Cam Interface runs on Raspbian Bookworm
- DietPi-Logclear | Resolved an issue where clearing files within sticky bit directories failed. Many thanks to @Timoses for fixing this issue: #6507

Co-authored-by: MichaIng <micha@dietpi.com>
- DietPi-Software | vaultwarden: Worked around an issue where since Bookworm the service could have failed to start if DietPi userdata were moved to an external drive. The update, which includes a bump to latest vaultwarden v1.29.1 and web vault v2023.5.0 will be applied automatically as part of the DietPi update. Many thanks to @huidbui25 for reporting this issue: https://dietpi.com/forum/t/automount-option-in-fstab-prevents-automatically-mounting-a-partition-in-due-time-on-bookworm/17463
- CI | vaultwarden: Move inputs from indices to names
- CI | Exclude ARMv6 Trixie builds, since Raspbian has no Trixie suite yet
- NanoPi R5S/R5C/6 series | An update of the kernel to Linux 5.10.160 will be applied as part of the DietPi update. Many thanks to @HeyMeco for informing us about this opportunity: https://dietpi.com/forum/t/new-kernel-for-nanopi-s-5-10-160/17325
- DietPi-Patches | Update Quartz64 kernel on DietPi update
- DietPi-Patches | Syntax
- DietPi-Patches | Update VisionFive 2 kernel on DietPi update
- CHANGELOG | Add entries for various kernel updates
- RC up and add v8.20 release PR URL
@MichaIng MichaIng marked this pull request as ready for review July 29, 2023 22:16
MichaIng added 2 commits July 30, 2023 00:23
- DietPi-Software | Update fallback URLs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open Beta v8.20 | Please help testing and hardening our upcoming release
5 participants