From 574ed699a2d1bd11bd090f9e363dfe0b989189a5 Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Wed, 3 Jun 2026 15:28:32 +0200 Subject: [PATCH 1/3] fix: WPB-25752 update the wire-builds reference with 5.30.18 commit --- changelog.d/2-wire-builds/release-5.30 | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/2-wire-builds/release-5.30 diff --git a/changelog.d/2-wire-builds/release-5.30 b/changelog.d/2-wire-builds/release-5.30 new file mode 100644 index 000000000..308ab7248 --- /dev/null +++ b/changelog.d/2-wire-builds/release-5.30 @@ -0,0 +1 @@ +Changed: the wire-builds reference with 5.30.18 commit From 48cd2779071087341c3d8d3304c6ef066228054a Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Thu, 4 Jun 2026 22:49:05 +0200 Subject: [PATCH 2/3] 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/release-5.30 | 1 - 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/2-wire-builds/release-5.30 diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d1c85fa..55cf26eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ ## Breaking changes --> +# Relase 5.30 + +## Release notes + +* Changed: the wire-builds reference with 5.30.18 commit + # Relase 5.28 ## Release notes diff --git a/ansible/inventory/demo/host.yml b/ansible/inventory/demo/host.yml index 5c5230cf7..4cb0fc9d7 100644 --- a/ansible/inventory/demo/host.yml +++ b/ansible/inventory/demo/host.yml @@ -18,7 +18,7 @@ wiab: wire_ip: "" # artifact_hash - artifact_hash: "8b427c9d8cb7ca40bcf592baae5692eb32772f28" + artifact_hash: "14209ac0389523346a6a051793181c6070bb193f" # 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 34207fea0..a3bbd5423 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: 8b427c9d8cb7ca40bcf592baae5692eb32772f28 + artifact_hash: 14209ac0389523346a6a051793181c6070bb193f # when enabled, disable WAN SNAT/masquerading for VMs on the private network private_deployment: true diff --git a/changelog.d/2-wire-builds/release-5.30 b/changelog.d/2-wire-builds/release-5.30 deleted file mode 100644 index 308ab7248..000000000 --- a/changelog.d/2-wire-builds/release-5.30 +++ /dev/null @@ -1 +0,0 @@ -Changed: the wire-builds reference with 5.30.18 commit From 3aa2ec335ce931e1cbd81b19c128053ea8a8fae3 Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Fri, 5 Jun 2026 17:30:26 +0200 Subject: [PATCH 3/3] fix: WPB-25755 update the artifact for 5.30 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 d3ff8a434..06d72f244 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/69988e51523016399b23a74d2cffe063545e3f58/build.json" +wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/1cc9193f8ddee6a54f39c41eeca43dea6692d9f4/build.json" wire_build_chart_release "$wire_build" | pull_charts