mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 02:18:36 +00:00
2.4 KiB
2.4 KiB
Features and Improvements
- [api] Use shared informer cache: Optimized API server by using shared informer cache, reducing API server load and improving performance (@lllamnyp in #1539).
- [dashboard] sync with upstream & enhancements: Synchronized dashboard with upstream and added various enhancements (@kvaps in #1603).
- [cozystack-api][dashboard] Fix filtering for application services/ingresses/secrets: Fixed filtering functionality for application services, ingresses, and secrets in both API and dashboard (@kvaps in #1612).
Fixes
- [controller] Remove crdmem, handle DaemonSet: Removed crdmem and improved DaemonSet handling in controller (@lllamnyp in #1555).
- [dashboard] Revert reconciler removal: Reverted reconciler removal to restore proper dashboard functionality (@lllamnyp in #1559).
- [dashboard-controller] Fix static resources reconciliation and showing secrets: Fixed static resources reconciliation and improved secret display in dashboard controller (@kvaps in #1605).
- [api,lineage] Ensure node-local traffic: Ensured node-local traffic handling for API and lineage components (@lllamnyp in #1606).
- [virtual-machine] Revert per-vm network policies: Reverted per-VM network policies to previous behavior (@lllamnyp in #1611).
- [cozy-lib] Fix: handling resources=nil: Fixed handling of nil resources in cozy-lib templates (@kvaps in #1607).
- [nats] Use dig function to check for existing secret and prevent nil indexing: Fixed NATS app chart to use dig function for checking existing secrets and prevent nil indexing errors (@kvaps in #1609, #1610).
Development, Testing, and CI/CD
- [cozystack-controller] improve API tests: Improved API tests for cozystack-controller (@lllamnyp in #1599).
- [kubernetes] Helm hooks for cleanup: Added Helm hooks for cleanup operations in Kubernetes app (@lllamnyp in #1616).
Full Changelog: v0.37.5...v0.37.6