Skip to content

Releases: beevelop/BeeCompose

v26.3.5

18 Mar 15:56

Choose a tag to compare

26.3.5 (2026-03-18)

CI/CD

  • bump docker/login-action from 3 to 4 (#10) (260af5d)

v26.3.4

05 Mar 07:36

Choose a tag to compare

26.3.4 (2026-03-05)

Refactoring

  • claude-code: update environment variables and paths in configuration files (d9eb0c5)

v26.3.3

03 Mar 16:30

Choose a tag to compare

26.3.3 (2026-03-03)

Refactoring

  • claude-code: update configuration for OAuth login and remove API key options (1ee3530)

v26.3.2

03 Mar 15:41

Choose a tag to compare

26.3.2 (2026-03-03)

Bug Fixes

  • claude-code: update README and .env.example for SSH deploy key configuration (3669867)

v26.3.1

03 Mar 14:54

Choose a tag to compare

26.3.1 (2026-03-03)

Bug Fixes

  • claude-code: use deploy key path as volume mount (b73ee0e)
  • claude-code: use ENV for ssh deployment key (0bc31d6)

Maintenance

  • claude-code: add .ci-skip file to skip CI testing for services (84940b0)

v26.3.0

03 Mar 14:10

Choose a tag to compare

26.3.0 (2026-03-03)

Features

  • claude-code: add new service configuration and documentation for Claude Code (fba76a8)

Maintenance

  • claude-code: comment out git repository and identity fields in example env file (aca21f2)

CI/CD

  • bump actions/download-artifact from 7 to 8 (#9) (d550094)
  • bump actions/upload-artifact from 6 to 7 (#8) (d2bee89)

v26.1.7

24 Jan 20:56

Choose a tag to compare

26.1.7 (2026-01-24)

Features

  • ci: add bc CLI helper tests and update CI workflow (7ec0600)
  • ci: add service coverage check to CI pipeline and update documentation (62c1733)
  • cloudflared: add cloudflared service with configuration and documentation for tunnel-only mode (1602885)
  • n8n: add n8n service with configuration and environment setup (closes #7) (9fc5a72)

Documentation

  • AGENTS: update agent manual to embed version tags in docker-compose.yml and clarify environment file usage (c1af106)
  • AGENTS: update agent manual to reflect changes in environment file usage and service deployment instructions (a1c5bb2)
  • README: add traefik-tunnel service and update networking modes section (a65bf58)
  • README: update cloudflared and traefik documentation for tunnel-only mode (76a49b4)
  • services: update README files to use environment-specific files for deployment and add bc CLI commands (d791062)
  • traefik: add comment for Traefik v3 reverse proxy with Let's Encrypt (4513934)

Maintenance

  • cloudflared: update command and healthcheck for metrics reporting (ab42417)
  • n8n: update n8n image version to 2.4.6 (f37b5bb)
  • publish-oci: update publishing logic to ensure all services are published consistently (138dfca)
  • remove references to bee helper and update CI skip reasons (78f255b)
  • services: correct external network definition in docker-compose (d489e63)
  • services: remove obsolete version field from docker-compose files (f6a1a4f)
  • services: remove version field from docker-compose tunnel configuration (60d20a5)
  • services: update docker-compose configurations and remove unused environment files (7689305)
  • services: update network configuration in docker-compose for traefik service (2ea8a22)
  • traefik: add configuration files for tunnel mode and update documentation (cc3122c)
  • traefik: enhance port configuration options and update documentation (136c770)
  • traefik: remove logging volume and update access log configuration (b9e358e)
  • traefik: remove tls labels from service configurations and update documentation (688bd64)
  • traefik: update configuration for exposed and tunnel modes, remove obsolete files (0509508)

CI/CD

  • ci-cd: skip network creation for traefik services in CI pipeline (1f1702d)
  • cloudflared: add .ci-skip file to skip CI testing for service requiring Cloudflare Tunnel token (2e75291)
  • publish-oci: add workaround for bind mount prompts in docker compose publish (7a84502)
  • publish-oci: refine version determination logic and update comments (fd1c846)

Styling

  • bc: fix string quoting in trap command and update example delimiter (65aae56)

v26.1.6

22 Jan 10:47

Choose a tag to compare

26.1.6 (2026-01-22)

Documentation

  • README: add dependencies section for various services (0e179d0)
  • README: update service list and deployment instructions for clarity (82b3665)

v26.1.5

22 Jan 10:09

Choose a tag to compare

26.1.5 (2026-01-22)

CI/CD

  • publish-oci: remove crane installation and update publish commands for non-interactive mode (91c545a)

v26.1.4

22 Jan 09:56

Choose a tag to compare

26.1.4 (2026-01-22)

Bug Fixes

  • gitlab: update port configuration to use new syntax for publishing (d2ff27b)

Maintenance

  • license: update license from Apache 2.0 to MIT and adjust README reference (8c943b2)

CI/CD

  • publish-oci: add crane installation and link package to repository (654a768)