You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by as...@apache.org on 2020/11/24 15:53:43 UTC

[mesos] branch master updated (2fbdb30 -> 206da61)

This is an automated email from the ASF dual-hosted git repository.

asekretenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 2fbdb30  Added the `--offer_constraints_re2_max*` flags to the documentation.
     new bf7250e  Linked the 1.10.0 release blogpost to the release list.
     new a05f365  Made the `latest_stable` in the releases list point to 1.11.0.
     new 206da61  Updated `building.md` for the 1.11.0 release.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/building.md       | 4 ++--
 site/data/releases.yml | 8 ++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)


[mesos] 01/03: Linked the 1.10.0 release blogpost to the release list.

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

asekretenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit bf7250ead5feb9fa4de6a3e8f5f6d4d56baebe7a
Author: Andrei Sekretenko <as...@apache.org>
AuthorDate: Tue Nov 24 16:30:51 2020 +0100

    Linked the 1.10.0 release blogpost to the release list.
---
 site/data/releases.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/site/data/releases.yml b/site/data/releases.yml
index 49ebfe4..8ca54ba 100644
--- a/site/data/releases.yml
+++ b/site/data/releases.yml
@@ -15,6 +15,10 @@ news:
 ##   - title: (required)
 ##     date: (required)
 ##     blog: (required)
+  - title: Mesos 1.10.0 is released!
+    date: October 20, 2019
+    target_version: 1.10.0
+    blog: mesos-1-10-0-released
   - title: Mesos 1.9.0 is released!
     date: September 5, 2019
     target_version: 1.9.0


[mesos] 03/03: Updated `building.md` for the 1.11.0 release.

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

asekretenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 206da612c0aada0b1d86beb63660d9083b774894
Author: Andrei Sekretenko <as...@apache.org>
AuthorDate: Tue Nov 24 16:40:17 2020 +0100

    Updated `building.md` for the 1.11.0 release.
---
 docs/building.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/building.md b/docs/building.md
index b805b38..6541182 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.10.0/mesos-1.10.0.tar.gz
-    $ tar -zxf mesos-1.10.0.tar.gz
+    $ wget https://downloads.apache.org/mesos/1.11.0/mesos-1.11.0.tar.gz
+    $ tar -zxf mesos-1.11.0.tar.gz
 
 2\. Clone the Mesos git [repository](https://gitbox.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)
 


[mesos] 02/03: Made the `latest_stable` in the releases list point to 1.11.0.

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

asekretenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit a05f3654938ae09a7c1d1fc6f37eeb8b36df4199
Author: Andrei Sekretenko <as...@apache.org>
AuthorDate: Tue Nov 24 16:36:16 2020 +0100

    Made the `latest_stable` in the releases list point to 1.11.0.
---
 site/data/releases.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/data/releases.yml b/site/data/releases.yml
index 8ca54ba..35705c3 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.10.0
-  jira_version: 12346271
+  version: 1.11.0
+  jira_version: 12348332
 news:
 ## * If the news is used to announce a release version, the item structure is
 ##   - title: (required)