What's Changed
This patch release addresses a minor bug in the network engine regarding real-time Security Group enforcement for Redis nodes.
🐛 Bug Fixes
- Redis Stateful Firewalls: Fixed a minor issue where dynamic Security Group rules were failing to apply to Redis nodes. The default
redis:7-alpineDocker image lacksiptables, causing the backend to silently fail when injecting firewall intents. - Custom Image Builder: Torollo will now automatically build a custom local image (
derssa/backend-lab-redis:v1) equipped withiptablesandiproute2upon first startup. - Real-time Sync: Changes made to Redis Security Groups in the UI now instantly flush and apply to the container's kernel firewall in real-time, accurately replicating stateful connection behavior (dropping new connections while maintaining established ones).
Full Changelog: v1.1.0...v1.1.1