Update superseriousbusiness/gotosocial Docker tag to v0.21.3 #10
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
major
minor
patch
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
oeng/gotosocial-chart!10
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/10/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.21.2→0.21.3Release Notes
superseriousbusiness/gotosocial (superseriousbusiness/gotosocial)
v0.21.3: Most Sacrilegious SlothCompare Source
Here's version 0.21.3 of GoToSocial!
This is the last bugfix + dependency update release for v0.21.x!
If you're updating to this version from v0.21.x, it's a very easy update with no db migrations.
If you're updating to this version from a version before v0.21.0, please follow the update instructions from v0.21.0, but replace
0.21.0with0.21.3throughout. Be aware that the update to 0.21.x contains some database migrations. Please do read the notes carefully!Don't switch to this version from current (25 Jun 2026) snapshots or v0.22.0 release candidates. They already have everything that's in here (and more).
Release highlights
Migration notes
Upgrading
To upgrade to v0.21.3 from a previous release:
Binary/tar
sqlite.dbfile, eg.,cp sqlite.db sqlite.db.backup. On Postgres you can do this with pg_dump.Docker
sqlite.dbfile, eg.,cp sqlite.db sqlite.db.backup. On Postgres you can do this with pg_dump.docker pull docker.io/superseriousbusiness/gotosocial:0.21.3ordocker pull docker.io/superseriousbusiness/gotosocial:latestif this is a stable release and not a release candidate.config.yaml
No changes since v0.21.2.
Database Migrations
No migrations since v0.21.2.
Which release archive/container should I use?
GoToSocial releases binary builds for 64-bit Linux, FreeBSD, and NetBSD operating systems. We also release Docker builds for 64-bit Linux.
docker.io/superseriousbusiness/gotosocial:0.21.3docker.io/superseriousbusiness/gotosocial:0.21.3nowasmFor your convenience, we also provide UNSUPPORTED, EXPERIMENTAL BUILDS, created using the
nowasmtag, in the downloads list below. There is no Docker build fornowasm.GoToSocial releases built with
nowasmuse the Go-native, modernc version of SQLite instead of the WASM one, and will use on-system ffmpeg and ffprobe binaries for media processing.Using a
nowasmbuild is currently the only way to run GoToSocial on a 32-bit system.For more information on running a
nowasmbuild, see the nowasm documentation page.Changelog
Bug fixes
4356eb2[bugfix] stricter property value counts (#4905)83d5b43[bugfix] Allow hyphen in usernameRelaxed regex (#4902)4841679[bugfix] Add support forpublic:remotestream type (#4899)ed24d28[bugfix] Update go-sqlite3 to v0.35.1 to fixout of memorypanic during migration (#4864)0c5de3d[bugfix] nowasm: on context cancel hook, check that process is non-nil before calling Kill() (#4855)64cc8fa[bugfix/frontend] Validate domain name for new domain perms earlier to avoid confusing err messages (#4826)9c786af[bugfix] Ignore extraneous data streams when processing videos (#4819)Chores & version bumps
e7a751a[chore] tidying up8a1aaf9[chore] update dependencies (#4904)63be42d[chore] update dependencies (#4854)f462d18[chore] update dependencies (#4848)95fb3f1[chore] update dependencies (#4848)022813b[chore] Add more bullshit crawlers torobots.txt🖕 (#4829)2d86e96[chore] update dependencies (#4806)10dcc7f[chore] update dependencies (#4801)d2826ea[chore] update dependencies (#4797)8338254[chore] update dependencies (#4791)2264d0f[chore] update dependencies (#4784)Documentation
cc859ef[docs] update list of supported platforms regarding recent changes to ncruces/go-sqlite3 and our build tag behaviour (#4858)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.