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 v8.17.1 #6359

Merged
merged 20 commits into from
May 5, 2023
Merged

Beta v8.17.1 #6359

merged 20 commits into from
May 5, 2023

Commits on Apr 30, 2023

  1. v8.17

    - Raspberry Pi | Remove device tree overlay "rpivid-v4l2" on Bullseye and above, where it has been deprecated/removed with one of the Linux 5.15 updates
    - DietPi-Software | On RPi, enable video decoder drivers as well on Buster systems. Even if they remain unsed by video player/software builds on Buster, they do not hurt, and with KMS/fKMS enabled, they are most likely used.
    MichaIng committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    9fb1fbc View commit details
    Browse the repository at this point in the history
  2. v8.17 (#6353)

    - DietPi-Software | openHAB: Since HTTPS is enabled OOTB, change port to 8444 to avoid conflict with MineOS. Disable HTTP completely, as there is not really any point to use it.
    - DietPi-Software | openHAB: Remove duplicate logging backend entries
    MichaIng authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    05fb993 View commit details
    Browse the repository at this point in the history
  3. v8.17

    - DietPi-Software | WiFi Hotspot: Update uninstall code to align with dietpi config
    MichaIng committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    9603814 View commit details
    Browse the repository at this point in the history
  4. v8.17

    - META | Satisfy shellcheck
    MichaIng committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    8147d8b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. v8.17 (#6355)

    - DietPi-Software | UrBackup: Update method do obtain latest version, as https://hndl.urbackup.org/Server/latest/ does not exist anymore
    Joulinar authored May 1, 2023
    Configuration menu
    Copy the full SHA
    f31ada0 View commit details
    Browse the repository at this point in the history
  2. v8.17

    - DietPi-Software | ruTorrent: Update fallback version
    MichaIng committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1125244 View commit details
    Browse the repository at this point in the history
  3. v8.17

    - DietPi-Software | ruTorrent: Update fallback URL
    MichaIng committed May 1, 2023
    Configuration menu
    Copy the full SHA
    489c5fa View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. v8.17

    - DietPi-Globals | Minor
    MichaIng committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c608e8f View commit details
    Browse the repository at this point in the history
  2. v8.17

    - CI | Do not adjust CONFIG_CHECK_DNS_DOMAIN in containers as this does not imply any ICMP
    MichaIng committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2076288 View commit details
    Browse the repository at this point in the history
  3. v8.17 (#6356)

    - DietPi-Software | SABnzbd: Resolved an issue where the service start failed on Buster systems since SABnzbd v4 does not support Python 3.7 anymore. The latest SABnzbd v3 is now installed instead on Buster systems. Many thanks to @githubchonger for reporting this issue: sabnzbd/sabnzbd#2545
    - DietPi-Software | SABnzbd: Resolved an issue where the install failed on RISC-V and ARMv6/7 Bookworm systems due to missing dependencies for Python module builds.
    - DietPi-Software | UnRAR: Resolved an issue where the install failed on RISC-V systems, since the non-free "unrar" package is not available for this architecture yet. "unrar-free" is now installed instead.
    - DietPi-Software | SABnzbd: Add temporary workaround for all ARMv6/7 systems: piwheels/packages#358
    - CI | DietPi-Software: Fix potential OOM kills on GitHub Actions runners by not storing the whole container image on tmpfs. ARMv6/7 containers however then require /root to be on a tmpfs, else Rust installs fail: rust-lang/cargo#9545
    
    Co-authored-by: MichaIng <micha@dietpi.com>
    Joulinar and MichaIng authored May 2, 2023
    Configuration menu
    Copy the full SHA
    40ad737 View commit details
    Browse the repository at this point in the history
  4. v8.17

    - DietPi-Patches | Syntax
    MichaIng committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d3994ef View commit details
    Browse the repository at this point in the history
  5. v8.17 (#6328)

    - DietPi-Software | TasmoAdmin: Resolved an issue with Nginx and Lighttpd webservers where firmware updates failed as direct web access to the firmwares path was denied. Many thanks to @SimonPHP for reporting and fixing this issue: #6328
    
    Co-authored-by: MichaIng <micha@dietpi.com>
    SimonPHP and MichaIng authored May 2, 2023
    Configuration menu
    Copy the full SHA
    1729d16 View commit details
    Browse the repository at this point in the history
  6. v8.17

    - CHANGELOG | Set v8.17 release PR
    MichaIng committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4127743 View commit details
    Browse the repository at this point in the history
  7. v8.17 (#6362)

    - CI | DietPi-Software: Stop SSH and Mono XSP4 services on GitHub Actions runner to allow SSH server and File Browser install tests
    MichaIng authored May 2, 2023
    Configuration menu
    Copy the full SHA
    c90891e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. v8.17 (#6363)

    - Quartz64 | Resolved an issue where the kernel failed to load the WiFi regulatory database since the cfg80211 module was builtin and hence loaded before the rootfs was mounted.
    - DietPi-Patches | Fail if removing a downloaded file fails. There is something not in order in this case which should better be recognised and investigated quickly. Aligns with how we do it in dietpi-software since a while.
    MichaIng authored May 3, 2023
    Configuration menu
    Copy the full SHA
    3b3dccf View commit details
    Browse the repository at this point in the history
  2. v8.17

    - DietPi-Patches | VisionFive 2: Update kernel package
    MichaIng committed May 3, 2023
    Configuration menu
    Copy the full SHA
    49738c4 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. v8.17

    - DietPi-LetsEncrypt | HTTP/2 is now enabled OOTB on Nginx when enabling HTTPS via dietpi-letsencrypt. Many thanks to @Isti6github for bringing up this topic: https://dietpi.com/forum/t/nextcloud-memories-http-2-or-http-3-is-strongly-recommended-http-1-1-detected-nginx/16753
    - DietPi-Software | IPFS Node: Bump fallback version to 0.19.2
    - DietPi-Software | PiJuice: Do not overwrite configs on reinstalls
    - DietPi-Software | Prowlarr/Gitea: Update fallback URLs
    MichaIng committed May 4, 2023
    2 Configuration menu
    Copy the full SHA
    b5d3eb7 View commit details
    Browse the repository at this point in the history
  2. v8.17

    - DietPi-Software | Domoticz: Add little note that we want to disable plain HTTP
    MichaIng committed May 4, 2023
    Configuration menu
    Copy the full SHA
    45c352a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. v8.17

    - DietPi-Software | Moonlight: Rename both software options to better indicate that one is a pure CLI solution and the other ones includes a GUI.
    MichaIng committed May 5, 2023
    Configuration menu
    Copy the full SHA
    04c01c9 View commit details
    Browse the repository at this point in the history
  2. v8.17

    - RC up
    MichaIng committed May 5, 2023
    Configuration menu
    Copy the full SHA
    29b497b View commit details
    Browse the repository at this point in the history