Skip to content

Commit d40d432

Browse files
authored
Version notes updates
1 parent f18c6aa commit d40d432

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/configuration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ docker-compose up -d
5252

5353
`From version v1.1 onwards, we are using ghcr.io/shuffle/* registry instead of ghcr.io/frikky/*`
5454

55-
As long as you use Docker, updating Shuffle is straight forward. To use a specific version of Shuffle, check out [specific version](/docs/configuration#specific-versioning). We recommend always sticking to the `latest` tag, and if you want experimental changes, use the `nightly` tag. You may however in specific cases want to use a static tag, such as `2.0.0`
55+
As long as you use Docker, updating Shuffle is straight forward. To use a specific version of Shuffle, check out [specific version](/docs/configuration#specific-versioning). We recommend always sticking to the `latest` tag, and if you want experimental changes, use the `nightly` tag. You may however in specific cases want to use a static tag, such as `2.1.1`
5656

5757
While being in the main repository, here is how to update Shuffle:
5858

@@ -62,6 +62,10 @@ git pull
6262
docker-compose pull
6363
docker-compose up -d
6464
```
65+
**Please note:**
66+
We will no longer provide support for older versions after this date. To ensure uninterrupted access and the best possible experience, please upgrade to **Shuffle v2.1.1 before January 31, 2026**.
67+
68+
Versions v2.1.1+ include strict, enforced limitations. We are now actively enforcing the differences between the [Open Source (OSS) and Enterprise editions](https://shuffler.io/articles/Open_Source_vs_Enterprise), differences that have always existed but were not previously enforced.
6569

6670
**PS: This will NOT update your apps, meaning they may be outdated. To update your apps, go to /apps and click both buttons in the top right corner (reload apps locally & Download from Github)**
6771

0 commit comments

Comments
 (0)