This is an automated email from the ASF dual-hosted git repository. bennoe pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 9c0ddce550acd16668baebfef50bad5bb1606f9b Author: Benno Evers <[email protected]> AuthorDate: Tue May 7 19:01:33 2019 +0200 Updated site information for the 1.8 release. --- docs/building.md | 4 ++-- site/data/releases.yml | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/building.md b/docs/building.md index f279b73..4ee739a 100644 --- a/docs/building.md +++ b/docs/building.md @@ -11,8 +11,8 @@ There are different ways you can get Mesos: 1\. Download the latest stable release from [Apache](http://mesos.apache.org/downloads/) (***Recommended***) - $ wget http://www.apache.org/dist/mesos/1.7.2/mesos-1.7.2.tar.gz - $ tar -zxf mesos-1.7.2.tar.gz + $ wget http://www.apache.org/dist/mesos/1.8.0/mesos-1.8.0.tar.gz + $ tar -zxf mesos-1.8.0.tar.gz 2\. Clone the Mesos git [repository](https://gitbox.apache.org/repos/asf/mesos.git) (***Advanced Users Only***) diff --git a/site/data/releases.yml b/site/data/releases.yml index 80d9516..1724779 100644 --- a/site/data/releases.yml +++ b/site/data/releases.yml @@ -3,8 +3,8 @@ # `versions` below. # * When publishing a new blog post, we need to append an item to `news` below. latest_stable: - version: 1.7.1 - jira_version: 12343861 + version: 1.8.0 + jira_version: 12343862 news: ## * If the news is used to announce a release version, the item structure is ## - title: (required) @@ -15,6 +15,10 @@ news: ## - title: (required) ## date: (required) ## blog: (required) + - title: Mesos 1.8.0 is released! + date: May 2nd, 2019 + target_version: 1.8.0 + blog: mesos-1-8-0-released - title: Mesos 1.5.3 is released! date: March 19, 2019 target_version: 1.5.3 @@ -196,6 +200,8 @@ 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.8.0 + jira_version: 12343862 - version: 1.5.3 jira_version: 12344352 - version: 1.4.3
