Skip to content

Releases: compose-spec/compose-go

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

v1.6.0

26 Sep 16:12
08a21df
Compare
Choose a tag to compare

ℹ️ Upgrade Notes

  • Minimum supported Go version is v1.18

🐛 Fixes

  • env: fix errors on valid interpolation expressions
  • env: fix a bunch of escaping/parsing edge cases

What's Changed

  • env: fix errors on valid interpolation expressions by @milas in #307
  • support the 2 currently maintained Golang releases (1.18 & 1.19) by @glours in #309
  • env: fix a bunch of escaping/parsing edge cases by @milas in #308

Full Changelog: v1.5.1...v1.6.0

v1.5.1

14 Sep 09:00
ccdcc95
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/docker/go-units from 0.4.0 to 0.5.0 by @dependabot in #303
  • dotenv: fix parse error on files with UTF-8 BOM by @milas in #301
  • Fix required env vars ignored except the last one by @rimelek in #242

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

18 Aug 14:33
7aed131
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

01 Aug 14:56
1656887
Compare
Choose a tag to compare

What's Changed

  • Fix Interpolation interference from outer string by @ulyssessouza in #296
  • Revert usage of "-" as separator for resource names by @glours in #297

Note
This version removed the breaking changes introduced in version v1.3.0

Full Changelog: v1.3.0...v1.4.0

v1.3.0

29 Jul 16:00
56e6c33
Compare
Choose a tag to compare

⚠️ Warning notice ⚠️

This release introduced a breaking change via this PR.
Your Compose implementation will recreate new resources (networks, volumes, secrets, configs...) with new names and try to connect/use to this new created resources instead of your existing ones!

What's Changed

New Contributors

Full Changelog: v1.2.9...v1.3.0

v1.2.9

19 Jul 14:53
d2f6dcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.8...v1.2.9

v1.2.8

23 Jun 14:43
c45b40b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.7...v1.2.8

v1.2.7

30 May 15:11
e497f1b
Compare
Choose a tag to compare

What's Changed

  • add support for secret set by environment variable by @ndeloof in #263
  • always use values from lookup function if available by @glours in #266
  • Bump github.com/imdario/mergo from 0.3.12 to 0.3.13 by @dependabot in #268
  • Make dotEnv resolution plublic by @ulyssessouza in #269

Full Changelog: v1.2.6...v1.2.7

v1.2.6

23 May 12:25
b706902
Compare
Choose a tag to compare

What's Changed

  • update Golang version to 1.18 by @glours in #259
  • do not override a value that has been set by higher-priority environment source by @ndeloof in #264

Full Changelog: v1.2.5...v1.2.6