Skip to content

Releases: ix-ai/swarm-launcher

v0.16.1: Merge branch 'fix-bug-cap-drop' into 'master'

22 Aug 12:17
Compare
Choose a tag to compare

d70bd05:

  • fixes a typo in LAUNCH_CAP_DROP
  • adds GitHub Registry build
  • changes all the documentation examples to ghcr.io from registry.gitlab.com
  • adds build for linux/386 * switches to docker compose (docker-compose V2)
  • makes the linter happy by properly quoting all variables

v0.16.0

26 Aug 14:03
Compare
Choose a tag to compare

v0.15.0

17 Mar 19:27
Compare
Choose a tag to compare
  • a7e89d7 #29: Support IPv6 LAUNCH_DNS and add LAUNCH_DNS_SEARCH, add docs
  • e15f32f Added DNS customization

v0.14.1

17 Feb 21:41
Compare
Choose a tag to compare
  • 2c92699 Bump ix.ai/docker-compose from 1.28.2 to 1.28.3

v0.14.0

06 Feb 10:36
Compare
Choose a tag to compare

Highlights

Add LAUNCH_EXT_NETWORKS_IPV4 that allows setting fixed IP addresses to containers attaching to existing networks (#26)

Changelog

  • 615db94 Fix the network block definition for LAUNCH_EXT_NETWORKS_IPV4
  • 26fbed7 Improve documentation about LAUNCH_EXT_NETWORKS_IPV4
  • bb71cee #26: Ensure the same style is used consistently
  • c53241d Add LAUNCH_EXT_NETWORKS_IPV4
  • 0ca38d8 Deprecate LAUNCH_IPV6_ADDRESS and LAUNCH_NETWORKS fix
  • 7d478fc Add LAUNCH_IPV4_ADDRESS and LAUNCH_IPV6_ADDRESS

v0.13.3

29 Jan 09:57
Compare
Choose a tag to compare
  • 30c6b1f Bump ix.ai/docker-compose from 1.28.0 to 1.28.2

v0.13.2

23 Jan 06:59
Compare
Choose a tag to compare
  • 483ef38 Update docker-compose from 1.27.4 to 1.28.0

v0.13.1

10 Dec 21:03
Compare
Choose a tag to compare

Changelog

  • 56afc6a Ensure that the service name is a string
  • 9db7847 Minor cosmetic fixes to Dockerfile
  • 51eb20e Upgrade compose file format to v3.8
  • 80e7c05 Add architectures to README.md

v0.13.0

18 Nov 21:00
Compare
Choose a tag to compare

Changelog

v0.12.0

11 Nov 18:13
Compare
Choose a tag to compare

Highlights

Full Changelog

  • e9b919e #25: Add LAUNCH_PID_MODE to support pid: host
  • 29f1b2e Change from docker hub registry to registry.gitlab.com
  • 43acfa4 Bump ixdotai/docker-compose from 1.27.3 to 1.27.4
  • c6fe3c9 [Docs] Add link to second blog article
  • 95c0d0c [Doc] Fixes the documentation default for LAUNCH_PROJECT_NAME