SaunaFS 5.5.0 (and a few announcements) #699
uristdwarf
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there everyone.
For those who noticed, 5.5.0 was already tagged last week, but no announcement or package for it. That's because of two reasons, with the first being that there were some failures in our Ansible tests. Those turned out to be likely false-positives, but it's unlikely a regression considering it was related to uraft, and there were no uraft changes in this release. Regardless, the risk something broke is very low, but we will continue investigating the issue.
The second reason I will get into later, but let's summarize some of the changes:
Changes since last release
Now, for the announcements: There's two Christmas gifts I would like to present:
SaunaFS Ubuntu 22.04 and 24.04 apt repositories are now public!
This means you do not need to contact us or fill out a form. Just follow the installation documentation on docs.saunafs.com, ignoring the authentication part, and you can start using it immediately, no login required. Additionally, there's also repositories for the release candidates (saunafs-ubuntu-[22|24]04-staging) and dev branch (saunafs-ubuntu-[22|24]04-dev), if you would like to experiment with the newest unstable versions of SaunaFS.
In addition...
New monitoring for SaunaFS
This one was already internally used for a while. It was developed with the REST API at the same time, though when we released REST API, we decided at the moment not to release the new monitoring UI. As you can see, the interface (outside a few color changes) is mostly the same with the old. Perhaps the biggest change in functionality is the graphs.
You can find the repository here: https://github.com/leil-io/saunafs-monitoring
Currently, the monitoring is only available as a docker image. You can either build the docker image yourself, or pull from
registry.saunafs.com/library/saunafs-monitoringorregistry.saunafs.com/library/saunafs-api. However, if there's enough interest, we can also make Ubuntu packages for it. There's some experimental packaging in the repository if you want to try to build them yourselves.The old CGI was, to put it mildly, simply unmaintainable. So a rewrite of it was desperately needed. I decided to mostly preserve the same interface and functionality as the old. But a more thorough redesign might be in order later down the line.
What's next?
For next year, we have a few more things in mind:
And a lot more, so stay tuned and have happy holidays.
Beta Was this translation helpful? Give feedback.
All reactions