Release v0.1.0
ยท One min read
This marks the initial release of Hades, providing a solid foundation for scalable job scheduling across Docker and Kubernetes environments.
What's Changedโ
- Minimal Queue Implementation: Core queuing logic powered by NATS.
- Kubernetes Integration: Implemented basic k8s job scheduling and runner logic.
- Docker Prototype: Initial support for running jobs locally via Docker.
- Configurability: Added environment config options and configurable
kubeconfigpaths.
Detailed PR List:โ
- Minimal Queue Implementation by @Mtze in #2
- Add GitHub action by @Mtze in #1
- Add environment config options by @Mtze in #3
- Docker Prototype by @robertjndw in #5
- Implement basic k8s job scheduling by @Mtze in #4
- Refactor k8s startup logic by @Mtze in #9
- Implement executor configuration (default set to k8s) by @Mtze in #7
New Contributorsโ
Full Changelog: v0.1.0 Commits

