Skip to content

Releases: voidrot/composable

composable: v0.7.1

28 Apr 09:25
df01cf0

Choose a tag to compare

0.7.1 (2026-04-28)

Bug Fixes

  • cli: make extends and env_file paths relative to the target compose file (fc8e389)

composable: v0.7.0

28 Apr 01:44
ddba41e

Choose a tag to compare

0.7.0 (2026-04-28)

Features

  • cli: add environment overrides for repo dir and env files, and --profile support (49d62e1)
  • fragments: add mailpit fragment (9b3efa0)
  • fragments: enable jetstream persistence for nats (668de3c)
  • fragments: enhance otel-collector with forwarding and additional receivers (da87822)

stacks: v0.2.0

18 Apr 21:01
3e60223

Choose a tag to compare

0.2.0 (2026-04-18)

Features

  • architect dynamic configuration and expand django ecosystem (488ffd8)

fragments: v0.2.0

18 Apr 21:01
3e60223

Choose a tag to compare

0.2.0 (2026-04-18)

Features

  • add docker-compose fragments for ChromaDB and ArcadeDB (11495e8)
  • add GPU configuration support and Ollama/vLLM compose fragments (1c2d63a)
  • add healthcheck configurations to ollama and vllm services (5b17a1c)
  • add initial configuration files, CI workflows, and update documentation for composable (9948f60)
  • add Valkey support, upgrade Redis and PostgreSQL, and enhance compose configurations with healthchecks and port mapping (5c4c35f)
  • architect dynamic configuration and expand django ecosystem (488ffd8)
  • implement automatic configuration file management for composable fragments (e6e8ca5)
  • initialize Docker Compose fragment CLI project with remote registry support and automated environment variable management (c493fc2)

composable: v0.6.0

18 Apr 23:28
7027808

Choose a tag to compare

0.6.0 (2026-04-18)

Features

  • add upgrade command to refresh installed project fragments from registry (c32b92d)

composable: v0.5.1

18 Apr 21:34
2805184

Choose a tag to compare

0.5.1 (2026-04-18)

Bug Fixes

  • consolidate release-please configuration to single package (be8f467)
  • wrap auto-merge conditional expression in template syntax (1f12237)

composable: v0.5.0

18 Apr 21:01
3e60223

Choose a tag to compare

0.5.0 (2026-04-18)

Features

  • add --name option to support custom service naming and variable mapping (e5be9f1)
  • add GPU configuration support and Ollama/vLLM compose fragments (1c2d63a)
  • architect dynamic configuration and expand django ecosystem (488ffd8)

composable: v0.4.0

18 Apr 19:21
7404e84

Choose a tag to compare

0.4.0 (2026-04-18)

Features

  • merge top-level volumes, networks, and configs from fragments into compose file and ignore /scratch directory (3062289)

composable: v0.3.0

18 Apr 18:54
20969e3

Choose a tag to compare

0.3.0 (2026-04-18)

Features

  • add LICENSE file and update package.json with author, license, and keywords (237c5f5)

composable: v0.2.0

18 Apr 18:46
45d8e6b

Choose a tag to compare

0.2.0 (2026-04-18)

Features

  • add --extend flag to cli add command and install yaml package (b92c3d4)
  • add initial configuration files, CI workflows, and update documentation for composable (9948f60)
  • add Valkey support, upgrade Redis and PostgreSQL, and enhance compose configurations with healthchecks and port mapping (5c4c35f)
  • change downloaded fragments directory to .compose instead of compose (7780aef)
  • implement automatic configuration file management for composable fragments (e6e8ca5)
  • initialize Docker Compose fragment CLI project with remote registry support and automated environment variable management (c493fc2)

Bug Fixes

  • correct .gitignore to only ignore top-level registry directory and track build script (d2da301)
  • update build:registry script to use ts-node-esm for ES module support (47d6c71)