- Remove KCL ecosystem (~220 files deleted) - Migrate all infrastructure to Nickel schema system - Consolidate documentation: legacy docs → provisioning/docs/src/ - Add CI/CD workflows (.github/) and Rust build config (.cargo/) - Update core system for Nickel schema parsing - Update README.md and CHANGES.md for v5.0.0 release - Fix pre-commit hooks: end-of-file, trailing-whitespace - Breaking changes: KCL workspaces require migration - Migration bridge available in docs/src/development/
15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
# Kubernetes Deployment Module Metadata
|
|
#
|
|
# Version and metadata information
|
|
# Migrated from provisioning/kcl/k8s_deploy.k
|
|
|
|
{
|
|
version = "0.0.4",
|
|
name = "k8s_deploy",
|
|
description = "Kubernetes deployment configuration schemas",
|
|
author = "JesusPerezLorenzo",
|
|
migrated_from = "provisioning/kcl/k8s_deploy.k",
|
|
migration_date = "2025-12-15",
|
|
original_date = "2023-12-15",
|
|
}
|