Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:22-bookworm-slim

ARG STARTOS_VERSION
ARG GH_VERSION=2.95.0
ARG OPENCLAW_VERSION=2026.6.8
ARG OPENCLAW_VERSION=2026.6.10

# Install dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
22 changes: 11 additions & 11 deletions startos/versions/current.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import { VersionInfo } from '@start9labs/start-sdk'

export const current = VersionInfo.of({
version: '2026.6.8:2',
version: '2026.6.10:0',
releaseNotes: {
en_US: `**Server access**
en_US: `**Bumps**

- New **Revoke StartOS Access** action removes OpenClaw's stored \`start-cli\` authentication, letting you cut off server-administration access without uninstalling the service. Run **Login to StartOS** again to grant it back.`,
es_ES: `**Acceso al servidor**
- OpenClaw → 2026.6.10`,
es_ES: `**Actualizaciones**

- La nueva acción **Revocar acceso a StartOS** elimina la autenticación \`start-cli\` almacenada de OpenClaw, lo que le permite cortar el acceso de administración del servidor sin desinstalar el servicio. Ejecute **Iniciar sesión en StartOS** de nuevo para volver a concederlo.`,
de_DE: `**Serverzugriff**
- OpenClaw → 2026.6.10`,
de_DE: `**Aktualisierungen**

- Die neue Aktion **StartOS-Zugriff widerrufen** entfernt die gespeicherte \`start-cli\`-Authentifizierung von OpenClaw, sodass Sie den Server-Administrationszugriff ohne Deinstallation des Dienstes abschalten können. Führen Sie **Bei StartOS anmelden** erneut aus, um ihn wieder zu gewähren.`,
pl_PL: `**Dostęp do serwera**
- OpenClaw → 2026.6.10`,
pl_PL: `**Aktualizacje**

- Nowa akcja **Odwołaj dostęp do StartOS** usuwa zapisaną autoryzację \`start-cli\` OpenClaw, co pozwala odciąć dostęp do administracji serwerem bez odinstalowywania usługi. Uruchom ponownie **Zaloguj się do StartOS**, aby przyznać go ponownie.`,
fr_FR: `**Accès au serveur**
- OpenClaw → 2026.6.10`,
fr_FR: `**Mises à jour**

- La nouvelle action **Révoquer l'accès à StartOS** supprime l'authentification \`start-cli\` stockée d'OpenClaw, ce qui vous permet de couper l'accès d'administration du serveur sans désinstaller le service. Exécutez de nouveau **Se connecter à StartOS** pour le réaccorder.`,
- OpenClaw → 2026.6.10`,
},
migrations: {
up: async ({ effects }) => {},
Expand Down
Loading