+2
−0
+1
−1
+62
−34
+12
−0
Loading
- Implement checksum caching (.build_checksum) across all meepctl build targets (Go microservices and frontend applications), storing cache files cleanly inside bin/<target>/.build_checksum. - Add --no-cache CLI option to meepctl build to bypass cache and force binary recompilation when required. - Configure /etc/sudoers.d/meepctl during installation in install.sh to allow non-interactive sudo execution for certificate trust and runtime restart operations in meepctl deploy. - Add environment variable loading (.env) and configuration helpers in pyinfra to externalize target host addresses, user credentials, and OAuth provider configuration. - Improve idempotency and reliability of pyinfra Kubernetes cluster initialization, Calico CNI setup, containerd runtime configuration, and development environment automation.