0.3.1:0
Build Service / BuildPackage (push) Canceled after 0s

This commit is contained in:
2026-08-28 16:55:15 -04:00
parent 073344d4d1
commit b446cd5f69
4 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ export const manifest = setupManifest({
volumes: ['main'],
images: {
spaces: {
source: { dockerTag: 'horologger/spaces:v0.3.0' },
source: { dockerTag: 'horologger/spaces:v0.3.1' },
arch: ['x86_64', 'aarch64'],
},
subspaces: {
source: { dockerTag: 'horologger/subs:v0.1.2c' },
source: { dockerTag: 'horologger/subs:v0.1.2d' },
arch: ['x86_64', 'aarch64'],
},
certrelay: {
+2 -2
View File
@@ -1,9 +1,9 @@
import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk'
export const current = VersionInfo.of({
version: '0.3.0:1',
version: '0.3.1:0',
releaseNotes: {
en_US: `Group actions on the Actions and Config page (Space-CLI Web UI, Bitcoin, Spaced, Subspaces, Certrelay, Nacho, etc.). Build \`x86\` + \`arm\` only (drop riscv from default \`ARCHES\`).
en_US: `Update to upstream Spaces **0.3.1** (\`horologger/spaces:v0.3.1\`). Also bundles \`subs:v0.1.2d\` (\`certrelay:v0.2.8\` and \`nacho:v1.0.0b\` unchanged).
Requires StartOS 0.4.0-beta.10 (\`start-sdk\` 2.0.9).`,
},