From a3750d570f4d9d32be3fd07ef798d3bd2232587f Mon Sep 17 00:00:00 2001 From: Ramesh Pallikara Date: Thu, 30 Jan 2025 04:14:41 +0200 Subject: [PATCH] - bump bee upstream to 2.4.0 --- bee/Dockerfile | 2 +- dappnode_package.json | 4 ++-- docker-compose.yml | 6 +++--- releases.json | 7 +++++++ 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/bee/Dockerfile b/bee/Dockerfile index 323790f..97cef24 100644 --- a/bee/Dockerfile +++ b/bee/Dockerfile @@ -7,7 +7,7 @@ FROM debian:11-slim as base ARG TARGETARCH ARG UPSTREAM_VERSION -# Get bee v2.3.2 +# Get bee v2.4.0 ENV DOWNLOAD_URL https://github.com/ethersphere/bee/releases/download RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates wget; \ diff --git a/dappnode_package.json b/dappnode_package.json index 9cccea7..fa42fd5 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "swarm.public.dappnode.eth", - "version": "2.3.2", - "upstreamVersion": "v2.3.2", + "version": "2.4.0", + "upstreamVersion": "v2.4.0", "upstreamRepo": "ethersphere/bee", "upstreamArg": "UPSTREAM_VERSION", "description": "[Swarm](https://www.ethswarm.org/) is a decentralised data storage and distribution technology. Ready to power the next generation of censorship-resistant, unstoppable, serverless dapps.\n\n\nBy running a Swarm node on Dappnode, you help build a resilient, serverless web while **being rewarded with BZZ tokens** for your participation.\n\n\nLearn about all you can do today with Swarm in the [Swarm documentation](https://docs.ethswarm.org/).", diff --git a/docker-compose.yml b/docker-compose.yml index 471c096..d3a7ab4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,11 +1,11 @@ version: "3.4" services: bee: - image: bee.swarm.public.dappnode.eth:2.3.2 + image: bee.swarm.public.dappnode.eth:2.4.0 build: context: bee args: - UPSTREAM_VERSION: v2.3.2 + UPSTREAM_VERSION: v2.4.0 ports: - "1634:1634" volumes: @@ -27,7 +27,7 @@ services: EXTRA_OPTS: "" restart: unless-stopped dashboard: - image: dashboard.swarm.public.dappnode.eth:2.3.2 + image: dashboard.swarm.public.dappnode.eth:2.4.0 build: context: dashboard restart: unless-stopped diff --git a/releases.json b/releases.json index 3bcb2a1..17569b8 100644 --- a/releases.json +++ b/releases.json @@ -42,5 +42,12 @@ "dappnode": "Thu, 09 Jan 2025 10:37:51 GMT" }, "link": "https://dappnode.github.io/sdk-publish/?r=swarm.public.dappnode.eth&v=2.3.2&h=%2Fipfs%2FQmPBiccyKwR9gjE8MRD5rgGqYHGABcuJfEgPFydQCkwixu" + }, + "2.4.0": { + "hash": "/ipfs/Qme9qPTz8inPPHA5U76dnHnaPF3ZMBqB49HQMbHkYJuPhh", + "uploadedTo": { + "dappnode": "Thu, 30 Jan 2025 00:23:04 GMT" + }, + "link": "https://dappnode.github.io/sdk-publish/?r=swarm.public.dappnode.eth&v=2.4.0&h=%2Fipfs%2FQme9qPTz8inPPHA5U76dnHnaPF3ZMBqB49HQMbHkYJuPhh" } }