RPi-Distro / repo

Issue tracking for the archive.raspberrypi.org repo
37 stars 1 forks source link

rpi-imager still at 1.7.1 for Buster - end of support? #299

Open beta-tester opened 2 years ago

beta-tester commented 2 years ago

i have installed rpi-imager on my old RPi3 running RasPi OS Buster. but i only get version 1.7.1 as newest version installed. and every time i start rpi-imager i get the annoying message, that there is a newer version available i have to install. rpi-imager-outdated

i thought with apt-get i always get the newest version installed and get updates as soon there is one available. it buster already end of support?

XECDesign commented 2 years ago

i thought with apt-get i always get the newest version installed and get updates as soon there is one available. it buster already end of support?

Buster is now a 'legacy' release and will only be getting security updates.

@ghollingworth What do you want to happen here?

I think we should patch out the update check in RPi OS, since they the updates should be handled entirely by apt. Then we can leave the Buster version behind without users getting the nag screen.

beta-tester commented 2 years ago

@ghollingworth What do you want to happen here?

I think we should patch out the update check in RPi OS, since they the updates should be handled entirely by apt. Then we can leave the Buster version behind without users getting the nag screen.

or change the "action" from visiting website to do an apt update/upgrade for rpi-imager in case rpi-imager is for a system that gets its rpi-imager via apt.

EDIT: but then Buster still gets an annoying message to update, that the user can't do

XECDesign commented 2 years ago

Updated buster package to 1.7.2 and removed the version check. I'll remove the version check for the bullseye version when there's a new release.