From d8418fbd60a0a70c0739bc147ea3eb7a7b58fc54 Mon Sep 17 00:00:00 2001 From: bref-bot <70405299+bref-bot@users.noreply.github.com> Date: Wed, 28 Jun 2023 19:14:01 +0200 Subject: [PATCH] Update Blackfire extension (#463) --- CHANGELOG.md | 6 ++ layers.json | 132 ++++++++++++++++----------------- layers/blackfire/versions.json | 6 +- 3 files changed, 75 insertions(+), 69 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e43c8c..576adc59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log +## 1.2.4 + +### Added + +- Updated Blackfire to version 1.88.0. + ## 1.2.3 * Fix Laravel support diff --git a/layers.json b/layers.json index 57fb8aeb..fb45c9d5 100644 --- a/layers.json +++ b/layers.json @@ -72,76 +72,76 @@ "me-south-1": 5 }, "blackfire-php-80": { - "ca-central-1": 210, - "eu-central-1": 210, - "eu-north-1": 210, - "eu-west-1": 210, - "eu-west-2": 210, - "eu-west-3": 210, - "sa-east-1": 210, - "us-east-1": 210, - "us-east-2": 210, - "us-west-1": 210, - "us-west-2": 209, - "ap-east-1": 149, - "ap-south-1": 198, - "ap-northeast-1": 198, - "ap-northeast-2": 198, - "ap-northeast-3": 149, - "ap-southeast-1": 198, - "ap-southeast-2": 198, - "eu-south-1": 198, - "eu-south-2": 43, - "af-south-1": 173, - "me-south-1": 124 + "ca-central-1": 211, + "eu-central-1": 211, + "eu-north-1": 211, + "eu-west-1": 211, + "eu-west-2": 211, + "eu-west-3": 211, + "sa-east-1": 211, + "us-east-1": 211, + "us-east-2": 211, + "us-west-1": 211, + "us-west-2": 210, + "ap-east-1": 150, + "ap-south-1": 199, + "ap-northeast-1": 199, + "ap-northeast-2": 199, + "ap-northeast-3": 150, + "ap-southeast-1": 199, + "ap-southeast-2": 199, + "eu-south-1": 199, + "eu-south-2": 44, + "af-south-1": 174, + "me-south-1": 125 }, "blackfire-php-81": { - "ca-central-1": 145, - "eu-central-1": 145, - "eu-north-1": 145, - "eu-west-1": 145, - "eu-west-2": 145, - "eu-west-3": 145, - "sa-east-1": 145, - "us-east-1": 145, - "us-east-2": 145, - "us-west-1": 145, - "us-west-2": 145, - "ap-east-1": 145, - "ap-south-1": 145, - "ap-northeast-1": 145, - "ap-northeast-2": 145, - "ap-northeast-3": 145, - "ap-southeast-1": 145, - "ap-southeast-2": 145, - "eu-south-1": 145, - "eu-south-2": 43, - "af-south-1": 120, - "me-south-1": 120 + "ca-central-1": 146, + "eu-central-1": 146, + "eu-north-1": 146, + "eu-west-1": 146, + "eu-west-2": 146, + "eu-west-3": 146, + "sa-east-1": 146, + "us-east-1": 146, + "us-east-2": 146, + "us-west-1": 146, + "us-west-2": 146, + "ap-east-1": 146, + "ap-south-1": 146, + "ap-northeast-1": 146, + "ap-northeast-2": 146, + "ap-northeast-3": 146, + "ap-southeast-1": 146, + "ap-southeast-2": 146, + "eu-south-1": 146, + "eu-south-2": 44, + "af-south-1": 121, + "me-south-1": 121 }, "blackfire-php-82": { - "ca-central-1": 24, - "eu-central-1": 24, - "eu-north-1": 24, - "eu-west-1": 24, - "eu-west-2": 24, - "eu-west-3": 24, - "sa-east-1": 24, - "us-east-1": 24, - "us-east-2": 24, - "us-west-1": 24, - "us-west-2": 24, - "ap-east-1": 24, - "ap-south-1": 24, - "ap-northeast-1": 24, - "ap-northeast-2": 24, - "ap-northeast-3": 24, - "ap-southeast-1": 24, - "ap-southeast-2": 24, - "eu-south-1": 24, - "eu-south-2": 24, - "af-south-1": 24, - "me-south-1": 24 + "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-east-1": 25, + "ap-south-1": 25, + "ap-northeast-1": 25, + "ap-northeast-2": 25, + "ap-northeast-3": 25, + "ap-southeast-1": 25, + "ap-southeast-2": 25, + "eu-south-1": 25, + "eu-south-2": 25, + "af-south-1": 25, + "me-south-1": 25 }, "bsdiff-php-80": { "ca-central-1": 3, diff --git a/layers/blackfire/versions.json b/layers/blackfire/versions.json index e73e7114..2edd0124 100644 --- a/layers/blackfire/versions.json +++ b/layers/blackfire/versions.json @@ -1,5 +1,5 @@ { - "80": "1.87.2", - "81": "1.87.2", - "82": "1.87.2" + "80": "1.88.0", + "81": "1.88.0", + "82": "1.88.0" } \ No newline at end of file