Bump Subspaces to subs:v0.1.2b and Certrelay to certrelay:v0.2.7b;
align README and instructions with the new tags.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-09 11:43:26 -04:00
co-authored by Cursor
parent 61cd3e679a
commit 89f4475e99
4 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -18,11 +18,11 @@ export const manifest = setupManifest({
arch: ['x86_64', 'aarch64'],
},
subspaces: {
source: { dockerTag: 'horologger/subs:v0.1.2' },
source: { dockerTag: 'horologger/subs:v0.1.2b' },
arch: ['x86_64', 'aarch64'],
},
certrelay: {
source: { dockerTag: 'horologger/certrelay:v0.2.5' },
source: { dockerTag: 'horologger/certrelay:v0.2.7b' },
arch: ['x86_64', 'aarch64'],
},
nacho: {
+2 -2
View File
@@ -1,9 +1,9 @@
import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk'
export const current = VersionInfo.of({
version: '0.2.1:4',
version: '0.2.1:5',
releaseNotes: {
en_US: `Repack so the archive bundles \`horologger/spaces:v0.2.1a\` as declared in the manifest (other images unchanged: \`subs:v0.1.2\`, \`certrelay:v0.2.5\`, \`nacho:v1.0.0\`).
en_US: `Bump Subspaces to \`horologger/subs:v0.1.2b\` and Certrelay to \`horologger/certrelay:v0.2.7b\` (spaces \`v0.2.1a\` and nacho \`v1.0.0\` unchanged).
Requires StartOS 0.4.0-beta.10 (\`start-sdk\` 2.0.9).`,
},