<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Hades Blog</title>
        <link>https://hades-scheduler.github.io/hades/releases</link>
        <description>Hades Blog</description>
        <lastBuildDate>Mon, 25 Sep 2023 10:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Release v0.1.0]]></title>
            <link>https://hades-scheduler.github.io/hades/releases/v0.1.0-launch</link>
            <guid>https://hades-scheduler.github.io/hades/releases/v0.1.0-launch</guid>
            <pubDate>Mon, 25 Sep 2023 10:00:00 GMT</pubDate>
            <description><![CDATA[This marks the initial release of Hades, providing a solid foundation for scalable job scheduling across Docker and Kubernetes environments.]]></description>
            <content:encoded><![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:encoded>
            <category>release</category>
            <category>hades</category>
            <category>kubernetes</category>
            <category>docker</category>
        </item>
    </channel>
</rss>