github basnijholt/compose-farm v0.34.0

latest releases: v1.18.5, v1.18.4, v1.18.3...
5 months ago

⚠️ Breaking Change

Renamed "services" to "stacks" throughout the codebase (#79)

The term "service" was confusing since Docker Compose already uses it for containers within a compose file. This release renames "service" to "stack" everywhere to better reflect that each entry in your config represents a Docker Compose stack.

What you need to update:

  • Config files: rename services: key to stacks:
  • CLI arguments: --service/-s is now --stack/-S
  • State files are automatically migrated

Features

  • Add stack arguments to refresh command (#70)
  • Add ty type checker alongside mypy (#77)
  • Add documentation link to sidebar and command palette (#72)
  • Add Web UI demo recording system (#69)

Documentation

  • Improve Web UI workflow demo with comprehensive showcase (#78)
  • Clarify single-host vs multi-host docs (#73)
  • Add early Web UI links to homepage (#75)
  • Add Web UI to sidebar and fix video paths (#74)
  • Run docs build on PRs (#76)

Don't miss a new compose-farm release

NewReleases is sending notifications on new releases.