Skip to content

Commit 69f9733

Browse files
committed
fix: WPB-25752 update default artifact hashes for wiab-stag and dev and update changelog
1 parent 5919454 commit 69f9733

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
1313
-->
1414

15+
# Relase 5.25 R2
16+
17+
## Release notes
18+
19+
* Changed: disabled the MLS by default in 5.25-R1 and release it as 5.25R2
20+
1521
# Relase 5.25 R1
1622

1723
## Release notes

ansible/inventory/demo/host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ wiab:
1818
wire_ip: ""
1919

2020
# artifact_hash
21-
artifact_hash: "2dd562a37d449eb88eb1f77dcad5c9153987af5f"
21+
artifact_hash: "dbdb1499977619f7aa7d24c13759a64143e4afb5"
2222

2323
# docker vars
2424
docker_ce_version: "5:28.1.1-1~ubuntu.24.04~noble"

ansible/inventory/demo/wiab-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ wiab-staging:
66
ansible_user: 'demo'
77
ansible_ssh_private_key_file: "~/.ssh/id_ed25519"
88
vars:
9-
artifact_hash: 2dd562a37d449eb88eb1f77dcad5c9153987af5f
9+
artifact_hash: dbdb1499977619f7aa7d24c13759a64143e4afb5
1010
# when enabled, disable WAN SNAT/masquerading for VMs on the private network
1111
private_deployment: true

0 commit comments

Comments
 (0)