From 6e713b2216ff668f7d0293e6168fbe3c32773710 Mon Sep 17 00:00:00 2001 From: bref-bot <70405299+bref-bot@users.noreply.github.com> Date: Tue, 15 Jun 2021 07:59:42 +0200 Subject: [PATCH] Update Blackfire extension (#242) --- CHANGELOG.md | 6 +++ layers.json | 85 +++++++++++++++++----------------- layers/blackfire/versions.json | 6 +-- 3 files changed, 51 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24630dde..a51cfb9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log +## 0.11.7 + +### Added + +- Updated Blackfire to version 1.60.0. + ## 0.11.6 ### Added diff --git a/layers.json b/layers.json index c2871dc4..79437bec 100644 --- a/layers.json +++ b/layers.json @@ -60,14 +60,34 @@ "af-south-1": 1 }, "blackfire-php-73": { - "ca-central-1": 69, + "ca-central-1": 70, + "eu-central-1": 67, + "eu-north-1": 67, + "eu-west-1": 67, + "eu-west-2": 67, + "eu-west-3": 67, + "sa-east-1": 67, + "us-east-1": 141, + "us-east-2": 66, + "us-west-1": 66, + "us-west-2": 66, + "ap-south-1": 66, + "ap-northeast-1": 66, + "ap-northeast-2": 66, + "ap-southeast-1": 66, + "ap-southeast-2": 66, + "eu-south-1": 61, + "af-south-1": 61 + }, + "blackfire-php-74": { + "ca-central-1": 70, "eu-central-1": 66, "eu-north-1": 66, "eu-west-1": 66, "eu-west-2": 66, "eu-west-3": 66, "sa-east-1": 66, - "us-east-1": 140, + "us-east-1": 141, "us-east-2": 65, "us-west-1": 65, "us-west-2": 65, @@ -76,48 +96,28 @@ "ap-northeast-2": 65, "ap-southeast-1": 65, "ap-southeast-2": 65, - "eu-south-1": 60, - "af-south-1": 60 - }, - "blackfire-php-74": { - "ca-central-1": 69, - "eu-central-1": 65, - "eu-north-1": 65, - "eu-west-1": 65, - "eu-west-2": 65, - "eu-west-3": 65, - "sa-east-1": 65, - "us-east-1": 140, - "us-east-2": 64, - "us-west-1": 64, - "us-west-2": 64, - "ap-south-1": 64, - "ap-northeast-1": 64, - "ap-northeast-2": 64, - "ap-southeast-1": 64, - "ap-southeast-2": 64, - "eu-south-1": 60, - "af-south-1": 60 + "eu-south-1": 61, + "af-south-1": 61 }, "blackfire-php-80": { - "ca-central-1": 14, - "eu-central-1": 14, - "eu-north-1": 14, - "eu-west-1": 14, - "eu-west-2": 14, - "eu-west-3": 14, - "sa-east-1": 14, - "us-east-1": 14, - "us-east-2": 14, - "us-west-1": 14, - "us-west-2": 14, - "ap-south-1": 14, - "ap-northeast-1": 14, - "ap-northeast-2": 14, - "ap-southeast-1": 14, - "ap-southeast-2": 14, - "eu-south-1": 14, - "af-south-1": 14 + "ca-central-1": 15, + "eu-central-1": 15, + "eu-north-1": 15, + "eu-west-1": 15, + "eu-west-2": 15, + "eu-west-3": 15, + "sa-east-1": 15, + "us-east-1": 15, + "us-east-2": 15, + "us-west-1": 15, + "us-west-2": 15, + "ap-south-1": 15, + "ap-northeast-1": 15, + "ap-northeast-2": 15, + "ap-southeast-1": 15, + "ap-southeast-2": 15, + "eu-south-1": 15, + "af-south-1": 15 }, "calendar-php-73": { "ca-central-1": 1, @@ -430,7 +430,6 @@ "us-east-1": 20, "us-east-2": 20, "us-west-1": 20, - "us-west-2": 20, "ap-south-1": 20, "ap-northeast-1": 20, "ap-northeast-2": 20, diff --git a/layers/blackfire/versions.json b/layers/blackfire/versions.json index a9974d08..a1c3f01b 100644 --- a/layers/blackfire/versions.json +++ b/layers/blackfire/versions.json @@ -1,5 +1,5 @@ { - "73": "1.59.2", - "74": "1.59.2", - "80": "1.59.2" + "73": "1.60.0", + "74": "1.60.0", + "80": "1.60.0" } \ No newline at end of file