mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added explicit type information to parameter tables in README files for improved clarity. * Enhanced and clarified parameter descriptions, including nested and pointer types. * Expanded documentation for complex structures such as machine and zone configurations. * Updated parameter default values and type annotations in YAML documentation comments. * **Schema Improvements** * Strengthened JSON schema validation with stricter typing, required fields adjustments, regex patterns, and Kubernetes-specific extensions. * Added metadata, default values, and detailed property descriptions to schemas. * Restructured schemas for consistency and improved type safety. * Broadened accepted types for resource properties to allow integer or string values. * **Chores** * Simplified Makefile commands by consolidating multi-step README and schema generation into a single tool invocation. * Updated GitHub Actions workflow to use a newer version of the schema and README generation tool. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
How to test packages local
cd packages/core/installer
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
make apply
kubectl delete po -l app=source-controller -n cozy-fluxcd