v0.7.1
psviderski/uncloudv0.7.1May 5, 2025by psviderski
AI Summary
This minor release (v0.7.1) focuses on improving iptables firewall management for Uncloud. It introduces a new `UNCLOUD-INPUT` iptables chain to manage Uncloud-specific rules, allows DNS queries from containers to reach the embedded DNS server when the host has restrictive INPUT rules, and enables WireGuard traffic on port 51820/udp.
Key Highlights
- Introduced new `UNCLOUD-INPUT` iptables chain for managing Uncloud firewall rules
- Allowed DNS queries from Uncloud containers to access embedded DNS server through restrictive host INPUT rules
- Enabled WireGuard traffic on port 51820/udp
- Clarified zero-downtime deployments feature in documentation
New Features
- UNCLOUD-INPUT iptables chain for firewall management
- DNS query access from containers to embedded DNS server
- WireGuard traffic support on 51820/udp port
Full Release Notes
This minor release improves iptables firewall management: * Introduce a new `UNCLOUD-INPUT` iptables chain that manages rules for the Uncloud needs. * Allow DNS queries from Uncloud containers to access the embedded DNS server in case the host has restrictive `INPUT` rules. * Allow WireGuard traffic to the machine on `51820/udp` port. ## Changelog * 3648187219fd9ba3a382a06c914c9d2d164704a6 chore: allow DNS queries from Uncloud containers to the embedded DNS server * 93346301fbb4713eac97b8862facbf230913d9cd chore: clarify zero-downtime deployments feature * cc86c8660c941024f8d051c14e47665a44291048 chore: rearrange features in README * 6e326277bbc3cb4d267e11619693c70d1480ca16 chore: set up UNCLOUD-INPUT iptables chain and allow WireGuard traffic to the machine * 29634365386e163acb90fac5b4da7570e5c70d85 chore: update available features in README