From 9ef2e46722d461465e15fe2ecc916e18dce782b7 Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Wed, 8 Apr 2026 11:05:39 +0200 Subject: [PATCH] fix: WPB-23445 update wire-builds reference to test the default bundle --- changelog.d/2-wire-builds/wire-server-5.28 | 1 + offline/tasks/proc_pull_charts.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/2-wire-builds/wire-server-5.28 diff --git a/changelog.d/2-wire-builds/wire-server-5.28 b/changelog.d/2-wire-builds/wire-server-5.28 new file mode 100644 index 000000000..d923fb258 --- /dev/null +++ b/changelog.d/2-wire-builds/wire-server-5.28 @@ -0,0 +1 @@ +Changed: the wire-builds reference for 2026-q1 with 5.28 backend diff --git a/offline/tasks/proc_pull_charts.sh b/offline/tasks/proc_pull_charts.sh index 204bcd589..1a296d0fc 100755 --- a/offline/tasks/proc_pull_charts.sh +++ b/offline/tasks/proc_pull_charts.sh @@ -94,5 +94,5 @@ pull_charts() { #fi } -wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/ecd204f07540e79fc1febe2483a42111129a5d0d/build.json" +wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/refs/heads/2026-q1/build.json" wire_build_chart_release "$wire_build" | pull_charts