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
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,34 @@
## Breaking changes

-->
# Relase 5.30
# Release 5.32

## Release notes

* Changed: the wire-builds reference with 5.32 backend

# Release 5.30

## Release notes

* Changed: the wire-builds reference with 5.30 backend

# Relase 5.28
# Release 5.28

## Release notes

* Changed: the wire-builds reference with 5.28 backend

# Relase 5.27
# Release 5.27

## Release notes

* Added: update prod and demo example values/secrets for wire-server 5.27, aligning PostgreSQL config, postgresMigration (conversation, teamFeatures), rabbitmq, and mlsPrivateKeys across all services

# Relase 5.25 R1
## External dependencies
Changed: Older pinned postgresql versions has been removed - updated them to next available ones

# Release 5.25 R1

## Release notes

Expand All @@ -53,7 +62,7 @@

* Fixed: commands in wiab-stag documentation (#907)

# Relase 5.25
# Release 5.25

## release-notes

Expand Down Expand Up @@ -104,7 +113,7 @@
* Fixed: github workflow and PR template references for wiab-dev (#880)
* Fixed: remove read function to operate .envrc and updated the README.md (#877)

# Relase 5.23
# Release 5.23

## 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: "8d7ab9b948376bde9dbb0756662832635943d849"
artifact_hash: "5b01f250e128db689715558bad6b5e532cf4a7a0"

# 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: 8d7ab9b948376bde9dbb0756662832635943d849
artifact_hash: 5b01f250e128db689715558bad6b5e532cf4a7a0
# when enabled, disable WAN SNAT/masquerading for VMs on the private network
private_deployment: true
1 change: 0 additions & 1 deletion changelog.d/1-debian-builds/postgresql-update-pinned

This file was deleted.

2 changes: 1 addition & 1 deletion offline/tasks/proc_pull_charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ pull_charts() {

}

wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/1cc9193f8ddee6a54f39c41eeca43dea6692d9f4/build.json"
wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/818524e35d2894f5486c50b9ed9ed967ac099561/build.json"
wire_build_chart_release "$wire_build" | pull_charts
Loading