Skip to main content

Release v0.1.0

ยท One min read
Robert Jandow
Hades Owner

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 kubeconfig paths.

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โ€‹

  • @Mtze: Made their first contribution in #2
  • @robertjndw: Made their first contribution in #5

Full Changelog: v0.1.0 Commits