<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://hades-scheduler.github.io/hades/releases</id>
    <title>Hades Blog</title>
    <updated>2023-09-25T10:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://hades-scheduler.github.io/hades/releases"/>
    <subtitle>Hades Blog</subtitle>
    <icon>https://hades-scheduler.github.io/hades/img/favicon.svg</icon>
    <entry>
        <title type="html"><![CDATA[Release v0.1.0]]></title>
        <id>https://hades-scheduler.github.io/hades/releases/v0.1.0-launch</id>
        <link href="https://hades-scheduler.github.io/hades/releases/v0.1.0-launch"/>
        <updated>2023-09-25T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[This marks the initial release of Hades, providing a solid foundation for scalable job scheduling across Docker and Kubernetes environments.]]></summary>
        <content type="html"><![CDATA[<p>This marks the initial release of Hades, providing a solid foundation for scalable job scheduling across Docker and Kubernetes environments.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-changed">What's Changed<a href="https://hades-scheduler.github.io/hades/releases/v0.1.0-launch#whats-changed" class="hash-link" aria-label="Direct link to What's Changed" title="Direct link to What's Changed" translate="no">​</a></h2>
<ul>
<li class=""><strong>Minimal Queue Implementation</strong>: Core queuing logic powered by NATS.</li>
<li class=""><strong>Kubernetes Integration</strong>: Implemented basic k8s job scheduling and runner logic.</li>
<li class=""><strong>Docker Prototype</strong>: Initial support for running jobs locally via Docker.</li>
<li class=""><strong>Configurability</strong>: Added environment config options and configurable <code>kubeconfig</code> paths.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="detailed-pr-list">Detailed PR List:<a href="https://hades-scheduler.github.io/hades/releases/v0.1.0-launch#detailed-pr-list" class="hash-link" aria-label="Direct link to Detailed PR List:" title="Direct link to Detailed PR List:" translate="no">​</a></h3>
<ul>
<li class="">Minimal Queue Implementation by @Mtze in <a href="https://github.com/Mtze/hades/pull/2" target="_blank" rel="noopener noreferrer" class="">#2</a></li>
<li class="">Add GitHub action by @Mtze in <a href="https://github.com/Mtze/hades/pull/1" target="_blank" rel="noopener noreferrer" class="">#1</a></li>
<li class="">Add environment config options by @Mtze in <a href="https://github.com/Mtze/hades/pull/3" target="_blank" rel="noopener noreferrer" class="">#3</a></li>
<li class="">Docker Prototype by @robertjndw in <a href="https://github.com/Mtze/hades/pull/5" target="_blank" rel="noopener noreferrer" class="">#5</a></li>
<li class="">Implement basic k8s job scheduling by @Mtze in <a href="https://github.com/Mtze/hades/pull/4" target="_blank" rel="noopener noreferrer" class="">#4</a></li>
<li class="">Refactor k8s startup logic by @Mtze in <a href="https://github.com/Mtze/hades/pull/9" target="_blank" rel="noopener noreferrer" class="">#9</a></li>
<li class="">Implement executor configuration (default set to k8s) by @Mtze in <a href="https://github.com/Mtze/hades/pull/7" target="_blank" rel="noopener noreferrer" class="">#7</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-contributors">New Contributors<a href="https://hades-scheduler.github.io/hades/releases/v0.1.0-launch#new-contributors" class="hash-link" aria-label="Direct link to New Contributors" title="Direct link to New Contributors" translate="no">​</a></h2>
<ul>
<li class=""><strong>@Mtze</strong>: Made their first contribution in <a href="https://github.com/Mtze/hades/pull/2" target="_blank" rel="noopener noreferrer" class="">#2</a></li>
<li class=""><strong>@robertjndw</strong>: Made their first contribution in <a href="https://github.com/Mtze/hades/pull/5" target="_blank" rel="noopener noreferrer" class="">#5</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Mtze/hades/commits/0.1.0" target="_blank" rel="noopener noreferrer" class="">v0.1.0 Commits</a></p>]]></content>
        <author>
            <name>Matthias Linhuber</name>
            <uri>https://github.com/Mtze</uri>
        </author>
        <author>
            <name>Robert Jandow</name>
            <uri>https://github.com/robertjndw</uri>
        </author>
        <category label="release" term="release"/>
        <category label="hades" term="hades"/>
        <category label="kubernetes" term="kubernetes"/>
        <category label="docker" term="docker"/>
    </entry>
</feed>