Skip to content

Scrumooth v2.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 18:02

Docker Images

docker pull ghcr.io/orbivort/scrumooth/backend:2.0.0
docker pull ghcr.io/orbivort/scrumooth/frontend:2.0.0

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v2.0.0 https://github.com/orbivort/scrumooth.git
cd scrumooth
cp packages/backend/.env.example packages/backend/.env.production
# Edit .env.production with your settings
docker compose up -d

What's Changed

[2.0.0] - 2026-06-09

Changed

  • BREAKING: rename repository from scrsphere to scrumooth
    • change repository url from github.com/orbivort/scrsphere to github.com/orbivort/scrumooth
    • change package names from @scrsphere/_ to @scrumooth/_
    • change docker container names from scrsphere-_ to scrumooth-_
    • change database names from scrsphere to scrumooth
    • update all import statements from @scrsphere/shared to @scrumooth/shared
    • update all documentation files with new product name
    • update environment configuration templates
    • update docker compose configurations
    • update github actions workflows
    • update all scripts and utilities
    • update brand assets
  • pnpm: upgrade to 11.5.0 and migrate configuration to pnpm-workspace.yaml
  • docker: update development and production configurations
  • prisma: remove old migrations and update initial migration
  • dependencies: update various frontend and backend dependencies
  • dependencies: remove unused dependencies

Security

  • pnpm: enable supply chain protection to prevent zero-day supply chain attacks
  • dependencies: fix 2 high transitive vulnerabilities
    • CVE-2020-7788 (ini prototype pollution) - fixed by upgrading ini to 4.1.3
    • CVE-2025-64756 (glob command injection) - fixed by upgrading glob to 11.1.0

Full Changelog: v1.5.1...v2.0.0