From 16cb1995b7143e16d2111a0a2d7ecbb9e9cc4884 Mon Sep 17 00:00:00 2001 From: ausias-armesto Date: Mon, 14 Apr 2025 10:30:09 +0200 Subject: [PATCH 1/4] Change Zulip channels (#171) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca7a937..8f444f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,8 +45,8 @@ jobs: email: ${{ secrets.ZULIP_EMAIL }} organization-url: "https://hopr.zulipchat.com" type: "stream" - to: "Releases" - topic: "main" + to: "HOPRd" + topic: "Releases" content: | A new hoprd dAppNode package (dufour) version is available. - IPFS Hash: ${{ steps.publish.outputs.ipfs_hash }} From 18609b83dde7b238b141e4679ecedfbe0941ec4a Mon Sep 17 00:00:00 2001 From: Tibor <9529609+Teebor-Choka@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:09:59 +0200 Subject: [PATCH 2/4] Improve wording for the setup wizard --- setup-wizard.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup-wizard.yml b/setup-wizard.yml index bc90c4d..fa7eb62 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -148,9 +148,8 @@ fields: title: Enable NAT mode required: false description: |- - By default the HOPR node assumes that it is running behind a NAT on a - dappnode. If this is not the case or proper port forwarding has been - set up this option can be set to `false` to disable NAT mode. + By default the HOPR node assumes that it is running behind a NAT when run on a dappnode. + If the dappnode is however publicly exposed, this option can be set to false. secret: false pattern: ^(true|false)$ patternErrorMessage: Must be either `true` or `false`! From 2a682a5a66f0f5fce72bb87d6a64d58e51c9e29c Mon Sep 17 00:00:00 2001 From: Andrius <73285987+Jaguaras@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:21:36 +0300 Subject: [PATCH 3/4] Update setup-wizard.yml --- setup-wizard.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup-wizard.yml b/setup-wizard.yml index fa7eb62..c63468d 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -149,7 +149,8 @@ fields: required: false description: |- By default the HOPR node assumes that it is running behind a NAT when run on a dappnode. - If the dappnode is however publicly exposed, this option can be set to false. + If your DAppNode is connected directly to the modem, set this option to `false`. + If it’s connected through a router (behind NAT), leave it as `true`. secret: false pattern: ^(true|false)$ patternErrorMessage: Must be either `true` or `false`! From f6859df1643baf013f8d5ce268a8df54741f0d51 Mon Sep 17 00:00:00 2001 From: ausias-armesto <29434949+ausias-armesto@users.noreply.github.com> Date: Tue, 23 Sep 2025 08:38:22 +0000 Subject: [PATCH 4/4] Update to release 3.0.0 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0e49b98..6b3dcfa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: args: # see https://console.cloud.google.com/artifacts/docker/hoprassociation/europe-west3/docker-images/hoprd?inv=1&invt=AbqEGg&project=hoprassociation&pli=1 UPSTREAM_VERSION: >- - 2.2.3@sha256:cad18ea69128bc9ae3c43fd776d172978c767eb51a2a001a9d410bb924c7bd51 + 3.0.0@sha256:fa9764f5e9927094960f63dfb68dbf6cbc237210559a890f1effa29da6e92ecd ports: - "1422:1422/udp" - "1422:1422/tcp"