From ba62c2b04a9d9ed9b2b41d5d5d9f83ce0fa60b16 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 14 May 2025 15:15:12 +0200 Subject: [PATCH 1/2] emqx: add deprecation notice --- emqx/deprecated.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 emqx/deprecated.md diff --git a/emqx/deprecated.md b/emqx/deprecated.md new file mode 100644 index 000000000000..b4863cbe2a28 --- /dev/null +++ b/emqx/deprecated.md @@ -0,0 +1,5 @@ +Starting from v5.9.0, EMQX has unified all features from the previous Open Source and Enterprise editions into a single, powerful offering with the Business Source License (BSL) 1.1. + +If you want to understand why we made the change, please read this [blog post](https://www.emqx.com/en/news/emqx-adopts-business-source-license), and if you want to know more about the new license, please read the [EMQX Licensing FAQ](https://www.emqx.com/en/content/license-faq). + +Consequently, we stopped publishing the official Dockehub `emqx` image. EMQX v5.9.0+ will only be available in the `emqx/emqx` and `emqx/emqx-enterprise` Docker repositories. From bf6e1ab2ebae0fb4dc4da816e06424c613d6938d Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Thu, 15 May 2025 08:37:29 +0200 Subject: [PATCH 2/2] emqx: refine deprecation notice --- emqx/deprecated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emqx/deprecated.md b/emqx/deprecated.md index b4863cbe2a28..b20afcf8e225 100644 --- a/emqx/deprecated.md +++ b/emqx/deprecated.md @@ -2,4 +2,4 @@ Starting from v5.9.0, EMQX has unified all features from the previous Open Sourc If you want to understand why we made the change, please read this [blog post](https://www.emqx.com/en/news/emqx-adopts-business-source-license), and if you want to know more about the new license, please read the [EMQX Licensing FAQ](https://www.emqx.com/en/content/license-faq). -Consequently, we stopped publishing the official Dockehub `emqx` image. EMQX v5.9.0+ will only be available in the `emqx/emqx` and `emqx/emqx-enterprise` Docker repositories. +Consequently, we stopped publishing the `emqx` Docker Official Image. EMQX v5.9.0+ will only be available in the [`emqx/emqx`](https://hub.docker.com/r/emqx/emqx) and [`emqx/emqx-enterprise`](https://hub.docker.com/r/emqx/emqx-enterprise) Docker Hub repositories.