Skip to content

Commit b08fbca

Browse files
authored
Merge pull request #95 from wireapp/add-upgrade-documentation-and-references
add known bugs section in the config references
2 parents b9fbf22 + 1c555bc commit b08fbca

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

src/how-to/upgrade/05-config-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ It is intended for users who:
1111

1212
## Categories
1313

14+
- Known bugs - known bugs regarding charts deployment and how to work around it, if possible
1415
- Mandatory (breaking) changes - configuration changes that **must** be applied or services will fail to start
1516
- Optional changes - new features, enhancements or monitoring/logging options
1617
- Deprecated - configuration settings that can be removed or omitted, have no impact on the upgrade

src/how-to/upgrade/config-references/wire-server-5.24.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ The following reference was written based on the following [`build.json` charts]
44

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

7+
## Known bugs
8+
9+
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`:
10+
11+
```yaml
12+
brig:
13+
config:
14+
enableFederation: true
15+
```
16+
717
## Mandatory (breaking) changes
818
919
### `brig`

src/how-to/upgrade/config-references/wire-server-5.25.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ The following reference was written based on the following [`build.json` charts]
44

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

7+
## Known bugs
8+
9+
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:
10+
11+
```yaml
12+
brig:
13+
config:
14+
enableFederation: false
15+
```
16+
717
## Mandatory (breaking) changes
818
919
No mandatory changes in comparison to the last release.

0 commit comments

Comments
 (0)