- Introduced a suite of pytest-based integration tests for Kubernetes using `kind`.
- Automated local installation of dependencies (`kind`, `kubectl`, and `helm`) when missing.
- Implemented fixtures for Kubernetes resource management and TLS secrets.
- Added end-to-end tests for HTTP and HTTPS ingress functionality.
- Adjusted Compose files to build images locally instead of pulling.
- Simplified examples by removing `/etc/hosts` entry instructions.
- Enhanced `cloudflare.py` plugin with a configurable log format.
- Improved `generate-keys.sh` for portability using `$SCRIPT_DIR`.
- Added end-to-end tests for Compose examples using pytest.
- move scripts to assets/scripts (and updated build)
- put most logic into HaproxyConfigGenerator
- created DockerLabelHandler for all label handling from previous code
- added unit tests and fixtures to cover HaproxyConfigGenerator and DockerLabelHandler
- added a Makefile with build (for docker build) and test targets