From 6cccd13b415cce54f01c081fd01a937819464217 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Tue, 17 Mar 2020 11:52:19 +0000 Subject: [PATCH] Set default core agent version to 1.2.8 --- CHANGELOG.md | 22 ++++++++++++++++++++++ src/Config/Source/DefaultSource.php | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54429e20..c08ba02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 4.2.0 - 2020-03-17 + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 4.1.0 - 2020-03-05 ### Added diff --git a/src/Config/Source/DefaultSource.php b/src/Config/Source/DefaultSource.php index 8487f35e..f0951199 100644 --- a/src/Config/Source/DefaultSource.php +++ b/src/Config/Source/DefaultSource.php @@ -50,7 +50,7 @@ private function getDefaultConfig() : array ConfigKey::CORE_AGENT_DIRECTORY => '/tmp/scout_apm_core', ConfigKey::CORE_AGENT_DOWNLOAD_ENABLED => true, ConfigKey::CORE_AGENT_LAUNCH_ENABLED => true, - ConfigKey::CORE_AGENT_VERSION => 'v1.2.7', + ConfigKey::CORE_AGENT_VERSION => 'v1.2.8', ConfigKey::CORE_AGENT_DOWNLOAD_URL => 'https://s3-us-west-1.amazonaws.com/scout-public-downloads/apm_core_agent/release', ConfigKey::CORE_AGENT_PERMISSIONS => 0777, ConfigKey::MONITORING_ENABLED => false,