Closed rvincemt closed 3 years ago
@rvincemt how would this work? I would be in favor of using the latest version as well, however I don't want to have it upgraded automatically, since Ubiquiti quality control can be better...
Perhaps we can have a simple GitHub Action that creates a new PR when there is a new version? Or will this solution make it easy to have the addon versioned.
@iMicknl, so the process is just like how most unifi-controller Docker images pull the latest version as well:
I do agree though, I had several instances wherein my home network got messed up with latest update even on stable track. And yes, this PR can make it quite easier for the releases to be managed and versioned moving forward.
Would recommend you look at the workflows for the repo, particularly how images move between edge/beta/release.
Also how would you generate a changelog with this?
Also how would you generate a changelog with this?
My comment was also because of this concern. @rvincemt how would you do that?
Perhaps we can create a Github Action that will run and create a PR when a new stable version is ready? (similar to dependabot, but than for Unifi updates). This will allow maintainers to have a release gate and not automatically upgrade to the latest version, and will integrate with the current flow.
Proposed Changes
Related Issues
288