3.6 KiB
Fixes
- [api] Fix spurious OpenAPI post-processing errors for non-apps group versions: The API server no longer logs false errors while generating OpenAPI specs for core and other non-
apps.cozystack.iogroup versions. The post-processor now exits early when the baseApplicationschemas are absent, reducing noisy startup logs without affecting application schema generation (@kvaps in #2212, #2216).
Documentation
-
[website] Add
DependenciesNotReadytroubleshooting and correct packages management build target: Added a troubleshooting guide for packages stuck inDependenciesNotReady, including how to inspect operator logs and identify missing dependencies, and fixed the outdatedmake image-cozystackcommand tomake image-packagesin the packages management guide (@kvaps in cozystack/website#450). -
[website] Clarify operator-first installation order: Reordered the platform installation guide and tutorial so users install the Cozystack operator before preparing and applying the Platform Package, matching the rest of the installation docs and reducing setup confusion during fresh installs (@sircthulhu in cozystack/website#449).
-
[website] Add automated installation guide for Ansible: Added end-to-end documentation for deploying Cozystack with the
cozystack.installerAnsible collection, including inventory examples, distro-specific playbooks, configuration reference, verification steps, and explicit version pinning guidance to help operators automate installs safely (@lexfrei in cozystack/website#442). -
[website] Expand CA rotation operations guide: Completed the CA rotation documentation with separate Talos and Kubernetes certificate rotation procedures, dry-run preview steps, and post-rotation guidance for fetching updated
talosconfigandkubeconfigfiles after certificate changes (@kvaps in cozystack/website#406). -
[website] Improve backup operations documentation: Enhanced the operator backup and recovery guide with clearer Velero enablement steps, concrete provider and bucket examples, and more useful commands for inspecting backups, schedules, restores, CRD status, and logs (@androndo in cozystack/website#440).
-
[website] Add custom metrics collection guide: Added a monitoring guide showing how tenants can expose their own Prometheus exporters through
VMServiceScrapeandVMPodScrape, including namespace labeling requirements, example manifests, verification steps, and troubleshooting advice (@IvanHunters in cozystack/website#444). -
[website] Document PackageSource and Package architecture: Added a Key Concepts reference covering
PackageSourceandPackagereconciliation flow, dependency handling, update propagation, rollback behavior, FluxPlunger recovery, and thecozypkgCLI for package management (@IvanHunters in cozystack/website#445). -
[website] Refresh v1 application and platform documentation: Fixed the documentation auto-update flow and published a broad v1 documentation refresh covering newly documented applications, updated naming and navigation, virtualization and platform content updates, and reorganized versioned docs pages (@myasnikovdaniil in cozystack/website#439).
Full Changelog: https://github.com/cozystack/cozystack/compare/v1.0.4...v1.0.5