mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 10:18:42 +00:00
1.3 KiB
1.3 KiB
Security
- [keycloak] Store administrative passwords in the management cluster's secrets. (@IvanHunters in https://github.com/cozystack/cozystack/pull/1286)
- [keycloak] Update Keycloak client redirect URI to use HTTPS instead of HTTP. Enable
cookie-secure. (@klinch0 in https://github.com/cozystack/cozystack/pull/1287, backported in https://github.com/cozystack/cozystack/pull/1291)
Fixes
- [kubernetes] Resolve problems with pod names exceeding allowed length by shortening the name of volume snapshot CRD from
*-volumesnapshot-crd-for-tenant-k8sto*-vsnap-crd. To apply this change, update each affected tenant Kubernetes cluster after updating Cozystack. (@klinch0 in https://github.com/cozystack/cozystack/pull/1284) - [cozystack-api] Show correct
kindvalues ofApplicationList. (@kvaps in https://github.com/cozystack/cozystack/pull/1290, backported in https://github.com/cozystack/cozystack/pull/1293)
Development, Testing, and CI/CD
- [tests] Add tests for S3 buckets. (@IvanHunters in https://github.com/cozystack/cozystack/pull/1283, backported in https://github.com/cozystack/cozystack/pull/1292)
Full Changelog: https://github.com/cozystack/cozystack/compare/v0.34.3...v0.34.4