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

Beta v9.0.0 #7310

Open
wants to merge 60 commits into
base: beta
Choose a base branch
from
Open

Beta v9.0.0 #7310

wants to merge 60 commits into from

Conversation

MichaIng
Copy link
Owner

No description provided.

StephanStS and others added 30 commits October 29, 2024 13:27
- CI | DietPi-Build: Add Orange Pi 5 Max and NanoPi M6 to default builds
- CHANGELOG | Add missing changelog entry, actually one for v9.8 but applied via APT anyway
- DietPi-DDNS | Resolved an issue where the YDNS update test failed due to a changed response from the server API. Many thanks to @NatureHog for reporting and solving the issue: #7262
- DietPi-Software | Update fallback URL, Ampache v7 requires PHP 8.2
- DietPi-Build | Adjust thread limit for xz, like we did for DietPi-Imager: Opposed to 7zip, xz limits threads automatically based on available memory, more strictly than we did manually. Hence make us of that, and set max allowed memory usage to 75% phyical RAM.
- DietPi-Imager | Add option to upload uncompressed image, by providing two dedicated options "--skip-archive" and "--upload-script", to compress the image whether to upload the archive or uncompressed image separetely. In the same turn, the upload is not done implicitly based on existance of "upload.sh", but the script path needs to be explicitly passed with the option.
- DietPi-Build | Expose and forward the two DietPi-Imager options for image compression and upload.
- CI | DietPi-Build: Pass the upload script, as needed now.
- DietPi-Software | InfluxDB: Resolved an issue where the service did not start up after the recent package upgrade. The package upgrade removes the symlink /var/lib/influxdb => /mnt/dietpi_userdata/influxdb, which is recreated with this DietPi update. Many thanks to @uwjhn for reporting this issue: https://dietpi.com/forum/t/influxdb-not-working-after-update/21868
- DietPi-Software | NFS Server: The "fsid=0" option has been removed from the /mnt/dietpi_userdata default export. As it is uncommon and not respected in "showmount -e" export lists, it caused confusion and issues.
- DietPi-Software | YaCy: The latest YaCy version will now be installed, and the global software password will be set as default admin password on fresh installs.
- DietPi-Software | Node-RED: Resolved an issue where the service failed on ARMv6 systems, since a dependency module of Node-RED v4 does not support this architecture. Node-RED v3 will now be installed on those old RPi models. Many thanks to @mvanbrab for reporting this issue: #7252
- DietPi-Software | Chromium: Resolved an issue where optional Chromium flags via "CHROMIUM_OPTS+=" line in /var/lib/dietpi/dietpi-software/installed/chromium-autostart.sh did not have any effect, as "+=" is bash-only syntax, while the script is executed with dash (bourne shell). Many thanks to @Nurgak for reporting this issue: #7263 (comment)
- CHANGELOG | Remove trailing space
- DietPi-Software | MineOS: Fix install on Bookworm by using latest userid Node module version. The defined v1.0.0-beta.9 fails to build on all Bookworm systems, for unknown reasons, the latest stable v1.2.5 however builds fine.
- DietPi-Software | Create again a dedicated mineos login user to manage the Minecraft servers. We switched to root, due to insufficient permissions, but I could not replicate any issues, after changing owner of /mnt/dietpi_userdata/mineos/serverdata accordingly. Apply SHA512 password algorithm for this user explicitly, as MineOS does not support the new default yescrypt: #5759
- DietPi-Software | Node.js: Resolved an issue where node failed on ARMv7 Bullseye systems, since the latest version for this architecture requires a newer C++ standard library than provided on Bullseye.
- Quartz64 | Add binfmt_misc kernel module
- DietPi-Drive_Manager | Resolved an issue where a mounted drive could be mistakenly detected as dietpi_userdata location.
- DietPi-Drive_Manager | Satisfy shellcheck
- DietPi-Imager | Do not compress ISO images, as flashing tools do not support it,without extraction, and the size reduction is minimal
- DietPi-Build | Build VM ISO installer image as well, if all VM types are requested.
- DietPi-FS_partition_resize | Do not reload systemd when disabling/enabling this service, as it is relevant for next boot only, and the reload is time intense
- Quartz64 | Enable further kernel features, needed for Calico networking
- CI | Quartz64: Add libuuid headers, needed until U-Boot v2025.01
- CI | Quartz64: Add newly needed GnuTLS headers, likely caused by this U-Boot commit, since v2024.10: u-boot/u-boot@b7a625b
- DietPi-Installer | Support test kernel isntalls for Quartz64
- DietPi-Software | Samba Server: Removing deprecated parameters from smb.conf
- DietPi-Software | Update fallback URLs
- Orange Pi 5 Pro | Support for this new variant of the Orange Pi 5 family has been added to DietPi.
- CHANGELOG | Complement new SBC support
- DietPi-Set_software | APT: Add support for Orange Pi 5 Pro
- DietPi-Build | Raise size for Orange Pi 5 Pro image
- Quartz64 | Add support for netlink routing tables
MichaIng and others added 26 commits December 1, 2024 15:55
- DietPi-Set_hardware | Code format
- DietPi-Installer | Workaround for NetworkManager removal, which can leave back a revised /etc/resolv.conf symlink: In case re-create with DietPi default
- DietPi-Software | Servarr: Update installed Servarr software automatically on reinstall. The it is skipped, pointing to internal updater, causes more issues than that it helps: A reinstall is usually done/needed when the instance is broken, e.g. because the internal updater fucked up. And a reinstall does nothing different, but in a failsafe way. Recent example: #7251
- DietPi-Software | frp - switch from ini to toml configuration file
- DietPi-Software | frp - add a separation for ARMv6 and ARMv7
- DietPi-Software | frp: Fix parsing client input, allow any characters for the token (as we do not know any limitations), and make use of the native G_WHIP_INPUTBOX input validation. Also expose the server bind address in our default config, which might be more commonly changed to limit access to particular networks.
- DietPi-Software | frp: Inform about new toml config file and leave old ini as backup in place. Do not offer client inputs, if the config exists already (and is hence not generated anyway). Allow an empty token input, which is generally possible. Allow unattended installs, using both server and client as default, and applying default values to all inputs and menus.
- DietPi-Globals | G_WHIP: Return default value for inputbox, checkbox and menu, if not interactive, but keep returning error code, so that it can be handled in parent script. Minor coding enhancements.
- CI | DietPi-Software: Enable frp checks now that it can be installed unattended

Co-authored-by: MichaIng <[email protected]>
- DietPi-Software | Roon Server: Add service user to dietpi group OOTB. It has a backup feature which requires write access, hence this reduces permissions hassle for users: https://community.roonlabs.com/t/283821
- DietPi-Software | Shairport Sync: Update default config file
- CI | Shairport Sync: Update AirPlay 2 dependencies for Trixie
- DietPi-Software | Shairport Sync: Another dependency update for Trixie
- DietPi-Software | Home Assistant: Raise Python version to 3.13, as Python 3.12 support is deprecated by HA since 2024.12 and will be removed with 2025.02: #7293
- DietPi-Software | Update fallback URLs
- DietPi-Software | Update fallback URL
- DietPi-Globals | G_WHIP: Change default ok/yes button text of menus to "Select" and checkbox menus to "Confirm"
- DietPi-Installer | Move NetworkManager workaround to the right place
- DietPi-Software | Box86/64: Update fallback versions and Odroid target
- CHANGELOG | Typo
- CI | Amiberry: Build v5.7.4 until v7.0.0 stable has been released. It requires a major rework, using cmake and no device-specific targets anymore.
- DietPi-Services | "dietpi-services start" will not start disabled services anymore. This aligns with the behaviour of the "restart" command, which as well skips disabled services. The script is used within other DietPi scripts to (re)start services after maintenance operations, and it is unexpected when services, who were not running before, but explicitly disabled, are running afterwards. To manually start/stop individual services from the console, we recommend using "systemctl" directly, like on any other Linux distribution with systemd. Many thanks to @intiplink for reporting this unexpected behaviour while using dietpi-drive_manager: #7302
- DietPi-Software | Logitech Media Server: LMS has been renamed to Lyrion Music Server. For more details, see their new official website: https://lyrion.org/reference/lyrion-music-server/
- DietPi-Software | Lyrion Music Server: It is "Music" not "Media" now, reasonably, and as the service name has changed without an alies, we need to migrate it on DietPi update
- CI | DietPi-Software test: Update service name for LMS
- DietPi-Software | Update fallback URLs
- DietPi-Patches | LMS: Avoid that purging the old package removes user, log and data dir which are still in use by the new package. Also purging fails, if the squeezeboxserver user does not exist anymore, since the postrm script tries it unconditionally with "-e" flag.
- DietPi-Patches | Satisfy shellcheck
- DietPi-Software | Gitea: Update fallback URL
- DietPi-DDNS | The "IPv6or4" option to update IPv6 only, if supported by server, network and provider, has been replaced with "IPv4and6". A server being reachable via IPv6 only is rarely wanted, as many networks do not support it. Instead, usually one will want to have it reachable via both, IPv4 as well as IPv6, which is now possible when using DietPi-DDNS, and the new default. If, e.g. for security reason, IPv6 only is wanted, this option of course remains available, like before. Many thanks to @LOGIN-TB for doing this suggestion: #7278
- DietPi-DDNS | The cron job does now log server response messages and connection errors separately with respective severities. Some DDNS providers do not return an HTTP error code, but an error text embedded into a regular HTTP 200 response. This, as well as success responses can now be seen via "journalctl -t dietpi-ddns". Many thanks to @jtmoon79 for doing this suggestion: #5954
- DietPi-Software | Move to Sonarr v4
- DietPi-Software | Update rutorrent fallback URL
@MichaIng MichaIng added the Beta 🧪 Issues specific to the Beta branch testing label Dec 15, 2024
@MichaIng MichaIng added this to the v9.9 milestone Dec 15, 2024
- DietPi-Installer | Enable systemd-logind by default on VMs for ACPI functionality, required for shutdown/reboot via virtualiser. It is usually expected by users, and VMs are usually not that low on resources, that those two processes with ~10 MiB additional RAM usage would cause any issues.
- DietPi-Build | Complement Proxmix image code change as systemd-logind is now enabled by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beta 🧪 Issues specific to the Beta branch testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants