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
1 change: 1 addition & 0 deletions src/how-to/upgrade/05-config-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ It is intended for users who:

## Categories

- Known bugs - known bugs regarding charts deployment and how to work around it, if possible
- Mandatory (breaking) changes - configuration changes that **must** be applied or services will fail to start
- Optional changes - new features, enhancements or monitoring/logging options
- Deprecated - configuration settings that can be removed or omitted, have no impact on the upgrade
Expand Down
10 changes: 10 additions & 0 deletions src/how-to/upgrade/config-references/wire-server-5.24.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ The following reference was written based on the following [`build.json` charts]

For additional details, you can also read our [release chagelog](https://github.com/wireapp/wire-server/releases/tag/v2025-11-26).

## Known bugs

There is a bug with our `brig` charts failing to deploy in a non-federated environment. If you are running a non-federated environment, to work around this, set the following configuration in your `brig`:

```yaml
brig:
config:
enableFederation: true
```

## Mandatory (breaking) changes

### `brig`
Expand Down
10 changes: 10 additions & 0 deletions src/how-to/upgrade/config-references/wire-server-5.25.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ The following reference was written based on the following [`build.json` charts]

For additional details, you can also read our [release changelog](https://github.com/wireapp/wire-server/releases/tag/v2026-01-13).

## Known bugs

Bug in `brig` for non-federated environments in `wire-server-5.24.0` release has been fixed with this release. You can remove (or set to false!) the following config, if it was used as a workaround in the last release:

```yaml
brig:
config:
enableFederation: false
```

## Mandatory (breaking) changes

No mandatory changes in comparison to the last release.
Expand Down