From f9c5a41c45d369cf76a010003629c55bae0f1f1d Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 4 May 2025 18:34:52 +0200 Subject: [PATCH 1/3] v0.7.7-alpha --- Dockerfile | 2 +- manifest.yaml | 4 ++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa6e809..416797b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM recksato/robosats-client:v0.7.6-alpha +FROM recksato/robosats-client:v0.7.7-alpha RUN apk add bash curl sudo tini wget yq; \ rm -f /var/cache/apk/* diff --git a/manifest.yaml b/manifest.yaml index 6449749..0054e2e 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +1,8 @@ id: robosats title: "RoboSats" -version: 0.7.6 +version: 0.7.7 release-notes: | - * Updated to RoboSats v0.7.6-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.6-alpha) + * Updated to RoboSats v0.7.7-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.6-alpha) license: mit wrapper-repo: "https://github.com/Start9Labs/robosats-startos" upstream-repo: "https://github.com/RoboSats/robosats" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 51ec499..8f89c1f 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = - compat.migrations.fromMapping({}, "0.7.6"); + compat.migrations.fromMapping({}, "0.7.7"); From 4dc34563f26e166797fa2342766ef1d499be07e1 Mon Sep 17 00:00:00 2001 From: koalasat Date: Tue, 27 May 2025 21:02:54 +0200 Subject: [PATCH 2/3] Update v0.7.8-alpha --- Dockerfile | 2 +- manifest.yaml | 4 ++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 416797b..d35a3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM recksato/robosats-client:v0.7.7-alpha +FROM recksato/robosats-client:v0.7.8-alpha RUN apk add bash curl sudo tini wget yq; \ rm -f /var/cache/apk/* diff --git a/manifest.yaml b/manifest.yaml index 0054e2e..2d6b097 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +1,8 @@ id: robosats title: "RoboSats" -version: 0.7.7 +version: 0.7.8 release-notes: | - * Updated to RoboSats v0.7.7-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.6-alpha) + * Updated to RoboSats v0.7.8-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.8-alpha) license: mit wrapper-repo: "https://github.com/Start9Labs/robosats-startos" upstream-repo: "https://github.com/RoboSats/robosats" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 8f89c1f..2dd001a 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = - compat.migrations.fromMapping({}, "0.7.7"); + compat.migrations.fromMapping({}, "0.7.8"); From beba7b49e72c7f6e17507e8fa6688108f543998c Mon Sep 17 00:00:00 2001 From: koalasat Date: Thu, 26 Jun 2025 12:10:33 +0200 Subject: [PATCH 3/3] Update to v0.7.9-alpha --- Dockerfile | 2 +- manifest.yaml | 4 ++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d35a3f3..c26e667 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM recksato/robosats-client:v0.7.8-alpha +FROM recksato/robosats-client:v0.7.9-alpha RUN apk add bash curl sudo tini wget yq; \ rm -f /var/cache/apk/* diff --git a/manifest.yaml b/manifest.yaml index 2d6b097..bc4d245 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +1,8 @@ id: robosats title: "RoboSats" -version: 0.7.8 +version: 0.7.9 release-notes: | - * Updated to RoboSats v0.7.8-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.8-alpha) + * Updated to RoboSats v0.7.9-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.9-alpha) license: mit wrapper-repo: "https://github.com/Start9Labs/robosats-startos" upstream-repo: "https://github.com/RoboSats/robosats" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 2dd001a..2af6f9c 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = - compat.migrations.fromMapping({}, "0.7.8"); + compat.migrations.fromMapping({}, "0.7.9");