Skip to content

Releases: compose-spec/compose-go

v1.1.0

01 Mar 10:40
8c0547c

Choose a tag to compare

What's Changed

New Contributors

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

v1.0.9

04 Feb 13:44
ad79316

Choose a tag to compare

Merge pull request #219 from compose-spec/fix-vars-default-values

Fix default values on variables interpolation

v1.0.8

23 Nov 09:54
3f80afa

Choose a tag to compare

Merge pull request #207 from mat007/fix-volume-trailing-slash

v1.0.7

22 Nov 13:52
b20750b

Choose a tag to compare

Merge pull request #203 from compose-spec/bump-godotenv-1.1.1

Bump godotenv

v1.0.6

20 Nov 10:35
b6c7aa6

Choose a tag to compare

What's Changed

  • Fixed a typo in GroupAdd type mapping by @axhav in #201
  • Fixing variable substitution when using compose v2. by @tbocek in #198
  • caller might not need a compose.yaml file until calling NewProjectOptions by @ndeloof in #202
  • Support nested variable expansion by @MarilynFranklin in #76
  • introduce WithNormalization to give loader the ability to skip normalization by @ndeloof in #204

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

02 Nov 23:33
294a654

Choose a tag to compare

What's Changed

  • Don't truncate project name computed by parent folder name with dots by @ndeloof in #197
  • Bump compose-spec/godotenv to 1.1.0 by @ulyssessouza in #200

Full Changelog: v1.0.4...v1.0.5

v1.0.4

28 Oct 17:28
2d2e1dc

Choose a tag to compare

What's Changed

  • Add mapping for enable_ipv6 #196
  • Add mapping for blkio_config #199

Full Changelog: v1.0.3...v1.0.4

v1.0.3

15 Oct 03:11
97822e0

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

30 Sep 15:09
ad6e42f

Choose a tag to compare

Merge pull request #193 from compose-spec/ignore-dotenv-dir

v1.0.1

28 Sep 10:15
aab9d54

Choose a tag to compare

Merge pull request #190 from ndeloof/godotenv

Use compose-spec/godotenv