Releases: compose-spec/compose-go
Releases · compose-spec/compose-go
v1.2.9
What's Changed
- Fix environment variable expansion by @ulyssessouza in #276
- Bump github.com/stretchr/testify from 1.5.1 to 1.8.0 by @dependabot in #279
- Validate depended-on services exist in consistency check by @laurazard in #281
- Fix hash usage in environment values by @ulyssessouza in #283
- Add gocritic to linters by @ulyssessouza in #285
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- Add tilt.dev by @ulyssessouza in #270
- project: ensure withServices doesn't blow stack on cycles by @nicksieger in #274
- interpolate
COMPOSE_PROJECT_NAME
with name from config file by @glours in #272 - allow
.
(dot) in environment variable name by @glours in #271 - Bump gotest.tools/v3 from 3.2.0 to 3.3.0 by @dependabot in #275
New Contributors
- @nicksieger made their first contribution in #274
Full Changelog: v1.2.7...v1.2.8
v1.2.7
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
v1.2.5
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
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