Skip to content

Releases: compose-spec/compose-go

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

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

v1.2.5

17 May 15:02
f9aaf30
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 by @dependabot in #250
  • env.Patch is deprecated: use t.SetEnv (staticcheck) by @ndeloof in #252
  • Bump gotest.tools/v3 from 3.1.0 to 3.2.0 by @dependabot in #251
  • fix: convertVolumePath overrides resolveVolumePath by @ndeloof in #253
  • make HostsLists a map[string]string to better handle merging config by @ndeloof in #245
  • Resolve environments case-insensitively on Windows by @ikedam in #257
  • Add support of tags in the build section by @glours in #256
  • Fix windows convert paths by @ulyssessouza in #260
  • resolve variables in .env file based on previously set variables by @ndeloof in #262
  • Check an explicit project name is valid by @ndeloof in #261

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

13 Apr 13:56
49e6127
Compare
Choose a tag to compare

What's Changed

  • include build secrets when validating/normalizing project resources by @ndeloof in #249

Full Changelog: v1.2.3...v1.2.4

v1.2.3

13 Apr 07:54
c8637f7
Compare
Choose a tag to compare

What's Changed

  • add secrets property to build section by @glours in #236
  • introduce ServiceVolumeConfig.String() by @ndeloof in #248

Full Changelog: v1.2.2...v1.2.3

v1.2.2

30 Mar 07:47
4975f3f
Compare
Choose a tag to compare

What's Changed

  • Implement convert windows paths functionality by @laurazard in #239
  • Add a public parsing command for SSH config short syntax by @glours in #243
  • improve the way we release a new version of compose-go library by @glours in #244

Full Changelog: v1.2.0...v1.2.2

v1.2.1

28 Mar 07:34
34fb4f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.1

v1.1.0

01 Mar 10:40
8c0547c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.9...v1.1.0