Skip to content

Commit

Permalink
1.8 updates (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright authored Sep 16, 2024
1 parent 39371d2 commit 26b8bba
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/data/install.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.8.0"
"version": "1.8.1"
}
11 changes: 8 additions & 3 deletions docs/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,14 @@
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.8.0",
"version": "1.8.0"
},
"1.8.1": {
"date": "2024-09-09T13:31:57Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.8.1",
"version": "1.8.1"
},
"latest": {
"date": "2024-08-28T15:54:11Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.8.0",
"version": "1.8.0"
"date": "2024-09-09T13:31:57Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.8.1",
"version": "1.8.1"
}
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ <h1>Multicloud communication for Kubernetes</h1>
<p><a class="button" id="-popup-video-button"><span class="material-icons">play_circle_filled</span> Watch the video</a></p>
<p><a class="button" href="/docs/index.html"><span class="material-icons">info</span> Learn more</a></p>
<p><a class="button" href="/start/index.html"><span class="material-icons">flag</span> Get started</a></p>
<p><a class="nav" href="/releases/index.html">Get Skupper 1.8.0 <span class="material-icons">chevron_right</span></a></p>
<p><a class="nav" href="/releases/index.html">Get Skupper 1.8.1 <span class="material-icons">chevron_right</span></a></p>
</div>
</div>

Expand Down
14 changes: 7 additions & 7 deletions docs/install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,22 @@ <h2 id="installing-manually">Installing manually</h2>
<h3 id="download-the-latest-release">Download the latest release</h3>
<p>Select the latest release for your platform:</p>
<nav class="button-group">
<a class="button" href="https://github.com/skupperproject/skupper/releases/download/1.7.3/skupper-cli-1.7.3-linux-amd64.tgz"><span class="material-icons">get_app</span> Linux</a>
<a class="button" href="https://github.com/skupperproject/skupper/releases/download/1.7.3/skupper-cli-1.7.3-mac-amd64.tgz"><span class="material-icons">get_app</span> Mac</a>
<a class="button" href="https://github.com/skupperproject/skupper/releases/download/1.7.3/skupper-cli-1.7.3-windows-amd64.zip"><span class="material-icons">get_app</span> Windows</a>
<a class="button" href="https://github.com/skupperproject/skupper/releases/download/1.8.1/skupper-cli-1.8.1-linux-amd64.tgz"><span class="material-icons">get_app</span> Linux</a>
<a class="button" href="https://github.com/skupperproject/skupper/releases/download/1.8.1/skupper-cli-1.8.1-mac-amd64.tgz"><span class="material-icons">get_app</span> Mac</a>
<a class="button" href="https://github.com/skupperproject/skupper/releases/download/1.8.1/skupper-cli-1.8.1-windows-amd64.zip"><span class="material-icons">get_app</span> Windows</a>
</nav>

<p>To get artifacts for other operating systems and architectures, see
the <a href="https://github.com/skupperproject/skupper/releases/tag/1.7.3">GitHub release page</a>.</p>
the <a href="https://github.com/skupperproject/skupper/releases/tag/1.8.1">GitHub release page</a>.</p>
<h3 id="extract-the-skupper-command">Extract the Skupper command</h3>
<p>Use <code>tar</code> or <code>unzip</code> to extract the command from the release archive:</p>
<div class="code-label">Linux or Mac</div>

<pre><code class="language-shell">tar -xf skupper-cli-1.7.3-linux-amd64.tgz
<pre><code class="language-shell">tar -xf skupper-cli-1.8.1-linux-amd64.tgz
</code></pre>
<div class="code-label">Windows</div>

<pre><code class="language-shell">unzip skupper-cli-1.7.3-windows-amd64.zip
<pre><code class="language-shell">unzip skupper-cli-1.8.1-windows-amd64.zip
</code></pre>
<p>This produces an executable file named <code>skupper</code> in your current
directory.</p>
Expand All @@ -128,7 +128,7 @@ <h3 id="check-the-command">Check the command</h3>
<p>To test your installation, run the <code>skupper version</code> command. You
should see output like this:</p>
<pre><code class="language-console">$ skupper version
client version 1.7.3
client version 1.8.1
transport version not-found (no configuration has been provided)
controller version not-found (no configuration has been provided)
</code></pre>
Expand Down
3 changes: 2 additions & 1 deletion docs/releases/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<h1 id="skupper-releases">Skupper releases</h1>
<h2 id="the-latest-release">The latest release</h2>
<p><a href="https://github.com/skupperproject/skupper/releases/tag/1.8.0">Skupper 1.8.0</a> was released on 28 August 2024.</p>
<p><a href="https://github.com/skupperproject/skupper/releases/tag/1.8.1">Skupper 1.8.1</a> was released on 9 September 2024.</p>
<p>For Linux or the Mac, use the <a href="https://github.com/skupperproject/skupper-website/blob/main/docs/install.sh">install script</a> to
download and extract the Skupper command:</p>
<pre><code style="font-size: 1.3em;">curl https://skupper.io/install.sh | sh</code></pre>
Expand All @@ -90,6 +90,7 @@ <h2 id="previous-releases">Previous releases</h2>
<div style="column-count: 3;">

<ul>
<li><a href="https://github.com/skupperproject/skupper/releases/tag/1.8.0">1.8.0</a> - 28 August 2024</li>
<li><a href="https://github.com/skupperproject/skupper/releases/tag/1.7.3">1.7.3</a> - 16 July 2024</li>
<li><a href="https://github.com/skupperproject/skupper/releases/tag/1.5.5">1.5.5</a> - 12 July 2024</li>
<li><a href="https://github.com/skupperproject/skupper/releases/tag/1.4.7">1.4.7</a> - 11 July 2024</li>
Expand Down
2 changes: 1 addition & 1 deletion input/data/install.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.8.0"
"version": "1.8.1"
}
11 changes: 8 additions & 3 deletions input/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,14 @@
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.8.0",
"version": "1.8.0"
},
"1.8.1": {
"date": "2024-09-09T13:31:57Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.8.1",
"version": "1.8.1"
},
"latest": {
"date": "2024-08-28T15:54:11Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.8.0",
"version": "1.8.0"
"date": "2024-09-09T13:31:57Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.8.1",
"version": "1.8.1"
}
}
1 change: 1 addition & 0 deletions input/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Skupper](/install/index.html).

<div style="column-count: 3;">

* [1.8.0](https://github.com/skupperproject/skupper/releases/tag/1.8.0) - 28 August 2024
* [1.7.3](https://github.com/skupperproject/skupper/releases/tag/1.7.3) - 16 July 2024
* [1.5.5](https://github.com/skupperproject/skupper/releases/tag/1.5.5) - 12 July 2024
* [1.4.7](https://github.com/skupperproject/skupper/releases/tag/1.4.7) - 11 July 2024
Expand Down

0 comments on commit 26b8bba

Please sign in to comment.