Skip to content

v1.1.1 - Fix: Real-Time Security Groups for Redis Nodes

Latest

Choose a tag to compare

@Derssa Derssa released this 30 Jun 18:56

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-alpine Docker image lacks iptables, 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 with iptables and iproute2 upon 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