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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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: "8b427c9d8cb7ca40bcf592baae5692eb32772f28"
artifact_hash: "14209ac0389523346a6a051793181c6070bb193f"

# 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: 8b427c9d8cb7ca40bcf592baae5692eb32772f28
artifact_hash: 14209ac0389523346a6a051793181c6070bb193f
# when enabled, disable WAN SNAT/masquerading for VMs on the private network
private_deployment: true
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/370a4793553377322e1ce962da106461d81c779f/build.json"
wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/1d0ce6d81590755cff3ec3f23e3cbd2149f765f3/build.json"
wire_build_chart_release "$wire_build" | pull_charts
Loading