Skip to content

Releases: compose-spec/compose-go

v1.13.0

15 Mar 08:46
882507f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.0...v1.13.0

v1.12.0

01 Mar 12:29
bbbdf2b
Compare
Choose a tag to compare

What's Changed

  • Update compose-spec.json by @github-actions in #356
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #358
  • lint: enable linter & fix formatting issues by @milas in #355
  • introduce WithDependentServices to run fn on services in reverse dependency order by @ndeloof in #360
  • Always apply profiles by @ndeloof in #359

New Contributors

  • @github-actions made their first contribution in #356

Full Changelog: v1.11.0...v1.12.0

v1.11.0

17 Feb 15:51
c5cb8b2
Compare
Choose a tag to compare

What's Changed

  • ci: bump to Go 1.20 & improve linting by @milas in #352
  • introduce restart for depends_on by @ndeloof in #350

Full Changelog: v1.10.0...v1.11.0

v1.10.0

15 Feb 20:22
9936908
Compare
Choose a tag to compare

What's Changed

  • support mulitple env-files to be set by @ndeloof in #348
  • don't override healthcheck test with unset test command by @ndeloof in #349
  • env: fix path resolution with extends by @milas in #351

Full Changelog: v1.9.0...v1.10.0

v1.9.0

20 Jan 09:57
cb8843f
Compare
Choose a tag to compare

What's Changed

  • validate healthcheck is well configured by @ndeloof in #340
  • sync compose-spec by @ndeloof in #339
  • provide diagnostic message as we fail to parse some env file by @ndeloof in #342
  • automate compose-spec schema updates by @ndeloof in #341
  • add kompose to the list of projects using compose-go by @Lctrs in #343
  • replace the archived compose-ref by the new reference implementation Docker Compose by @glours in #344
  • Allow brackets in env vars by @laurazard in #345
  • interpolate name set in yaml file by @ndeloof in #347
  • Fix possible nil in extended docker-compose.yml configuration by @misak113 in #319
  • introduce ResolveServicesEnvironment and resolve service environment AFTER profiles have been applied by @ndeloof in #338
  • fix build context path to allow url to a git repository by @ezradiniz in #346

New Contributors

Full Changelog: v1.8.2...v1.9.0

v1.8.2

05 Jan 15:57
e4c15da
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • resolve device path for local bind mount volumes by @ndeloof in #332
  • Add support for uts attribute in service definition by @laurazard in #333
  • accept dashes in variable names by @ndeloof in #336

🐛 Fixes

  • resolve environment incrementaly, including values loaded from previous files in the list by @ndeloof in #331
  • only consider service name in volumes_from spec by @ndeloof in #334

Full Changelog: v1.8.1...v1.8.2

v1.8.1

20 Dec 09:31
b764b46
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

🐛 Fixes

  • prefer list format for extra_hosts to preserve backward compatibility by @ndeloof in #326
  • fix network aliasses merge logic to conform to docker compose v1 by @ndeloof in #323

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

02 Dec 15:53
d61c32f
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Add mode field for tmpfs mount permissions (#325)

🐛 Fixes

  • Fix absolute secret & volume paths on Windows (#306)
  • Respect optional boolean field overrides (#324)

🔧 Internal

  • Remove unused compatibility package (#320)

Changelog

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

28 Nov 08:20
999ce24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

08 Nov 14:13
9df6287
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0