From f427e3ec58ca375b1bd028bb2e4c60079a3f7173 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:04:43 +0000 Subject: [PATCH 1/3] doc: Update README --- .github/README.md | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/.github/README.md b/.github/README.md index 7a2f9f2..6068e81 100644 --- a/.github/README.md +++ b/.github/README.md @@ -13,43 +13,11 @@ An implementation of the Umbraco IFileSystem connecting your Umbraco Media secti The package includes a suite of health checks to verify the connection to the B2 bucket. -> [!IMPORTANT] -> Version 16 will only receive security updates and no new features. +> [!WARNING] +> Version 16 is no longer supported and is End of Life (EOL). > Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2?tab=security-ov-file#supported-versions) for more information. -## Installation - -### Install Package - -```powershell -dotnet add package Umbraco.Community.FileSystemProviders.B2 -``` - -## Configuration - -1. Add the following configuration to your `appsettings.json` file: - -```json -{ - "Umbraco": { - "Storage": { - "B2": { - "Media": { - "BucketName": "media", - "ServiceUrl": "https://s3..backblazeb2.com", - "UseAccelerateEndpoint": false, - "Credentials": { - "ApplicationKey": "abc123abc123abc123abc123abc123", - "KeyId": "aaaabbbbccccdddd0000000001" - } - } - } - } - } -} -``` - ## Security > [!NOTE] From 3cee507665d8a2829dca7f334704539319031f5a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:05:08 +0000 Subject: [PATCH 2/3] doc: Update security policy --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index da02db8..8b771a1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,6 @@ The following table outlines the versions of the project that are currently supp | Package Version | Umbraco Version | Security Phase Start | End of Life | | ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- || [13.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v13) | 13 | 2025-12-14 | 2026-12-14 | -| [16.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v16) | 16 | 2026-03-12 | 2026-06-12 | | [17.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v17) | 17 | 2027-11-27 | 2028-11-27 | ## Unsupported Versions @@ -19,6 +18,7 @@ The following table outlines the versions of the project that are currently supp | [12.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v12) | 12 | 2024-06-29 | | [14.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v14) | 14 | 2025-05-30 | | [15.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v15) | 15 | 2025-11-14 | +| [16.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v16) | 16 | 2026-06-12 | From 92747518b7afbc31ef68d73f2094733ed3a3a352 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:27:00 +0000 Subject: [PATCH 3/3] doc: Update security policy --- SECURITY.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 8b771a1..0be3dc0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,14 +7,16 @@ The following table outlines the versions of the project that are currently supp > [!NOTE] > Once a version starts its security phase, it will no longer receive feature updates. Only critical bug fixes and security updates will be provided. -| Package Version | Umbraco Version | Security Phase Start | End of Life | -| ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- || [13.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v13) | 13 | 2025-12-14 | 2026-12-14 | +| Package Version | Umbraco Version | Security Phase Start | End of Life | +|-----------------|-----------------|----------------------|-------------| +| [13.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v13) | 13 | 2025-12-14 | 2026-12-14 | | [17.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v17) | 17 | 2027-11-27 | 2028-11-27 | ## Unsupported Versions -| Package Version | Umbraco Version | End of Life | -| ---------------------------------------------------------------------------------- | --------------- | ----------- || [10.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v10) | 10 | 2025-06-16 | +| Package Version | Umbraco Version | End of Life | +|-----------------|-----------------|-------------| +| [10.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v10) | 10 | 2025-06-16 | | [12.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v12) | 12 | 2024-06-29 | | [14.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v14) | 14 | 2025-05-30 | | [15.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v15) | 15 | 2025-11-14 |