From 50d2a6f172b9647209b82e3a67a9cdfdef26a3f8 Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Wed, 8 Apr 2026 15:16:04 +0200 Subject: [PATCH 1/4] fix: WPB-23445 remove hard coded nginx image references for sftd-join-call --- values/sftd/demo-values.example.yaml | 4 ---- values/sftd/prod-values.example.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/values/sftd/demo-values.example.yaml b/values/sftd/demo-values.example.yaml index 91dc2c885..566db6bc4 100644 --- a/values/sftd/demo-values.example.yaml +++ b/values/sftd/demo-values.example.yaml @@ -3,10 +3,6 @@ host: sftd.example.com replicaCount: 1 joinCall: replicaCount: 1 - image: - repository: docker.io/bitnamilegacy/nginx - pullPolicy: IfNotPresent - tag: "1.27.3-debian-12-r5" tls: issuerRef: name: letsencrypt-http01 diff --git a/values/sftd/prod-values.example.yaml b/values/sftd/prod-values.example.yaml index 1c2374f9e..e93462308 100644 --- a/values/sftd/prod-values.example.yaml +++ b/values/sftd/prod-values.example.yaml @@ -14,10 +14,6 @@ joinCall: # this value should be set to 3 when deployed in a full production DMZ manner # replicaCount = 1 is to support the simple wiab-staging solution replicaCount: 1 - image: - repository: docker.io/bitnamilegacy/nginx - pullPolicy: IfNotPresent - tag: "1.27.3-debian-12-r5" # Uncomment to enable SFT to SFT communication for federated calls # multiSFT: From dde9f133798dddc2af562f5d8efff6d1d87f6c7c Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Tue, 24 Mar 2026 17:29:26 +0100 Subject: [PATCH 2/4] fix: WPB-25755 update wire-builds reference to test the default bundle --- changelog.d/2-wire-builds/wsd-5.28 | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/2-wire-builds/wsd-5.28 diff --git a/changelog.d/2-wire-builds/wsd-5.28 b/changelog.d/2-wire-builds/wsd-5.28 new file mode 100644 index 000000000..d923fb258 --- /dev/null +++ b/changelog.d/2-wire-builds/wsd-5.28 @@ -0,0 +1 @@ +Changed: the wire-builds reference for 2026-q1 with 5.28 backend From a51e3e4a8c5c74f4aa7d3842cbd103764ff9dcc2 Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Thu, 4 Jun 2026 22:45:27 +0200 Subject: [PATCH 3/4] fix: WPB-25755 update default artifact hashes for wiab-stag and dev and update changelog --- CHANGELOG.md | 6 ++++++ ansible/inventory/demo/host.yml | 2 +- ansible/inventory/demo/wiab-staging.yml | 2 +- changelog.d/2-wire-builds/wsd-5.28 | 1 - 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/2-wire-builds/wsd-5.28 diff --git a/CHANGELOG.md b/CHANGELOG.md index ede600d1d..e5d1c85fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ ## Breaking changes --> +# Relase 5.28 + +## Release notes + +* Changed: the wire-builds reference for 2026-q1 with 5.28 backend + # Relase 5.27 ## Release notes diff --git a/ansible/inventory/demo/host.yml b/ansible/inventory/demo/host.yml index 0e4a23614..5c5230cf7 100644 --- a/ansible/inventory/demo/host.yml +++ b/ansible/inventory/demo/host.yml @@ -18,7 +18,7 @@ wiab: wire_ip: "" # artifact_hash - artifact_hash: "54c1c37d9b5d963d581d43e38c2c0b93c4c086d9" + artifact_hash: "8b427c9d8cb7ca40bcf592baae5692eb32772f28" # docker vars docker_ce_version: "5:28.1.1-1~ubuntu.24.04~noble" diff --git a/ansible/inventory/demo/wiab-staging.yml b/ansible/inventory/demo/wiab-staging.yml index 30af930c8..34207fea0 100644 --- a/ansible/inventory/demo/wiab-staging.yml +++ b/ansible/inventory/demo/wiab-staging.yml @@ -6,6 +6,6 @@ wiab-staging: ansible_user: 'demo' ansible_ssh_private_key_file: "~/.ssh/id_ed25519" vars: - artifact_hash: 54c1c37d9b5d963d581d43e38c2c0b93c4c086d9 + artifact_hash: 8b427c9d8cb7ca40bcf592baae5692eb32772f28 # when enabled, disable WAN SNAT/masquerading for VMs on the private network private_deployment: true diff --git a/changelog.d/2-wire-builds/wsd-5.28 b/changelog.d/2-wire-builds/wsd-5.28 deleted file mode 100644 index d923fb258..000000000 --- a/changelog.d/2-wire-builds/wsd-5.28 +++ /dev/null @@ -1 +0,0 @@ -Changed: the wire-builds reference for 2026-q1 with 5.28 backend From d4db2f4698ed3cf493c822f6063877c8c7ca1a71 Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Fri, 5 Jun 2026 17:15:44 +0200 Subject: [PATCH 4/4] fix: WPB-25755 update the artifact for 5.28 based on main branch --- offline/tasks/proc_pull_charts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline/tasks/proc_pull_charts.sh b/offline/tasks/proc_pull_charts.sh index ee3c69bf2..d3ff8a434 100755 --- a/offline/tasks/proc_pull_charts.sh +++ b/offline/tasks/proc_pull_charts.sh @@ -84,5 +84,5 @@ pull_charts() { } -wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/20fc45b2199c71c22b94371b0c5a1697b1b952c6/build.json" +wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/69988e51523016399b23a74d2cffe063545e3f58/build.json" wire_build_chart_release "$wire_build" | pull_charts