Skip to content

Commit

Permalink
Update Blackfire extension (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
bref-bot authored Aug 11, 2021
1 parent 9800d18 commit b73e21c
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.14

### Added

- Updated Blackfire to version 1.65.0.

## 0.11.13

### Added
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": 1
},
"blackfire-php-73": {
"ca-central-1": 78,
"eu-central-1": 75,
"eu-north-1": 75,
"eu-west-1": 75,
"eu-west-2": 75,
"eu-west-3": 75,
"sa-east-1": 75,
"us-east-1": 149,
"us-east-2": 74,
"us-west-1": 74,
"us-west-2": 74,
"ap-south-1": 74,
"ap-northeast-1": 74,
"ap-northeast-2": 74,
"ap-southeast-1": 74,
"ap-southeast-2": 74,
"eu-south-1": 69,
"af-south-1": 69
"ca-central-1": 80,
"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": 151,
"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": 71,
"af-south-1": 71
},
"blackfire-php-74": {
"ca-central-1": 78,
"eu-central-1": 74,
"eu-north-1": 74,
"eu-west-1": 74,
"eu-west-2": 74,
"eu-west-3": 74,
"sa-east-1": 74,
"us-east-1": 149,
"us-east-2": 73,
"us-west-1": 73,
"us-west-2": 73,
"ap-south-1": 73,
"ap-northeast-1": 73,
"ap-northeast-2": 73,
"ap-southeast-1": 73,
"ap-southeast-2": 73,
"eu-south-1": 69,
"af-south-1": 69
"ca-central-1": 80,
"eu-central-1": 76,
"eu-north-1": 76,
"eu-west-1": 76,
"eu-west-2": 76,
"eu-west-3": 76,
"sa-east-1": 76,
"us-east-1": 151,
"us-east-2": 75,
"us-west-1": 75,
"us-west-2": 75,
"ap-south-1": 75,
"ap-northeast-1": 75,
"ap-northeast-2": 75,
"ap-southeast-1": 75,
"ap-southeast-2": 75,
"eu-south-1": 71,
"af-south-1": 71
},
"blackfire-php-80": {
"ca-central-1": 23,
"eu-central-1": 23,
"eu-north-1": 23,
"eu-west-1": 23,
"eu-west-2": 23,
"eu-west-3": 23,
"sa-east-1": 23,
"us-east-1": 23,
"us-east-2": 23,
"us-west-1": 23,
"us-west-2": 23,
"ap-south-1": 23,
"ap-northeast-1": 23,
"ap-northeast-2": 23,
"ap-southeast-1": 23,
"ap-southeast-2": 23,
"eu-south-1": 23,
"af-south-1": 23
"ca-central-1": 25,
"eu-central-1": 25,
"eu-north-1": 25,
"eu-west-1": 25,
"eu-west-2": 25,
"eu-west-3": 25,
"sa-east-1": 25,
"us-east-1": 25,
"us-east-2": 25,
"us-west-1": 25,
"us-west-2": 25,
"ap-south-1": 25,
"ap-northeast-1": 25,
"ap-northeast-2": 25,
"ap-southeast-1": 25,
"ap-southeast-2": 25,
"eu-south-1": 25,
"af-south-1": 25
},
"calendar-php-73": {
"ca-central-1": 1,
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.64.0",
"74": "1.64.0",
"80": "1.64.0"
"73": "1.65.0",
"74": "1.65.0",
"80": "1.65.0"
}

0 comments on commit b73e21c

Please sign in to comment.