3 KiB
Fixes
-
[bucket] Fix S3 Manager endpoint mismatch with COSI credentials: The S3 Manager UI previously constructed an
s3.<tenant>.<cluster-domain>endpoint even though COSI-issued bucket credentials point to the root-level S3 endpoint. This caused login failures with "invalid credentials" despite valid secrets. The deployment now uses the actual endpoint fromBucketInfo, with the old namespace-based endpoint kept only as a fallback beforeBucketAccesssecrets exist (@IvanHunters in #2211, #2215). -
[platform] Fix spurious OpenAPI post-processing errors on cozystack-api startup: The OpenAPI post-processor was being invoked for non-
apps.cozystack.iogroup versions where the baseApplication*schemas do not exist, producing noisy startup errors on every API server launch. It now skips those non-apps group versions gracefully instead of returning an error (@kvaps in #2212, #2217).
Documentation
-
[website] Add troubleshooting for packages stuck in
DependenciesNotReady: Added an operations guide that explains how to diagnose missing package dependencies in operator logs and corrected the packages management development docs to use the currentmake image-packagestarget (@kvaps in cozystack/website#450). -
[website] Reorder installation docs to install the operator before the platform package: Updated the platform installation guide and tutorial so the setup sequence consistently installs the Cozystack operator first, then prepares and applies the Platform Package, matching the rest of the documentation set (@sircthulhu in cozystack/website#449).
-
[website] Add automated installation guide for the Ansible collection: Added a full guide for deploying Cozystack with the
cozystack.installercollection, including inventory examples, distro-specific playbooks, configuration reference, and explicit version pinning guidance (@lexfrei in cozystack/website#442). -
[website] Expand monitoring and platform architecture reference docs: Added a tenant custom metrics collection guide for
VMServiceScrapeandVMPodScrape, and documentedPackageSource/Packagearchitecture, reconciliation flow, rollback behavior, and thecozypkgworkflow in Key Concepts (@IvanHunters in cozystack/website#444, cozystack/website#445). -
[website] Improve operations guides for CA rotation and Velero backups: Completed the CA rotation documentation with dry-run and post-rotation credential retrieval steps, and expanded the backup configuration guide with concrete examples, verification commands, and clearer operator procedures (@kvaps in cozystack/website#406; @androndo in cozystack/website#440).
Full Changelog: https://github.com/cozystack/cozystack/compare/v1.1.1...v1.1.2