This is an automated email from the ASF dual-hosted git repository.
cfnatali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 22182a7 ADD: missing release notes, REMOVE: not working links.
22182a7 is described below
commit 22182a75cfe0c57e093e7cfd4bc14a217e506e20
Author: Andreas Peters <[email protected]>
AuthorDate: Mon Feb 7 11:06:28 2022 +0100
ADD: missing release notes, REMOVE: not working links.
---
site/data/releases.yml | 4 ++++
site/source/downloads.html.erb | 10 ----------
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/site/data/releases.yml b/site/data/releases.yml
index 35705c3..ff352c0 100644
--- a/site/data/releases.yml
+++ b/site/data/releases.yml
@@ -212,6 +212,10 @@ versions:
## after we create the ReleaseNote for 0.28.1, we get the link:
##
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12335359.
## At here, 12335359 is the jira_version of 0.28.1.
+ - version: 1.11.0
+ jira_version: 12348332
+ - version: 1.10.0
+ jira_version: 12346271
- version: 1.8.1
jira_version: 12345342
- version: 1.9.0
diff --git a/site/source/downloads.html.erb b/site/source/downloads.html.erb
index c9d1723..90a0149 100644
--- a/site/source/downloads.html.erb
+++ b/site/source/downloads.html.erb
@@ -33,12 +33,6 @@ breadcrumb: Downloads
<%= data.releases.latest_stable.version %>
</a>
</li>
- <li>
- RPM
- <a href="https://bintray.com/apache/mesos/mesos/<%=
data.releases.latest_stable.version %>">
- <%= data.releases.latest_stable.version %>
- </a>
- </li>
</ul>
</p>
@@ -55,9 +49,5 @@ breadcrumb: Downloads
This repository is also mirrored on
<a href="https://github.com/apache/mesos">GitHub</a>.
</p>
-
- <h4>Getting older Mesos binaries</h4>
- Some previous versions of Mesos can be downloaded from BinTray: <a
href="https://bintray.com/apache/mesos">https://bintray.com/apache/mesos</a>.
-
</div>
</div>