mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
2.5 KiB
2.5 KiB
Features and Improvements
- [api] Efficient listing of TenantNamespaces: Optimized TenantNamespace listing by replacing per-namespace SubjectAccessReview calls with group-based rolebinding checks, significantly reducing API latency and improving performance (@lllamnyp in #1507).
Fixes
- [api] Fix RBAC for listing of TenantNamespaces and handle system:masters: Fixed regression in TenantNamespace listing RBAC and added proper handling for system:masters group to ensure correct authorization (@kvaps in #1511).
- [dashboard] Fix logout: Fixed dashboard logout functionality to properly clear session and redirect users (@kvaps in #1510).
- [installer] Add additional check to wait for lineage-webhook: Added additional readiness check to ensure lineage-webhook is fully ready before proceeding with installation, improving upgrade reliability (@kvaps in #1506).
Development, Testing, and CI/CD
- [tests] Make Kubernetes tests POSIX-compatible: Replaced bash-specific constructs with POSIX-compliant code, ensuring tests work reliably with /bin/sh and improving compatibility across different shell environments (@IvanHunters in #1509).
Documentation
- [website] Update troubleshooting documentation: Updated Kubernetes installation troubleshooting guide with additional information and fixes (@lb0o in cozystack/website@82beddd).
- [website] Add LLDPD disabling documentation: Added minimal patch documentation for disabling lldpd based on official LLDPD usage guide (@lb0o in cozystack/website@7ec5d7b).
- [website] Fix typo in utility command: Fixed typo in utility command documentation (@lb0o in cozystack/website@6c76cb5).
- [website] Update backup and recovery docs: Updated backup and recovery documentation with latest information (@kvaps in cozystack/website@2781aa5).
- [website] Add Troubleshooting checklist: Added troubleshooting checklist to help users diagnose and resolve common issues (@kvaps in cozystack/website@59fc304).
Full Changelog: v0.37.0...v0.37.1