Skip to content

Commit

Permalink
Set default core agent version to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Mar 17, 2020
1 parent b7f057e commit 6cccd13
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Source/DefaultSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6cccd13

Please sign in to comment.