From 3bd67859b2bcd096aab4d636a9bb02d7eb951cb7 Mon Sep 17 00:00:00 2001 From: bref-bot <70405299+bref-bot@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:36:06 +0200 Subject: [PATCH] Update Blackfire extension (#483) --- 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 19f312a7..95f56ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Please check out the GitHub release notes. +## 1.2.6 + +### Added + +- Updated Blackfire to version 1.89.0. + ## 1.2.5 ### Added diff --git a/layers.json b/layers.json index 156eab3c..2de54f40 100644 --- a/layers.json +++ b/layers.json @@ -72,76 +72,76 @@ "me-south-1": 5 }, "blackfire-php-80": { - "ca-central-1": 263, - "eu-central-1": 263, - "eu-north-1": 263, - "eu-west-1": 263, - "eu-west-2": 263, - "eu-west-3": 263, - "sa-east-1": 263, - "us-east-1": 263, - "us-east-2": 263, - "us-west-1": 263, - "us-west-2": 262, - "ap-east-1": 202, - "ap-south-1": 251, - "ap-northeast-1": 251, - "ap-northeast-2": 251, - "ap-northeast-3": 202, - "ap-southeast-1": 251, - "ap-southeast-2": 251, - "eu-south-1": 251, - "eu-south-2": 96, - "af-south-1": 226, - "me-south-1": 177 + "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 }, "blackfire-php-81": { - "ca-central-1": 198, - "eu-central-1": 198, - "eu-north-1": 198, - "eu-west-1": 198, - "eu-west-2": 198, - "eu-west-3": 198, - "sa-east-1": 198, - "us-east-1": 198, - "us-east-2": 198, - "us-west-1": 198, - "us-west-2": 198, - "ap-east-1": 198, - "ap-south-1": 198, - "ap-northeast-1": 198, - "ap-northeast-2": 198, - "ap-northeast-3": 198, - "ap-southeast-1": 198, - "ap-southeast-2": 198, - "eu-south-1": 198, - "eu-south-2": 96, - "af-south-1": 173, - "me-south-1": 173 + "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 }, "blackfire-php-82": { - "ca-central-1": 77, - "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": 77, - "us-east-2": 77, - "us-west-1": 77, - "us-west-2": 77, - "ap-east-1": 77, - "ap-south-1": 77, - "ap-northeast-1": 77, - "ap-northeast-2": 77, - "ap-northeast-3": 77, - "ap-southeast-1": 77, - "ap-southeast-2": 77, - "eu-south-1": 77, - "eu-south-2": 77, - "af-south-1": 77, - "me-south-1": 77 + "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 }, "bsdiff-php-80": { "ca-central-1": 3, diff --git a/layers/blackfire/versions.json b/layers/blackfire/versions.json index 0a52e6ed..695e5f63 100644 --- a/layers/blackfire/versions.json +++ b/layers/blackfire/versions.json @@ -1,5 +1,5 @@ { - "80": "1.88.1", - "81": "1.88.1", - "82": "1.88.1" + "80": "1.89.0", + "81": "1.89.0", + "82": "1.89.0" } \ No newline at end of file