Skip to content

Commit c27d3e5

Browse files
committed
Updates from website repo
1 parent 75c2b91 commit c27d3e5

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

blog/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ <h2>OpenSourceCorp Blog <a href="/blog/index.xml"><img alt="rss-feed" src="/imag
2828

2929
<li>
3030
<h4><a href="https://www.opensourcecorp.org/blog/posts/2022-09-05-progress-report/">Progress Report 2022-09-05</a></h4>
31-
<p><em>Ryan J. Price, 2022-09-05, 3m read</em></p>
31+
<p><em>Ryan J. Price, 2022-09-05, 4m read</em></p>
3232
Wooooo boy howdy, what a STRETCH it&rsquo;s been. Lots of things in life &amp; work have come up and kept me away from working on OSC, but I wanted to throw out something quick to let folks know that neither I nor the project are dead.
33-
rhad has been under a lot of recent work. Some months ago, the concept of a Rhadfile was introduced to the codebase, which is a config-file format for rhad executions. <a href="https://www.opensourcecorp.org/blog/posts/2022-09-05-progress-report/">(more)</a>
33+
rhad has been under a lot of recent work. It is now version v0.3.0. While most of the updates were a lot of internal refactoring that aren&rsquo;t going to be very visible to users, the minor-version bump is because rhad now runs go vet as part of its Go linter runs. <a href="https://www.opensourcecorp.org/blog/posts/2022-09-05-progress-report/">(more)</a>
3434
<br/><br/>
3535
</li>
3636

blog/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<guid>https://www.opensourcecorp.org/blog/posts/2022-09-05-progress-report/</guid>
1616
<description>Wooooo boy howdy, what a STRETCH it&amp;rsquo;s been. Lots of things in life &amp;amp; work have come up and kept me away from working on OSC, but I wanted to throw out something quick to let folks know that neither I nor the project are dead.
17-
rhad has been under a lot of recent work. Some months ago, the concept of a Rhadfile was introduced to the codebase, which is a config-file format for rhad executions.</description>
17+
rhad has been under a lot of recent work. It is now version v0.3.0. While most of the updates were a lot of internal refactoring that aren&amp;rsquo;t going to be very visible to users, the minor-version bump is because rhad now runs go vet as part of its Go linter runs.</description>
1818
</item>
1919

2020
<item>

blog/posts/2022-09-05-progress-report/index.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h3>Navigation</h3>
2222

2323
<h2>Progress Report 2022-09-05</h2>
2424

25-
<em>By Ryan J. Price @ 2022-09-05 01:45:00 -0500 CDT; reading time 3m</em>
25+
<em>By Ryan J. Price @ 2022-09-05 01:45:00 -0500 CDT; reading time 4m</em>
2626
<hr/>
2727

2828
<p>Wooooo boy howdy, what a STRETCH it&rsquo;s been. Lots of things in life &amp; work have
@@ -31,7 +31,14 @@ <h2>Progress Report 2022-09-05</h2>
3131
<ul>
3232
<li>
3333
<p><a href="https://github.com/opensourcecorp/rhad"><code>rhad</code></a> has been under a lot of
34-
recent work. Some months ago, the concept of a <code>Rhadfile</code> was introduced to
34+
recent work. It is now version <code>v0.3.0</code>. While most of the updates were a lot
35+
of internal refactoring that aren&rsquo;t going to be very visible to users, the
36+
minor-version bump is because <code>rhad</code> now runs <code>go vet</code> as part of its Go
37+
linter runs. New feature, new minor version. Internal changes include a
38+
filesystem-based state tracking mechanism (previously <code>rhad</code> used global vars
39+
to track run state), and decoupling of reusable components to a separate repo
40+
(discussed in the next bullet below).</p>
41+
<p>Additionally: some months ago, the concept of a <code>Rhadfile</code> was introduced to
3542
the codebase, which is a config-file format for <code>rhad</code> executions. The first
3643
pass at this was targeting an INI format, for its simplicity &amp; readability. As
3744
it turns out, parsing an INI file is&hellip; interesting, to say the least. So,
@@ -43,7 +50,7 @@ <h2>Progress Report 2022-09-05</h2>
4350
script</a>
4451
that runs the GitHub Super-Linter, and <code>rhad</code> following, as well as a <code>make add-local-symlinks</code> target to symlink the script onto (what I hope is) your
4552
<code>$PATH</code>. Try it out and let me know if you run into any notable bugs.</p>
46-
<p><code>rhad</code> is now version <code>v0.3.0</code>, and the <a href="https://github.com/opensourcecorp/rhad/pkgs/container/rhad">container image on
53+
<p>The <a href="https://github.com/opensourcecorp/rhad/pkgs/container/rhad">container image on
4754
GHCR</a> reflects
4855
this in its <code>:latest</code> tag (I&rsquo;ll get around to getting version-tagged builds
4956
done in GHA at some point).</p>

index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<guid>https://www.opensourcecorp.org/blog/posts/2022-09-05-progress-report/</guid>
1616
<description>Wooooo boy howdy, what a STRETCH it&amp;rsquo;s been. Lots of things in life &amp;amp; work have come up and kept me away from working on OSC, but I wanted to throw out something quick to let folks know that neither I nor the project are dead.
17-
rhad has been under a lot of recent work. Some months ago, the concept of a Rhadfile was introduced to the codebase, which is a config-file format for rhad executions.</description>
17+
rhad has been under a lot of recent work. It is now version v0.3.0. While most of the updates were a lot of internal refactoring that aren&amp;rsquo;t going to be very visible to users, the minor-version bump is because rhad now runs go vet as part of its Go linter runs.</description>
1818
</item>
1919

2020
<item>

0 commit comments

Comments
 (0)