Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 5, 2025

🤖 I have created a release beep boop

2.0.0 (2025-10-26)

⚠ BREAKING CHANGES

  • Database schema changed - requires fresh migration

Features

  • add CLI and create-peerbot packages with platform-agnostic architecture (4674b47)
  • add dispatcher package and enhance MCP OAuth support with SSE (d39a4ce)
  • add ENCRYPTION_KEY to orchestrator deployment (61d1ba3)
  • add environment variable encryption and improve Slack handlers (87fa08a)
  • add file handling, Slack Assistant support, and comprehensive MCP OAuth system (a3d6f3a)
  • add file handling, Slack Assistant support, and comprehensive MCP OAuth system (0f98b23)
  • add file handling, Slack Assistant support, and comprehensive MCP OAuth system (44214cf)
  • add gVisor runtime support for enhanced Docker isolation (90c4c5f)
  • add integration tests and fix type errors (28e5229)
  • add kata runtime support for enhanced container isolation (60c3ee1)
  • add MCP OAuth discovery, worker config API, and hot reload improvements (bd39890)
  • add PostgreSQL schema initialization to Helm chart (1569127)
  • add slash commands and channel-aware environment storage (f0abbd4)
  • add subprocess deployment manager with bubblewrap sandboxing (d877c74)
  • add task list header and dividers between task status changes (994e127)
  • add welcome message for new team members (8f7b0b3)
  • chronological output with intermediate text and final summary (f218f24)
  • cleanup deprecated code, implement TODOs, and improve logging (2af7546)
  • cleanup deprecated code, implement TODOs, and improve logging (f7b479d)
  • complete module system implementation with endpoint registration (2b11395)
  • consolidate error classes into shared package (e29ab36)
  • consolidate error classes into shared package (495c1f9), closes #56
  • enhance GitHub integration and update Docker configuration (c777d7b)
  • enhance MCP OAuth with discovery and config service (a1cc8fe)
  • implement context-aware environment storage (afb50cd)
  • implement direct environment variable storage for BlockKit forms (87a749c)
  • implement module system for pluggable integrations (8153c12)
  • implement module system for pluggable integrations (9ab2508)
  • improve Claude OAuth authentication flow (4cc1051)
  • improve MCP OAuth with dynamic registration and credential persistence (9872656)
  • increase PVC quota limit from 5 to 100 (154f3d6)
  • optimize worker resources and increase capacity for 30+ workers (898d04c)
  • remove GitHub dependencies from core packages (5c20e59)
  • remove subprocess deployment mode (15f7c1a)
  • replace image-puller DaemonSet with Spegel P2P image distribution (e8c78a3)
  • replace image-puller DaemonSet with Spegel P2P image distribution (b49dce6), closes #52
  • update slash commands and add global shortcuts (bc4ca4f)

Bug Fixes

  • add automatic handling of stuck Helm releases in deployment (83963ae)
  • add backward compatibility for environment variable encryption (949fd58)
  • Add explicit npm authentication step in release workflow (1fc0eab)
  • add GitHub Container Registry authentication for OCI charts in workflows (a15ebdc)
  • add resource limits to Spegel for quota compliance (101d41e)
  • add slash commands to Slack app manifest (eb4f5f3)
  • add timeout and debugging for stuck deployments (cbd0218)
  • change slash command back to /peerbot (55e8f15)
  • cleanup more Helm release secrets to stay under quota (48eefbe)
  • completely remove imagePuller and fix Helm dependency management (a96aeeb)
  • consolidate database schema initialization in Helm ConfigMap (7a1fd29)
  • correct deployment command syntax in GitHub workflow (765b170)
  • correct Docker image repository names in Makefile (3c4d535)
  • correct Makefile syntax error in TARGET handling (f53ece5)
  • correct Sentry postgres integration import (25e9353)
  • correct Sentry postgres integration import (6d28818), closes #50
  • correct Spegel resource format to match chart structure (c60eaf5)
  • Create GitHub repositories in user's space instead of organization (8624626)
  • downgrade @kubernetes/client-node to 0.21.0 to fix build errors (8195f6b)
  • ensure PostgreSQL user exists when reusing K8s secrets (d58569b)
  • force clear stuck Helm releases by deleting state secrets (b4b00ba)
  • format code with biome (83d81cc)
  • format slack-app-manifest.json to pass CI checks (cd2e119)
  • handle PostgreSQL StatefulSet immutable field updates in deployment (affaf10)
  • handle PostgreSQL StatefulSet update conflicts in deployment (7d88920)
  • handle Try Demo button from home tab and database constraints (7ad143a)
  • improve error handling for PVC quota exceeded errors (45ef739)
  • improve Helm release state handling in deployment workflow (a878c28)
  • improve K8s deployment error handling and debugging (024d4bc)
  • improve K8s deployment error handling with detailed PVC logging (e5e809c)
  • include all Helm releases in state check including failed/pending (349a4b8)
  • increase secret quota to 100 for Helm releases (663c181)
  • make GITHUB_TOKEN optional in dispatcher deployment (ef1b004)
  • make github-token optional in worker deployments (edadc33)
  • make Slack notifications optional in deployment workflow (65fdce8)
  • make task updates append-only to prevent multiple messages (2a2afcc)
  • move GitHub Container Registry login to same step as helm commands (358b241)
  • preserve VALUES_FILE variable throughout Makefile deploy target (b2022f7)
  • prevent duplicate content by not resending accumulated output at completion (0a886f1)
  • prevent duplicate TodoWrite messages by skipping tool_call processing (6e9f09b)
  • remove content-encoding header to prevent ZlibError (e78c9a4)
  • remove dead code and clean up module system (66429d3)
  • remove duplicate ENCRYPTION_KEY environment variable (f991fa5)
  • remove duplicate values file logic in Makefile (24ad6f0)
  • remove gateway placeholder stream logic (d490f3b)
  • remove K8s-specific database initialization (4c7924f)
  • remove Slack notifications from deployment workflow (9d9d8bd)
  • resolve CI failures - correct Sentry import and format code (4c27e7f)
  • resolve CI failures and add pre-commit hooks (0173fe3)
  • resolve critical issues from code review (912232d)
  • resolve linting issues in test files (b214013)
  • resolve PostgreSQL StatefulSet upgrade issues properly (9a17db2)
  • resolve Slack form submission timeout issues (0238283)
  • resolve TypeScript and formatting issues for CI pipeline (1e7b3e2)
  • restore slack-qa-bot.js and update E2E test script (f0f5bf5)
  • simplify deployment by using Makefile properly (558af50)
  • stabilize module registry integration (4c8c6a3)
  • TypeScript and lint errors in Slack handlers (943fae6)
  • update slack thread processor imports (207a173)
  • update Spegel to v0.4.0 and add Helm artifacts to gitignore (32a4964)
  • use demo repository as default instead of creating user repos (17d0303)
  • use Helm directly in deployment workflow instead of make (2320d4a)
  • worker stuck on named pipe + chronological output display (f0ad8bf)

Reverts

  • remove task list header and dividers (ac83f9b)

Code Refactoring

  • consolidate environment variables and streamline CI/CD (e24b185)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--cli branch 3 times, most recently from 5f3de22 to 887f666 Compare October 9, 2025 17:05
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cli branch from 887f666 to 25eb070 Compare October 13, 2025 13:02
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cli branch from 25eb070 to e764bf7 Compare October 22, 2025 22:47
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cli branch 5 times, most recently from e1fabb2 to 3abf6ba Compare October 26, 2025 19:06
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cli branch from 3abf6ba to 0954063 Compare October 26, 2025 21:06
@buremba buremba closed this Oct 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor: Consolidate error classes into shared package Replace image-puller DaemonSet with Spegel P2P image distribution Fix CI

1 participant