#Forgejo v1.18.2-0 was just released! This is a minor patch. Check out the release notes and download it at https://forgejo.org/releases/. If you experience any issues with this release, please report to https://codeberg.org/forgejo/forgejo/issues.
#Forgejo v1.18.2-0 was just released! This is a minor patch. Check out the release notes and download it at https://forgejo.org/releases/. If you experience any issues with this release, please report to https://codeberg.org/forgejo/forgejo/issues. 11 comments
@lucastucious @forgejo If you want auto-updates you can install forgejo into a podman container and use podman autoupdate. This will do all upgrades, not just minor patches. But you could probably write some scripting to only update container for minor patches. @lucastucious @forgejo I use the container image so I can auto update on the 1.18 tag. But if you're using the binary, getting it every time is the only way. But releases won't happen that frequently 😃 More like once a month at most. @lucastucious @dachary @forgejo And how would update button work? On normal system binary is only root writable but forgejo runs as unprivileged user. @lucastucious @dachary @forgejo You can try to convince your distro to package #forgejo. Then you can just rely on normal distro upgrade methods. @lucastucious @forgejo You mean like what happens when Firefox upgrades itself for instance? |
@forgejo is there a way to auto-update forgejo for minor patches ? Or do I have to update the binary each time 😭