From 5480a85fd629a4da08bbb1886d8cce0f499c17f6 Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Wed, 8 Apr 2026 15:16:04 +0200 Subject: [PATCH 1/6] 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 b5be95cb6681bb48adc3e54cfe8db1353476e454 Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Tue, 24 Mar 2026 17:29:26 +0100 Subject: [PATCH 2/6] 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 c071892270fe8cfe4a23f4a5976dcdd18bcf64f9 Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Thu, 4 Jun 2026 22:45:27 +0200 Subject: [PATCH 3/6] fix: WPB-25755 update default artifact hashes for wiab-stag and dev and update changelog --- CHANGELOG.md | 6 ++++++ changelog.d/2-wire-builds/wsd-5.28 | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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/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 2f6419174d4a29979eb54645e89167d44973cbff Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Fri, 5 Jun 2026 17:15:44 +0200 Subject: [PATCH 4/6] 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 From 695cc0e6f352b0bebb10229ebc92355a899a5daa Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Mon, 22 Jun 2026 12:29:56 +0200 Subject: [PATCH 5/6] fix: WPB-25755 update sft-join-call image to override the upstream hash based image --- values/sftd/demo-values.example.yaml | 4 ++++ values/sftd/prod-values.example.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/values/sftd/demo-values.example.yaml b/values/sftd/demo-values.example.yaml index 566db6bc4..91dc2c885 100644 --- a/values/sftd/demo-values.example.yaml +++ b/values/sftd/demo-values.example.yaml @@ -3,6 +3,10 @@ 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 e93462308..1c2374f9e 100644 --- a/values/sftd/prod-values.example.yaml +++ b/values/sftd/prod-values.example.yaml @@ -14,6 +14,10 @@ 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 f372f24b555b225b4ad696a386fde2f90449a43b Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Wed, 24 Jun 2026 11:53:22 +0200 Subject: [PATCH 6/6] fix: WPB-25755 update artifact hash in ansible inventories for wiab-dev and wiab-stag in 5.28 --- CHANGELOG.md | 2 +- ansible/inventory/demo/host.yml | 2 +- ansible/inventory/demo/wiab-staging.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d1c85fa..386fa4e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ ## Release notes -* Changed: the wire-builds reference for 2026-q1 with 5.28 backend +* Changed: the wire-builds reference with 5.28 backend # Relase 5.27 diff --git a/ansible/inventory/demo/host.yml b/ansible/inventory/demo/host.yml index 13b2584c1..de7e2ba0b 100644 --- a/ansible/inventory/demo/host.yml +++ b/ansible/inventory/demo/host.yml @@ -18,7 +18,7 @@ wiab: wire_ip: "" # artifact_hash - artifact_hash: "7d84397730936f9c07b34f98290d688d651ef434" + artifact_hash: "ed21282f3cec780424ffa66323163839ff3516f0" # 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 a620a33f3..fada7488e 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: 7d84397730936f9c07b34f98290d688d651ef434 + artifact_hash: ed21282f3cec780424ffa66323163839ff3516f0 # when enabled, disable WAN SNAT/masquerading for VMs on the private network private_deployment: true