@@ -35,7 +35,7 @@ docker run -d \
3535 -p 33020:33020/udp \
3636 -v $( pwd) /data:/data \
3737 --restart unless-stopped \
38- ghcr.io/grishy/any-sync-bundle:1.4.2 -2026-04-07
38+ ghcr.io/grishy/any-sync-bundle:1.4.3 -2026-04-21
3939```
4040
4141After the first run, import ` ./data/client-config.yml ` into Anytype apps.
@@ -69,12 +69,12 @@ After the first run, import `./data/client-config.yml` into Anytype apps.
6969
7070### Version
7171
72- Current version: ** ` v1.4.2 -2026-04-07 ` **
72+ Current version: ** ` v1.4.3 -2026-04-21 ` **
7373
7474Format: ` v[bundle-version]-[anytype-compatibility-date] `
7575
76- - ` v1.4.2 ` – Bundle's semantic version (SemVer)
77- - ` 2026-04-07 ` – Anytype any-sync compatibility date from [ anytype.io] ( https://puppetdoc.anytype.io/api/v1/prod-any-sync-compatible-versions/ )
76+ - ` v1.4.3 ` – Bundle's semantic version (SemVer)
77+ - ` 2026-04-21 ` – Anytype any-sync compatibility date from [ anytype.io] ( https://puppetdoc.anytype.io/api/v1/prod-any-sync-compatible-versions/ )
7878
7979> The compatibility date suffix is always derived in UTC.
8080
@@ -86,8 +86,8 @@ Format: `v[bundle-version]-[anytype-compatibility-date]`
8686
8787| Image Tag | Description |
8888| --------------------------------------------------------- | ----------------------------------- |
89- | ` ghcr.io/grishy/any-sync-bundle:1.4.2 -2026-04-07 ` | All-in-one (embedded MongoDB/Redis) |
90- | ` ghcr.io/grishy/any-sync-bundle:1.4.2 -2026-04-07 -minimal ` | Minimal (external MongoDB/Redis) |
89+ | ` ghcr.io/grishy/any-sync-bundle:1.4.3 -2026-04-21 ` | All-in-one (embedded MongoDB/Redis) |
90+ | ` ghcr.io/grishy/any-sync-bundle:1.4.3 -2026-04-21 -minimal ` | Minimal (external MongoDB/Redis) |
9191
9292Latest tags (` :latest ` , ` :minimal ` ) are available, but explicit version tags are recommended.
9393
0 commit comments