linuxserver / docker-unifi-network-application

GNU General Public License v3.0
551 stars 40 forks source link

[FEAT] Keep Unifi Network Controller up to date with upstream stable releases #48

Closed sjadema closed 6 months ago

sjadema commented 6 months ago

Is this a new feature request?

Wanted change

Hi there,

I was wondering how you guys are keeping the version of Unifi Network Application up to date with its upstream releases. At the moment, the stable release for version 8.* is on 8.0.24. However, the version in the container is 8.0.7.

Reason for change

It would be nice to always run the up-to-date stable version of the software.

Proposed code change

I found this RSS feed which has information about the releases: https://community.ui.com/rss/releases/UniFi-Network-Application/e6712595-81bb-4829-8e42-9e2630fabcfe. Maybe you can use a GitHub Action to periodically poll that feed and automatically create new releases based on the content.

github-actions[bot] commented 6 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 6 months ago

We check against their apt repo https://github.com/linuxserver/docker-unifi-network-application/blob/main/.github/workflows/external_trigger.yml#L23

sjadema commented 6 months ago

Between me posting this issue and now, a new build has been released hehe. A bit more patience would suit me. Thanks for being awesome!