v1.1.7
taubyte/tauv1.1.7Mar 6, 2025by samyfodil
AI Summary
Small patch release addressing critical bugs in ACME certificates, spore-drive service deployment, and Windows compatibility. Removed deprecated spin runtime.
Key Highlights
- Fixed ACME certificates not working in v1.1.6
- Added UFW rules setup for spore-drive
- Fixed Windows .exe path resolution
- Dropped spin (deprecated WASM runtime)
Breaking Changes
- Dropped spin WASM runtime - users need to migrate to alternative
New Features
- UFW rules management for spore-drive
- Windows executable path fixes
Full Release Notes
## What's Changed * [tau] ACME certs not works on v1.1.6 #302 by @samyfodil in https://github.com/taubyte/tau/pull/303 * [spore-drive] add ufw rules setup or actually disable it using spore-drive #301 by @samyfodil in https://github.com/taubyte/tau/pull/304 * [spore-drive] windows issue - not finding drive.exe (missing .exe) by @samyfodil in https://github.com/taubyte/tau/pull/305 * Drop spin by @samyfodil in https://github.com/taubyte/tau/pull/307 **Full Changelog**: https://github.com/taubyte/tau/compare/v1.1.6...v1.1.7