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 v7.4.2 #4583

Merged
merged 8 commits into from
Jul 24, 2021
Merged

Beta v7.4.2 #4583

merged 8 commits into from
Jul 24, 2021

Conversation

MichaIng
Copy link
Owner

@MichaIng MichaIng commented Jul 24, 2021

Beta v7.4.2

(2021-07-24)

Changes since v7.4.1

  • DietPi-Globals | G_AGUP: Our "apt-get update" wrapper will now throw an error, when some index files couldn't be downloaded, e.g. due to DNS failure. Currently "apt-get update" prints a warning but does not return an error code. It is better to have an error handler prompt here, where we have an associated command output, than later when package installs or upgrades fail because of outdated information or missing list files.

Fixes since v7.4.1

  • DietPi-Software | Pi-hole: Resolved an issue where local/LAN access via IPv6 was blocked, when the option to block public access to the admin panel was selected. This does not work when global unicast IPv6 addresses (GLA) are used within the LAN, hence unique local addresses (ULA) need to be enabled and used to access the Pi-hole admin panel. Many thanks to @dunxd for reporting this issue: PiHole admin pages 403 Forbidden via FQDN/admin after enabling ipv6 #4575

MichaIng added 4 commits July 23, 2021 13:59
+ DietPi-Patches | Python 3 pip: Offer to add piwheels.org to pip sources on ARMv6/7
+ DietPi-Software | Pi-hole: When public access to admin panel is blocked, allow local/LAN access via IPv6 by adding the related IPv6 address ranges to the whitelist.
+ DietPi-Globals | Default RC up
+ DietPi-Globals | G_AGUP: Do not use "--allow-releaseinfo-change-suite" on Stretch systems, where it is not supported yet
+ DietPi-Globals | G_AGUP: Error out when some index files couldn't be downloaded, e.g. due to DNS failure. Currently apt-get update prints a warning but does not return an error code. We scrape the G_EXEC log for that: The DNS failure produce a warning, but that changed, so we better use the more generic warning at the end of the output, which may also include other similarly silently ignored errors. Better to have users error out here, where we have associated logs, then later when some package install fails because of outdated package version/URL or missing list files.
+ DietPi-Patches | On Stretch, "--allow-releaseinfo-change-suite" is not yet supported, hence users need to accept the suite change once manually.
@MichaIng MichaIng added the Beta 🧪 Issues specific to the Beta branch testing label Jul 24, 2021
@MichaIng MichaIng added this to the v7.4 milestone Jul 24, 2021
MichaIng added 4 commits July 24, 2021 20:56
+ CHANGELOG | G_AGUP: Our "apt-get update" wrapper will now throw an error, when some index files couldn't be downloaded, e.g. due to DNS failure. Currently "apt-get update" prints a warning but does not return an error code. It is better to have an error handler prompt here, where we have an associated command output, than later when package installs or upgrades fail because of outdated information or missing list files.
+ CHANGELOG | Set v7.4 release PR URL
+ DietPi-Patches | 'Recreating the "debian-transmission" group for the "debian-transmission" user to prevent Transmission package upgrade issues: #4244
+ RC up
+ Remove test live patches
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.

Open Beta v7.4 | Please help testing and hardening the upcoming release
1 participant