Releases: compose-spec/compose-go
Releases · compose-spec/compose-go
v1.2.4
What's Changed
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
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
What's Changed
- add support for cache-to by @ndeloof in #232
- add mapping for ssh property in build section by @glours in #234
- Move stringutils upstream by @laurazard in #237
- implement no_cache and pull by @ndeloof in #233
Full Changelog: v1.1.0...v1.2.1
v1.1.0
What's Changed
- Handle inline comments on unquoted values by @ulyssessouza in #217
- add missing mapstructure mapping for BlkioConfig by @ndeloof in #227
- delete useless code by @ningmingxiao in #226
- use go 1.17 by @ndeloof in #228
- Do not set undefined inherited variables by @kcboschert in #218
- use golangci-lint action by @ndeloof in #229
- published can either be a port(int) or range (string) by @ndeloof in #230
- Update spec and implement project name by @ulyssessouza in #231
New Contributors
- @ningmingxiao made their first contribution in #226
- @kcboschert made their first contribution in #218
Full Changelog: v1.0.9...v1.1.0
v1.0.9
Merge pull request #219 from compose-spec/fix-vars-default-values Fix default values on variables interpolation
v1.0.8
Merge pull request #207 from mat007/fix-volume-trailing-slash
v1.0.7
Merge pull request #203 from compose-spec/bump-godotenv-1.1.1 Bump godotenv
v1.0.6
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
- @axhav made their first contribution in #201
- @tbocek made their first contribution in #198
- @MarilynFranklin made their first contribution in #76
Full Changelog: v1.0.5...v1.0.6
v1.0.5
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