Release notes 0.6.5

Changes

Contributors

And a big Thank you for all bug reports in the time inbetween.

Feel free to have a look onto it and if you see any bug… please report it!

Known bugs:

  • The Macvendor.com api call is currently not working if no allow CORS browser plugin is used, so please use it directly
  • There is still a deadlock in rare situations. As this is very rare, it will be fixed in a future version.
2 Likes

Which is the dead lock GitHub issue id? Does the deadlock occur when starting teddycloud? Sometimes i also see this while one core of the CPU runs at 100% and the logs are empty.

1 Like

Is there any movement on releasing this? Just wondering if there are any immediate issues for not releasing?

There are some build related problems with at least to os builds. They are not easy to solve and seem to be the current showstopper.

But feel free to use the current develop version ( I am using this version all the time without any problem)

1 Like

Is there any place where those issues are properly documented? I have not seen it in GitHub

Sure, will check out the dev version

The issue is documented here: Ubuntu Build fails AARCH64 - armv8/64 - CHECK failed: sanitizer_allocator_primary64.h:131 "((kSpaceBeg)) == ((address_range.Init(TotalSpaceSize, PrimaryAllocatorName, kSpaceBeg)))" (0x500000000000, 0xfffffffffffffff4) (tid=8) · Issue #311 · toniebox-reverse-engineering/teddycloud · GitHub

1 Like

We’re inviting everyone to try the newest development version.

It includes a major behind-the-scenes cleanup and architecture reshaping (PR contained 25k “new” lines and 20k removed lines). Most changes won’t be visible, but they touch areas used by many features. Your testing helps catch hidden regressions early and keeps the project stable.

The timestamp of the build is:

TeddyCloud vX.X.X (58113c7) - 2025-11-28 23:41:27 +0000

It should be working with all architectures again, also armv7 and armv8. (correct me if i am wrong @0xbadbee ), so this might be the last big update before releasing it (with some month delay :melting_face: :woozy_face: :face_with_peeking_eye: )

1 Like

How can I update this version to my system? Or do I need to reinstall?

I changed the image from

image: ghcr.io/toniebox-reverse-engineering/teddycloud:latest

to

image: ghcr.io/toniebox-reverse-engineering/teddycloud:develop

and docker compose pull gave me the error:

teddycloud Pulling
no matching manifest for linux/arm/v7 in the manifest list entries

Please use develop_ubuntuNoASAN

Edit: should not be needed anymore!

1 Like

Thanks teddycloud is up again! Version: vX.X.X (77376d3)

3 posts were split to a new topic: Update Teddycloud to develop using Proxmox Helper Script

Confirmed!