From db4f00f561fd4b8726e96a0b490dd9c7e9917b5d Mon Sep 17 00:00:00 2001 From: Greg Meyer Date: Thu, 7 Jul 2016 18:43:18 -0400 Subject: [PATCH] bumps supervisord version (#2669) --- ci/supervisord.rb | 2 +- packaging/datadog-agent/source/setup_agent.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/supervisord.rb b/ci/supervisord.rb index 97c1c724f5..255eb36b40 100644 --- a/ci/supervisord.rb +++ b/ci/supervisord.rb @@ -5,7 +5,7 @@ require './ci/common' def supervisor_version - ENV['FLAVOR_VERSION'] || '3.1.3' + ENV['FLAVOR_VERSION'] || '3.3.0' end def supervisor_rootdir diff --git a/packaging/datadog-agent/source/setup_agent.sh b/packaging/datadog-agent/source/setup_agent.sh index d126ab5e97..6ca3439a4c 100755 --- a/packaging/datadog-agent/source/setup_agent.sh +++ b/packaging/datadog-agent/source/setup_agent.sh @@ -16,7 +16,8 @@ DEFAULT_AGENT_VERSION="5.7.4" # always pulls the latest version PIP_VERSION="6.1.1" VIRTUALENV_VERSION="1.11.6" -SUPERVISOR_VERSION="3.1.3" +SUPERVISOR_VERSION="3.3.0" +SETUPTOOLS_VERSION="20.9.0" ####################################################################### # OVERRIDABLE VARIABLES: