Skip to content

Commit

Permalink
Deploying to gh-pages from @ e497bad 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
morucci committed Nov 7, 2023
1 parent e90c6f6 commit c7083a3
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 0 deletions.
4 changes: 4 additions & 0 deletions archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h1>Archives</h1>

<ul>

<li>
<a href="./posts/2023-11-07-version-1.10.0-release.html">Version 1.10.0 Release</a> - November 7, 2023
</li>

<li>
<a href="./posts/2023-09-17-version-1.9.0-release.html">Version 1.9.0 Release</a> - September 17, 2023
</li>
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ <h2 id="some-screenshot-of-the-web-ui"><a href="#some-screenshot-of-the-web-ui"
<h2 id="recent-posts"><a href="#recent-posts" class="anchor">§</a> Recent Posts</h2>
<p><span class="math inline"><ul>

<li>
<a href="./posts/2023-11-07-version-1.10.0-release.html">Version 1.10.0 Release</a> - November 7, 2023
</li>

<li>
<a href="./posts/2023-09-17-version-1.9.0-release.html">Version 1.9.0 Release</a> - September 17, 2023
</li>
Expand Down
79 changes: 79 additions & 0 deletions posts/2023-11-07-version-1.10.0-release.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ChangeMetrics - Version 1.10.0 Release</title>
<link rel="stylesheet" type="text/css" href="../css/default.css" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="change_metrics" />
<meta name="twitter:creator" content="change_metrics" />
<meta property="og:url" content="/posts/2023-11-07-version-1.10.0-release.html" />
<meta property="og:title" content="Version 1.10.0 Release" />
<meta property="og:description" content="Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed." />
<meta property="og:image" content="https://changemetrics.io/images/logo.png" />
</head>
<body>
<header>
<a href="../">
<div id="logo">
<img src="../images/logo.png" height="42px" width="42px" alt="ChangeMetrics" />
</div>
<span id="brand">
ChangeMetrics
</span>
</a>
<div id="navigation">
<a href="https://demo.changemetrics.io">Demo</a>
<a href="../about.html">About</a>
<a href="../archive.html">Archive</a>
</div>
</header>

<div id="content">
<h1>Version 1.10.0 Release</h1>

<div class="info">
Posted on November 7, 2023

</div>

<p>We are pleased to announce a new release of Monocle.</p>
<p>Beside being mainly a maintainance release, it features:</p>
<ul>
<li>A GitHub user’ PRs crawler via the Monocle config.</li>
<li>A Janitor command to reset the commit date of a crawler.</li>
</ul>
<p>See the full <a href="https://github.com/change-metrics/monocle/blob/1.10.0/CHANGELOG.md">changelog</a> for the complete list of changes.</p>
<p>Here are instructions to upgrade:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true"></a><span class="bu">cd</span> monocle</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true"></a></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true"></a><span class="co"># Stop the previous running version</span></span>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true"></a><span class="ex">docker-compose</span> down</span>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true"></a></span>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true"></a><span class="co"># Checkout the tag 1.10.0</span></span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true"></a><span class="fu">git</span> fetch origin</span>
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true"></a><span class="fu">git</span> checkout -b 1.10.0 1.10.0</span>
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true"></a></span>
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true"></a><span class="co"># Ensure to set COMPOSE_MONOCLE_VERSION=1.10.0 in .env file</span></span>
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true"></a><span class="fu">sed</span> -i .env -e <span class="st">&quot;/COMPOSE_MONOCLE_VERSION=.*/ d&quot;</span></span>
<span id="cb1-12"><a href="#cb1-12" aria-hidden="true"></a><span class="bu">echo</span> <span class="st">&quot;COMPOSE_MONOCLE_VERSION=1.10.0&quot;</span> <span class="op">&gt;&gt;</span> .env</span>
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true"></a></span>
<span id="cb1-14"><a href="#cb1-14" aria-hidden="true"></a><span class="co"># Fetch last images</span></span>
<span id="cb1-15"><a href="#cb1-15" aria-hidden="true"></a><span class="ex">docker-compose</span> pull</span>
<span id="cb1-16"><a href="#cb1-16" aria-hidden="true"></a></span>
<span id="cb1-17"><a href="#cb1-17" aria-hidden="true"></a><span class="co"># Spawn services</span></span>
<span id="cb1-18"><a href="#cb1-18" aria-hidden="true"></a><span class="ex">docker-compose</span> up -d</span></code></pre></div>

</div>
<div id="footer">
This work is licensed under a
<a href="http://creativecommons.org/licenses/by/4.0/">
Creative Commons Attribution 4.0 International License
</a>.
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
</body>
</html>

0 comments on commit c7083a3

Please sign in to comment.