-
-
Notifications
You must be signed in to change notification settings - Fork 506
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.14 #6139
Merged
Release v8.14 #6139
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: MichaIng <[email protected]>
- DietPi-Installer | On native PC Bookworm images, install zstd for better initramfs compression, and where we know for sure that the kernel supports it - DietPi-Installer | Harden initramfs-tools install decision: Install it whenever we are not sure that it's not required, based on actually installed kernel instead of on hardware model only
- DietPi-Software | Download_Install: Add support for xz and tgz archives. "tar.xz" is currently not supported. A differenciation between "tar.xz" (contains a directory or multiple files, unpacked with tar command) and "xz" (a single compressed file, decompressed with xz command) can be implemented when needed. Same for gz vs tar.gz and others, where currently only the tarballs are supported. - DietPi-Software | Gitea: Download xz-compressed file and decompress locally instead of downloading the uncompressed binary
- DietPi-Software | ownCloud/Nextcloud: Resolved an issue where a global software password with dashes lead to a failing install. Many thanks to @maxmoonshark for reporting this issue: #4199
- DietPi-Software | Nextcloud: Assure that Nextcloud 25 is downloaded on Bullseye, since Nextcloud 26 won't support PHP 7.4 anymore: nextcloud/server#34997
- DietPi-Software | ownCloud/Nextcloud: Make occ/ncc commands aliases instead of shell functions. Those are not used in any other script than dietpi-software anymore, where we already define the shortcut functions. That way it is possible to add bash-completion: nextcloud/server#35451
- DietPi-LetsEncrypt | Enable HTTP2 on Apache when applying the cert. It is enabled by default on Lighttpd and Nginx and also on Apache it doesn't cause any issues when enabled even without HTTPS. The default config has HTTP/1.1 fallback included. However, there is no point in enabling HTTP/2 as long as HTTPS is not enabled, so we do it here instead of in DietPi-Software on Apache install.
- DietPi-Software | Docker Compose: Migrated to the plugin variant, installed from the Docker APT repository. On existing installs, the migration can be done via "dietpi-software reinstall 134". To call it, use "docker compose" (without dash) from now on. Many thanks to @isarrider for making us aware of this: #6135
- DietPi-Obtain_HW_model | Do not add the StarFive CPU as dedicated ID as long as its a single SBC only - DietPi-Set_software | Add Debian ports Sid and unreleased archives on RISC-V. This overrides the mirror choice currently, but we'd first need to verify whether all offered mirrors offer debian ports and unreleased suite, in case show an adjusted mirror list. - CHANGELOG | Initial experimental support for RISC-V and the StarFive VisionFive 2 SBC has been added. This is all in playground stage currently, but if anyone wants to join the party, contact us. - DietPi-Installer | Install Debian ports repository key on RISC-V devices
Support of RISC-V (StarFive VisionFive 2) - step 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v8.14
(2022-02-11)
New images
New architecture
Enhancements
/lib/firmware
for this, which is the case since Debian Bullseye. Additionally, if no Debian kernel is used (all SBCs), one needs to change the used regulatory database from a Debian-only one to the upstream one. New DietPi image ship now with this setup without CRDA, it is applied on next DietPi update on Bullseye and Bookworm systems, and it is offered to purge the obsolete CRDA package. This also fixes the issue on Bookworm SBC systems, where the limited global (00) country code was used, since CRDA is not available on Bookworm, but the Debian-only regulatory database used by default.iw
utility instead of the legacywireless-tools
set.docker compose
(without dash) from now on. Many thanks to @isarrider for making us aware of this: DietPi-Software | Docker Compose: Switch from standalone binary to APT package #6135Bug fixes
@Marco
for reporting this issue: https://dietpi.com/forum/t/rock4c-no-wifi-hardware-found/15654@Dark77
for reporting this issue: https://dietpi.com/forum/t/matrix-synapse-fails-to-install/15831