chore(deps): update superseriousbusiness/gotosocial docker tag to v0.21.2 #595
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/superseriousbusiness-gotosocial-0.x"
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.1→0.21.2Release Notes
superseriousbusiness/gotosocial (superseriousbusiness/gotosocial)
v0.21.2: Even More Sacreligious SlothCompare Source
happy souls "i've got boss weapons" voice: We've got BUGFIX RELEAAAASE
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.2throughout. Be aware that the update to 0.21.x contains some database migrations. Please do read the notes carefully!Release highlights
Bugfixes and little chores! Check the commits at the bottom of the page.
Note that we bumped the Go version number to v1.25 for this release. Normally we wouldn't do this in a bugfix release, but a dependency update (including a bugfix) depended on it, so here we are. Practically speaking you probably won't notice a difference, but it's worth mentioning.
Migration notes
Upgrading
To upgrade to v0.21.2 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.2ordocker pull docker.io/superseriousbusiness/gotosocial:latestif this is a stable release and not a release candidate.config.yaml
No changes since v0.21.0.
Database Migrations
No migrations since v0.21.0.
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.2docker.io/superseriousbusiness/gotosocial:0.21.2nowasmFor 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
Features and performance
e4d08c6: [performance] don't block on media load on API endpoints to improve latency (#4756) (@gruf)Bug fixes
05c3f3d: [bugfix] numerous media processing bug fixes (#4771) (@gruf)b90cbab: [bugfix] Preescape backslashes when doing plaintext parsing (#4770) (@kipvandenbos)b80b4a7: [bugfix] fix media setting errors on codec unsupported or generic ffmpeg/ffprobe related errors (#4749) (@gruf)dc11464: [bugfix] Fix 404 for local audio files with no cover image (#4739) (@kipvandenbos)Chores & version bumps
343fed2: [chore] Updategotosocial-woodpecker-buildversion number (#4774) (@kipvandenbos)2edb4b0: [chore] update dependencies (#4773) (@gruf)e558a03: [chore/performance] Set lazy loading in HTML for status header avatars (#4772) (@kipvandenbos)7e95408: [chore] update dependencies (#4745) (@gruf)0e309bb: [chore] Usebun.Ident()inGetCachedAttachments(#4753) (@kipvandenbos)Documentation
f2a4b8a: [docs/bugfix] Fix link to example systemctl file (#4751) (@kipvandenbos)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.