From 41827e1721d366207df08e0e8761f4af624e0dda Mon Sep 17 00:00:00 2001 From: bref-bot <70405299+bref-bot@users.noreply.github.com> Date: Fri, 29 Sep 2023 07:57:13 +0200 Subject: [PATCH] Update Blackfire extension (#494) --- CHANGELOG.md | 4 + layers.json | 132 ++++++++++++++++----------------- layers/blackfire/versions.json | 6 +- 3 files changed, 73 insertions(+), 69 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b921a2f..8d1aa3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 1.3.2 + +- Updated Blackfire to version 1.90.0. + ## 1.3.1 - Update PDO sqlsrv to 5.11.1 diff --git a/layers.json b/layers.json index 45c83a99..23457ef3 100644 --- a/layers.json +++ b/layers.json @@ -72,76 +72,76 @@ "me-south-1": 5 }, "blackfire-php-80": { - "ca-central-1": 264, - "eu-central-1": 264, - "eu-north-1": 264, - "eu-west-1": 264, - "eu-west-2": 264, - "eu-west-3": 264, - "sa-east-1": 264, - "us-east-1": 264, - "us-east-2": 264, - "us-west-1": 264, - "us-west-2": 263, - "ap-east-1": 203, - "ap-south-1": 252, - "ap-northeast-1": 252, - "ap-northeast-2": 252, - "ap-northeast-3": 203, - "ap-southeast-1": 252, - "ap-southeast-2": 252, - "eu-south-1": 252, - "eu-south-2": 97, - "af-south-1": 227, - "me-south-1": 178 + "ca-central-1": 265, + "eu-central-1": 265, + "eu-north-1": 265, + "eu-west-1": 265, + "eu-west-2": 265, + "eu-west-3": 265, + "sa-east-1": 265, + "us-east-1": 265, + "us-east-2": 265, + "us-west-1": 265, + "us-west-2": 264, + "ap-east-1": 204, + "ap-south-1": 253, + "ap-northeast-1": 253, + "ap-northeast-2": 253, + "ap-northeast-3": 204, + "ap-southeast-1": 253, + "ap-southeast-2": 253, + "eu-south-1": 253, + "eu-south-2": 98, + "af-south-1": 228, + "me-south-1": 179 }, "blackfire-php-81": { - "ca-central-1": 199, - "eu-central-1": 199, - "eu-north-1": 199, - "eu-west-1": 199, - "eu-west-2": 199, - "eu-west-3": 199, - "sa-east-1": 199, - "us-east-1": 199, - "us-east-2": 199, - "us-west-1": 199, - "us-west-2": 199, - "ap-east-1": 199, - "ap-south-1": 199, - "ap-northeast-1": 199, - "ap-northeast-2": 199, - "ap-northeast-3": 199, - "ap-southeast-1": 199, - "ap-southeast-2": 199, - "eu-south-1": 199, - "eu-south-2": 97, - "af-south-1": 174, - "me-south-1": 174 + "ca-central-1": 200, + "eu-central-1": 200, + "eu-north-1": 200, + "eu-west-1": 200, + "eu-west-2": 200, + "eu-west-3": 200, + "sa-east-1": 200, + "us-east-1": 200, + "us-east-2": 200, + "us-west-1": 200, + "us-west-2": 200, + "ap-east-1": 200, + "ap-south-1": 200, + "ap-northeast-1": 200, + "ap-northeast-2": 200, + "ap-northeast-3": 200, + "ap-southeast-1": 200, + "ap-southeast-2": 200, + "eu-south-1": 200, + "eu-south-2": 98, + "af-south-1": 175, + "me-south-1": 175 }, "blackfire-php-82": { - "ca-central-1": 78, - "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": 78, - "us-east-2": 78, - "us-west-1": 78, - "us-west-2": 78, - "ap-east-1": 78, - "ap-south-1": 78, - "ap-northeast-1": 78, - "ap-northeast-2": 78, - "ap-northeast-3": 78, - "ap-southeast-1": 78, - "ap-southeast-2": 78, - "eu-south-1": 78, - "eu-south-2": 78, - "af-south-1": 78, - "me-south-1": 78 + "ca-central-1": 79, + "eu-central-1": 79, + "eu-north-1": 79, + "eu-west-1": 79, + "eu-west-2": 79, + "eu-west-3": 79, + "sa-east-1": 79, + "us-east-1": 79, + "us-east-2": 79, + "us-west-1": 79, + "us-west-2": 79, + "ap-east-1": 79, + "ap-south-1": 79, + "ap-northeast-1": 79, + "ap-northeast-2": 79, + "ap-northeast-3": 79, + "ap-southeast-1": 79, + "ap-southeast-2": 79, + "eu-south-1": 79, + "eu-south-2": 79, + "af-south-1": 79, + "me-south-1": 79 }, "bsdiff-php-80": { "ca-central-1": 3, diff --git a/layers/blackfire/versions.json b/layers/blackfire/versions.json index 695e5f63..769d4e19 100644 --- a/layers/blackfire/versions.json +++ b/layers/blackfire/versions.json @@ -1,5 +1,5 @@ { - "80": "1.89.0", - "81": "1.89.0", - "82": "1.89.0" + "80": "1.90.0", + "81": "1.90.0", + "82": "1.90.0" } \ No newline at end of file