v0.12.0-beta.1 #730
Replies: 9 comments 10 replies
-
@alexjustesen I think loading times on the RPi 4 are wicked fast now, I'm talking a few seconds. |
Beta Was this translation helpful? Give feedback.
-
Performance has improved which is really good. Great work on this. It feels faster. I’ve been looking into other bits that could cause slow loads and I see there are a few things mentioned with Filament and Laravel. Worth looking into as well? |
Beta Was this translation helpful? Give feedback.
-
@jiriteach @alexjustesen |
Beta Was this translation helpful? Give feedback.
-
Never use latest tag if you're concerned about stability etc. that's basics 101 for docker images. Always specify version tags, and use a tool to manage notifications of new versions (I use What's Up Docker). That would prevent things like this happening. But the cost for more reliability is obviously more maintenance tasks. |
Beta Was this translation helpful? Give feedback.
-
To clarify - I agree that a beta tag should be used instead of pushing to latest. Latest should remain for the latest stable version. With some of the bigger changes you are working on @alexjustesen - a beta tag would definitely make sense. Those that want to can use this beta tag as need for testing. If there was one - I personally would setup another instance against beta to test and keep my other versions on the latest stable. |
Beta Was this translation helpful? Give feedback.
-
The beta tag exists, check release page on the repo: https://github.com/alexjustesen/speedtest-tracker/releases
|
Beta Was this translation helpful? Give feedback.
-
@alexjustesen @alexdelprete @jiriteach In my opinion two tags should be created
Also another tag for the unstable development version The user by default pulls the latest tag and therefore a stable version must be guaranteed. If you want to try a version that is still in development, you will need to pull the 0.12-beta1 tag |
Beta Was this translation helpful? Give feedback.
-
the tag is the part to the right of the : on the left you have the repo name: The tag already contains beta indicating an unstable version, and labeled also as pre-release in the release page. It's up to the maintainer what to associate the "latest" tag to, there's no strict rule. I'm sure @alexjustesen will avoid tagging betas as latest in the future. |
Beta Was this translation helpful? Give feedback.
-
Closing convo, follow #739 for changes to the build tags. |
Beta Was this translation helpful? Give feedback.
-
What's Changed
Full Changelog: v0.11.22...v0.12.0-beta.1
This discussion was created from the release v0.12.0-beta.1.
Beta Was this translation helpful? Give feedback.
All reactions