mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
1.8 KiB
1.8 KiB
Features and Improvements
- [dashboard-controller] Move badges generation logic to internal dashboard component: Moved badges generation logic to internal dashboard component for better code organization and maintainability (@kvaps in #1567).
Security
- [redis] Bump Redis image version for security fixes: Updated Redis image version to include latest security fixes, improving cluster security (@IvanHunters in #1580).
- [flux] Close Flux Operator ports to external access: Removed hostPort and hostNetwork from Flux Operator Deployment, ensuring ports 8080 and 8081 are only accessible within the cluster, preventing external exposure and improving security (@IvanHunters in #1581).
- [ingress] Enforce HTTPS-only for API: Added force-ssl-redirect annotation to default API Ingress, ensuring all HTTP traffic is redirected to HTTPS, preventing unencrypted external access and improving security (@IvanHunters in #1582, #1585).
Fixes
- [nats] Fixes for NATS App Helm chart, fix template issues with config.merge: Fixed template issues in NATS Helm chart related to config.merge value, ensuring correct configuration (@insignia96 in #1583, #1591).
- [kubevirt] Fix: kubevirt metrics rule: Fixed KubeVirt metrics rule configuration (@kvaps in #1584, #1588).
System Configuration
- [core] rm talos lldp extension: Removed Talos LLDP extension from core configuration (@nbykov0 in #1586).
Full Changelog: v0.37.4...v0.37.5