<!channel> :wave: Our latest release <v0.76.0> ha...
# general
a
<!channel> 👋 Our latest release v0.76.0 has a major upgrade - SigNoz Single Binary. 🥳🚀 The previously separate components (
query-service
,
frontend
, and
alertmanager
) have been combined into a single binary called SigNoz. This means fewer moving parts, simpler maintenance, and a much smoother installation experience. The changes require careful migration planning, especially for production environments with custom configurations or persistent data. 🚨*Link to Migration Guide*🚨 You can read more about the changes at this blog. Let us know if you face any issues.
p
Hey!! I saw this major upgrade. Congratz! I facing with a problem cloning signoz repo after this upgrade I tested and asked for a friend too. When try to clone the repo: With https git clone https://github.com/SigNoz/signoz.git The errors happen. I dont know if is a problem with github. So please check this too
v
This seems like a git clone error @Paulo Henrique de Morais Santiago. Are you able to clone other repositories?
p
Other thing i have tested. On old version, when you are running signoz using docker. If the machine reboots. The containers dont back to running well. And now with this version, works fine. 🎉 All container just back to running after reboot.
And just for curious. The old frontend was running on Nginx. And now the web server is the go server? "net/http"? https://pkg.go.dev/net/http
v
a
@Ashu / @Vibhu Pandey just curious why signoz major version was not bumped up with this major release? ideally with semantic versioning 2.0 standards version v1.x.x would have made more sense.
v
v1.0.0 needs to be a stable release with strong guarantees for backwards compatibility. At this stage, we are not ready for a v1.0.0 stable release. Hope that answers your question 🙂
a
@Vibhu Pandey got it, can you share timeline for a stable release? i am only asking so i can make plans for upgrading it on production environment.
v
My recommendation is to keep upgrading it when you get a chance to the latest version to make use of the latest and greatest we have to offer. Being at the latest version will also make it easier to upgrade when a stable release is out. We have detailed migration guides to help you out with any release.