You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2019/07/29 14:29:45 UTC

[mesos] branch master updated (c348285 -> 0f660b7)

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

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


    from c348285  Fixed a typo in `src/Makefile.am`.
     new 07dd0d8  Added blog post for the 1.8.1 release.
     new 79821d8  Updated site information for the 1.8.1 release.
     new 0b4faee  Made Bintray RPM upload optional in ASF Jenkinsfile.
     new 0f660b7  Added node label restriction to ASF Jenkinsfile.

The 4 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:
 site/data/releases.yml                             |  8 +++-
 .../source/blog/2019-07-29-mesos-1-8-1-released.md | 45 ++++++++++++++++++++++
 support/packaging/Jenkinsfile                      | 12 ++++--
 3 files changed, 59 insertions(+), 6 deletions(-)
 create mode 100644 site/source/blog/2019-07-29-mesos-1-8-1-released.md


[mesos] 04/04: Added node label restriction to ASF Jenkinsfile.

Posted by be...@apache.org.
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 0f660b774dcc19c9386fc3a500bbb8077ae117a4
Author: Benno Evers <be...@mesosphere.com>
AuthorDate: Mon Jul 29 16:05:29 2019 +0200

    Added node label restriction to ASF Jenkinsfile.
    
    The Jenkins pipeline definition did not restrict the
    possible node labels on which the build steps could be
    executed, leading to sporadic build failures when the
    job would be run on a Windows machine.
    
    The ASF Infra team suggested 'ubuntu' as the most appropriate
    label for this job.
---
 support/packaging/Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/support/packaging/Jenkinsfile b/support/packaging/Jenkinsfile
index 680c186..9ef8ae8 100644
--- a/support/packaging/Jenkinsfile
+++ b/support/packaging/Jenkinsfile
@@ -31,7 +31,7 @@ def uploadToBintray(def pattern) {
 }
 
 parallel(centos7: {
-  node {
+  node('ubuntu') {
     checkout scm
 
     def img
@@ -53,7 +53,7 @@ parallel(centos7: {
   }
 },
 centos6: {
-  node {
+  node('ubuntu') {
     checkout scm
 
     def img


[mesos] 01/04: Added blog post for the 1.8.1 release.

Posted by be...@apache.org.
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 07dd0d8d21dd48759f9b0f4988f291db83559ee5
Author: Benno Evers <be...@mesosphere.com>
AuthorDate: Mon Jul 29 14:07:43 2019 +0200

    Added blog post for the 1.8.1 release.
---
 .../source/blog/2019-07-29-mesos-1-8-1-released.md | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/site/source/blog/2019-07-29-mesos-1-8-1-released.md b/site/source/blog/2019-07-29-mesos-1-8-1-released.md
new file mode 100644
index 0000000..f277b1f
--- /dev/null
+++ b/site/source/blog/2019-07-29-mesos-1-8-1-released.md
@@ -0,0 +1,45 @@
+---
+layout: post
+title: Apache Mesos 1.8.1 Released
+permalink: /blog/mesos-1-8-1-released/
+published: true
+post_author:
+  display_name: Benno Evers
+tags: Release
+---
+
+The latest Mesos 1.8.x release, 1.8.1, is now available for [download](http://mesos.apache.org/downloads). This release includes important bug fixes and improvements on top of 1.8.0. It is recommended to use this version if you are considering using Mesos 1.8. More specifically, this release includes the following:
+
+  * [MESOS-9395](https://issues.apache.org/jira/browse/MESOS-9395) - Check failure on `StorageLocalResourceProviderProcess::applyCreateDisk`.
+  * [MESOS-9616](https://issues.apache.org/jira/browse/MESOS-9616) - `Filters.refuse_seconds` declines resources not in offers.
+  * [MESOS-9730](https://issues.apache.org/jira/browse/MESOS-9730) - Executors cannot reconnect with agents using TLS1.3
+  * [MESOS-9750](https://issues.apache.org/jira/browse/MESOS-9750) - Agent V1 `GET_STATE` response may report a complete executor's tasks as non-terminal after a graceful agent shutdown.
+  * [MESOS-9766](https://issues.apache.org/jira/browse/MESOS-9766) - /__processes__ endpoint can hang.
+  * [MESOS-9779](https://issues.apache.org/jira/browse/MESOS-9779) - `UPDATE_RESOURCE_PROVIDER_CONFIG` agent call returns 404 ambiguously.
+  * [MESOS-9782](https://issues.apache.org/jira/browse/MESOS-9782) - Random sorter fails to clear removed clients.
+  * [MESOS-9786](https://issues.apache.org/jira/browse/MESOS-9786) - Race between two `REMOVE_QUOTA` calls crashes the master.
+  * [MESOS-9803](https://issues.apache.org/jira/browse/MESOS-9803) - Memory leak caused by an infinite chain of futures in `UriDiskProfileAdaptor`.
+  * [MESOS-9831](https://issues.apache.org/jira/browse/MESOS-9831) - Master should not report disconnected resource providers.
+  * [MESOS-9852](https://issues.apache.org/jira/browse/MESOS-9852) - Slow memory growth in master due to deferred deletion of offer filters and timers.
+  * [MESOS-9856](https://issues.apache.org/jira/browse/MESOS-9856) - REVIVE call with specified role(s) clears filters for all roles of a framework.
+  * [MESOS-9870](https://issues.apache.org/jira/browse/MESOS-9870) - Simultaneous adding/removal of a role from framework's roles and its suppressed roles crashes the master.
+  * [MESOS-9695](https://issues.apache.org/jira/browse/MESOS-9695) - Remove the duplicate pid check in Docker containerizer
+  * [MESOS-9759](https://issues.apache.org/jira/browse/MESOS-9759) - Log required quota headroom and available quota headroom in the allocator.
+  * [MESOS-9787](https://issues.apache.org/jira/browse/MESOS-9787) - Log slow SSL (TLS) peer reverse DNS lookup.
+
+
+Full release notes are available in the release [CHANGELOG](https://gitbox.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.8.1)
+
+### Upgrades
+
+Rolling upgrades from a Mesos 1.8.0 cluster to Mesos 1.8.1 are straightforward. Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 1.8.1 from 1.7.x, 1.6.x, or 1.5.x.
+
+### Try it out
+
+Please try out this release and let us know what you think. If you run into any issues, let us know on the [user mailing list and/or Slack/IRC](https://mesos.apache.org/community).
+
+### Thanks!
+
+Thanks to the 9 contributors who made 1.8.1 possible:
+
+Andrei Budnik, Andrei Sekretenko, Benjamin Mahler, Chun-Hung Hsiao, Gilbert Song, Joseph Wu, Meng Zhu, Qian Zhang, Stéphane Cottin


[mesos] 02/04: Updated site information for the 1.8.1 release.

Posted by be...@apache.org.
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 79821d886d27cfc781d5e0bf987817cc2b6f43cd
Author: Benno Evers <be...@mesosphere.com>
AuthorDate: Mon Jul 29 14:08:42 2019 +0200

    Updated site information for the 1.8.1 release.
---
 site/data/releases.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/site/data/releases.yml b/site/data/releases.yml
index 1724779..79b2193 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.8.0
-  jira_version: 12343862
+  version: 1.8.1
+  jira_version: 12345342
 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.1 is released!
+    date: July 29, 2019
+    target_version: 1.8.1
+    blog: mesos-1-8-1-released
   - title: Mesos 1.8.0 is released!
     date: May 2nd, 2019
     target_version: 1.8.0


[mesos] 03/04: Made Bintray RPM upload optional in ASF Jenkinsfile.

Posted by be...@apache.org.
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 0b4faee085267ab8b2c232d455f2f7622d85d856
Author: Benno Evers <be...@mesosphere.com>
AuthorDate: Mon Jul 29 15:55:36 2019 +0200

    Made Bintray RPM upload optional in ASF Jenkinsfile.
---
 support/packaging/Jenkinsfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/support/packaging/Jenkinsfile b/support/packaging/Jenkinsfile
index d2b70ab..680c186 100644
--- a/support/packaging/Jenkinsfile
+++ b/support/packaging/Jenkinsfile
@@ -47,7 +47,9 @@ parallel(centos7: {
     }
 
     archiveArtifacts artifacts: '**/*.rpm', fingerprint: true
-    uploadToBintray('*.rpm')
+    if (params.UPLOAD_TO_BINTRAY == "true") {
+      uploadToBintray('*.rpm')
+    }
   }
 },
 centos6: {
@@ -67,6 +69,8 @@ centos6: {
     }
 
     archiveArtifacts artifacts: '**/*.rpm', fingerprint: true
-    uploadToBintray('*.rpm')
+    if (params.UPLOAD_TO_BINTRAY == "true") {
+      uploadToBintray('*.rpm')
+    }
   }
 })