Skip to content

Commit

Permalink
1.7.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright authored May 7, 2024
1 parent 4278a6d commit 48a5191
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 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.6.0"
"version": "1.7.0"
}
11 changes: 8 additions & 3 deletions docs/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,14 @@
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.6.0",
"version": "1.6.0"
},
"1.7.0": {
"date": "2024-05-02T17:30:58Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.7.0",
"version": "1.7.0"
},
"latest": {
"date": "2024-02-21T14:36:37Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.6.0",
"version": "1.6.0"
"date": "2024-05-02T17:30:58Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.7.0",
"version": "1.7.0"
}
}
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.6.0 <span class="material-icons">chevron_right</span></a></p>
<p><a class="nav" href="/releases/index.html">Get Skupper 1.7.0 <span class="material-icons">chevron_right</span></a></p>
</div>
</div>

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.6.0">Skupper 1.6.0</a> was released on 21 February 2024.</p>
<p><a href="https://github.com/skupperproject/skupper/releases/tag/1.7.0">Skupper 1.7.0</a> was released on 2 May 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.6.0">1.6.0</a> - 21 February 2024</li>
<li><a href="https://github.com/skupperproject/skupper/releases/tag/1.5.3">1.5.3</a> - 17 January 2024</li>
<li><a href="https://github.com/skupperproject/skupper/releases/tag/1.5.2">1.5.2</a> - 8 January 2024</li>
<li><a href="https://github.com/skupperproject/skupper/releases/tag/1.5.1">1.5.1</a> - 6 December 2023</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.6.0"
"version": "1.7.0"
}
11 changes: 8 additions & 3 deletions input/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,14 @@
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.6.0",
"version": "1.6.0"
},
"1.7.0": {
"date": "2024-05-02T17:30:58Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.7.0",
"version": "1.7.0"
},
"latest": {
"date": "2024-02-21T14:36:37Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.6.0",
"version": "1.6.0"
"date": "2024-05-02T17:30:58Z",
"github_url": "https://github.com/skupperproject/skupper/releases/tag/1.7.0",
"version": "1.7.0"
}
}
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.6.0](https://github.com/skupperproject/skupper/releases/tag/1.6.0) - 21 February 2024
* [1.5.3](https://github.com/skupperproject/skupper/releases/tag/1.5.3) - 17 January 2024
* [1.5.2](https://github.com/skupperproject/skupper/releases/tag/1.5.2) - 8 January 2024
* [1.5.1](https://github.com/skupperproject/skupper/releases/tag/1.5.1) - 6 December 2023
Expand Down

0 comments on commit 48a5191

Please sign in to comment.