Skip to content
Open
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

-->

# Relase 5.25 R2

## Release notes

* Changed: disabled the MLS by default in 5.25-R1 and release it as 5.25R2

# Relase 5.25 R1

## Release notes
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/demo/host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ wiab:
wire_ip: ""

# artifact_hash
artifact_hash: "2dd562a37d449eb88eb1f77dcad5c9153987af5f"
artifact_hash: "dbdb1499977619f7aa7d24c13759a64143e4afb5"

# docker vars
docker_ce_version: "5:28.1.1-1~ubuntu.24.04~noble"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/demo/wiab-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ wiab-staging:
ansible_user: 'demo'
ansible_ssh_private_key_file: "~/.ssh/id_ed25519"
vars:
artifact_hash: 2dd562a37d449eb88eb1f77dcad5c9153987af5f
artifact_hash: dbdb1499977619f7aa7d24c13759a64143e4afb5
# when enabled, disable WAN SNAT/masquerading for VMs on the private network
private_deployment: true
1 change: 1 addition & 0 deletions changelog.d/2-wire-builds/5.25-mls-disabled
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed: disabled the MLS by default for 5.25-R1
4 changes: 2 additions & 2 deletions values/wire-server/demo-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ brig:
teamMemberWelcome: https://wire.example.com/download # change this
enableFederation: false # Keep false unless federation is explicitly configured
optSettings:
setEnableMLS: true # Enable for MLS protocol use
setEnableMLS: false # Enable for MLS protocol use
setFederationDomain: example.com # change this per host deployment
# Sync the domain with the 'host' variable in the sftd chart
# Comment the next line (by adding '#' before it) if conference calling is not used
Expand Down Expand Up @@ -199,7 +199,7 @@ galley:
status: disabled
config:
protocolToggleUsers: []
defaultProtocol: mls
defaultProtocol: proteus
allowedCipherSuites: [2]
defaultCipherSuite: 2
supportedProtocols: [proteus, mls]
Expand Down
4 changes: 2 additions & 2 deletions values/wire-server/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ brig:
teamMemberWelcome: https://wire.example.com/download # change this
enableFederation: false # Keep false unless federation is explicitly configured
optSettings:
setEnableMLS: true # Enable for MLS protocol use
setEnableMLS: false # Enable for MLS protocol use
setFederationDomain: example.com # change this per host deployment
# Sync the domain with the 'host' variable in the sftd chart
# Comment the next line (by adding '#' before it) if conference calling is not used
Expand Down Expand Up @@ -199,7 +199,7 @@ galley:
status: disabled
config:
protocolToggleUsers: []
defaultProtocol: mls
defaultProtocol: proteus
allowedCipherSuites: [2]
defaultCipherSuite: 2
supportedProtocols: [proteus, mls]
Expand Down
Loading