Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/how-to/upgrade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Complete documentation for upgrading `wire-server` deployments.
- [Wire Server 5.28.0](config-references/wire-server-5.28.0.md)
- [Wire Server 5.29.0](config-references/wire-server-5.29.0.md)
- [Wire Server 5.30.0](config-references/wire-server-5.30.0.md)
- [Wire Server 5.32.0](config-references/wire-server-5.32.0.md)
- [Wire Server 5.32.0](config-references/wire-server-5.32.0.md)
24 changes: 24 additions & 0 deletions src/how-to/upgrade/config-references/wire-server-5.33.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Wire-Server `5.33.0` release

For details, see the [release changelog](https://github.com/wireapp/wire-server/releases/tag/v2026-06-12) on the wire-server repo.

Artifact:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove artifact link, replace with build.json link

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add both:

  • Artifact link
  • build.json file link

[`wire-server-deploy-static-4a7c9ee5d6f0cd7bf5ef76b72324b61028176f52.tgz`](https://s3-eu-west-1.amazonaws.com/public.wire.com/artifacts/wire-server-deploy-static-4a7c9ee5d6f0cd7bf5ef76b72324b61028176f52.tgz)

Build manifest: [build.json](https://raw.githubusercontent.com/wireapp/wire-builds/refs/heads/pinned-offline-5.33.0/build.json)

## Heads up

Coming from `5.32.0`.

The background-worker migration timeout configuration was renamed from migrateConversationsOptions to migrationOptions. The old key is no longer read, so update any custom Helm overrides to the new name to avoid unexpected defaults.

No known bugs at this release.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

even though this info is in the release notes, I would also state this explicitly on this page:

The background-worker migration timeout configuration was renamed from migrateConversationsOptions to migrationOptions. The old key is no longer read, so update any custom Helm overrides to the new name to avoid unexpected defaults.


## What must change

No changes are required for this release.

## Recommended cleanup (not strictly required)

If your custom values still contain duplicate `postgresMigration` entries in Brig or background-worker, remove them. Galley is the single source of truth for these settings.
Loading