Skip to content

Commit

Permalink
Merge pull request #246 from scoutapp/update-core-agent-1-4-0
Browse files Browse the repository at this point in the history
Updated Core Agent version to 1.4.0
  • Loading branch information
asgrim authored Nov 15, 2021
2 parents c67d5f1 + 68c00bc commit 5998bc8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
coverage: "none"
php-version: "7.4" # https://github.com/Roave/BackwardCompatibilityCheck/issues/283
- name: "Require Roave/BackwardCompatibilityCheck"
run: "composer require --no-update --no-interaction --prefer-dist --prefer-stable --dev roave/backward-compatibility-check:dev-allow-dev-deps-to-be-installed"
run: "composer require --no-update --no-interaction --prefer-dist --prefer-stable --dev roave/backward-compatibility-check:6.0.x-dev"
- name: "Composer update with new requirements"
run: "composer update --no-interaction --prefer-dist --prefer-stable"
- name: "Check for BC breaks"
Expand Down
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.

## 6.6.0 - TBD

### Added

- Nothing.

### Changed

- [#246](https://github.com/scoutapp/scout-apm-php/pull/246) Updated Core Agent version to 1.4.0

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 6.5.0 - 2021-10-28

### 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 @@ -51,7 +51,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.3.0',
ConfigKey::CORE_AGENT_VERSION => 'v1.4.0',
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 5998bc8

Please sign in to comment.