Files
cozystack/docs/changelogs/v0.37.5.md
Andrei Kvapil b5b12d0684 Add changelogs for v0.37.* and v0.38.0
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-11-26 17:08:42 +01:00

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