Skip to content

Commit

Permalink
Update Blackfire extension (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
bref-bot authored Sep 4, 2021
1 parent 66612c3 commit b727396
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 57 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 0.11.16

### Added

- Updated Blackfire to version 1.66.0.

## 0.11.15

### Changed
Expand Down
108 changes: 54 additions & 54 deletions layers.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,64 +60,64 @@
"af-south-1": 2
},
"blackfire-php-73": {
"ca-central-1": 81,
"eu-central-1": 78,
"eu-north-1": 78,
"eu-west-1": 78,
"eu-west-2": 78,
"eu-west-3": 78,
"sa-east-1": 78,
"us-east-1": 152,
"us-east-2": 77,
"us-west-1": 77,
"us-west-2": 77,
"ap-south-1": 77,
"ap-northeast-1": 77,
"ap-northeast-2": 77,
"ap-southeast-1": 77,
"ap-southeast-2": 77,
"eu-south-1": 72,
"af-south-1": 72
"ca-central-1": 85,
"eu-central-1": 82,
"eu-north-1": 82,
"eu-west-1": 82,
"eu-west-2": 82,
"eu-west-3": 82,
"sa-east-1": 82,
"us-east-1": 156,
"us-east-2": 81,
"us-west-1": 81,
"us-west-2": 81,
"ap-south-1": 81,
"ap-northeast-1": 81,
"ap-northeast-2": 81,
"ap-southeast-1": 81,
"ap-southeast-2": 81,
"eu-south-1": 76,
"af-south-1": 76
},
"blackfire-php-74": {
"ca-central-1": 81,
"eu-central-1": 77,
"eu-north-1": 77,
"eu-west-1": 77,
"eu-west-2": 77,
"eu-west-3": 77,
"sa-east-1": 77,
"us-east-1": 152,
"us-east-2": 76,
"us-west-1": 76,
"us-west-2": 76,
"ap-south-1": 76,
"ap-northeast-1": 76,
"ap-northeast-2": 76,
"ap-southeast-1": 76,
"ap-southeast-2": 76,
"eu-south-1": 72,
"af-south-1": 72
"ca-central-1": 85,
"eu-central-1": 81,
"eu-north-1": 81,
"eu-west-1": 81,
"eu-west-2": 81,
"eu-west-3": 81,
"sa-east-1": 81,
"us-east-1": 156,
"us-east-2": 80,
"us-west-1": 80,
"us-west-2": 80,
"ap-south-1": 80,
"ap-northeast-1": 80,
"ap-northeast-2": 80,
"ap-southeast-1": 80,
"ap-southeast-2": 80,
"eu-south-1": 76,
"af-south-1": 76
},
"blackfire-php-80": {
"ca-central-1": 26,
"eu-central-1": 26,
"eu-north-1": 26,
"eu-west-1": 26,
"eu-west-2": 26,
"eu-west-3": 26,
"sa-east-1": 26,
"us-east-1": 26,
"us-east-2": 26,
"us-west-1": 26,
"us-west-2": 26,
"ap-south-1": 26,
"ap-northeast-1": 26,
"ap-northeast-2": 26,
"ap-southeast-1": 26,
"ap-southeast-2": 26,
"eu-south-1": 26,
"af-south-1": 26
"ca-central-1": 30,
"eu-central-1": 30,
"eu-north-1": 30,
"eu-west-1": 30,
"eu-west-2": 30,
"eu-west-3": 30,
"sa-east-1": 30,
"us-east-1": 30,
"us-east-2": 30,
"us-west-1": 30,
"us-west-2": 30,
"ap-south-1": 30,
"ap-northeast-1": 30,
"ap-northeast-2": 30,
"ap-southeast-1": 30,
"ap-southeast-2": 30,
"eu-south-1": 30,
"af-south-1": 30
},
"calendar-php-73": {
"ca-central-1": 2,
Expand Down
6 changes: 3 additions & 3 deletions layers/blackfire/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"73": "1.65.0",
"74": "1.65.0",
"80": "1.65.0"
"73": "1.66.0",
"74": "1.66.0",
"80": "1.66.0"
}

0 comments on commit b727396

Please sign in to comment.