Releases: score-spec/score-compose
Releases · score-spec/score-compose
0.15.10
What's Changed
- fix: increase healthcheck retries by @astromechza in #168
- fix: support subpath on docker or bind volumes by @astromechza in #169
Full Changelog: 0.15.9...0.15.10
0.15.9
What's Changed
- fix: remove replace directive and tidy deps by @astromechza in #167 - this fixes the
go install
andgo run
in some cases.
Full Changelog: 0.15.8...0.15.9
0.15.8
What's Changed
- fix: improve depends-on condition for wait-for-resources by @astromechza in #165
This ensures that the--wait
docker compose flag works correctly when we wait on the workload services starting successfully.
Full Changelog: 0.15.7...0.15.8
0.15.7
What's Changed
- Update README.md by @sujaya-sys in #156
- Updated get in touch section with correct reference by @sujaya-sys in #157
- fix: ensure resource output template has a newline by @astromechza in #161
- feat: rename default provisioners file and change header comment by @astromechza in #162
- chore: go mod updates by @astromechza in #163
- feat: added check-version subcommand by @astromechza in #164
Full Changelog: 0.15.6...0.15.7
0.15.6
What's Changed
- feat: added kafka-topic provisioner by @astromechza in #150
- feat(provisioner): default elastic search resource provisioner by @giesan in #151
- feat: hide deprecated run command by @astromechza in #152
- fix(ci): swap deprecated field by @astromechza in #153
- chore(ci): fix goreleaser by @astromechza in #154
- fix(ci): update goreleaser file by @astromechza in #155
Full Changelog: 0.15.4...0.15.6
0.15.4
What's Changed
- fix(framework): update score-go to 1.7.2 by @astromechza in #145
Full Changelog: 0.15.3...0.15.4
0.15.3
What's Changed
- fix(framework): update score-go by @astromechza in #144
Full Changelog: 0.15.2...0.15.3
0.15.2
What's Changed
- feat(route-provisioner): increased client body size and added nginx snippet annotations by @astromechza in #139
- Update
default.provisioners.yaml
-redis:7-alpine
by @mathieu-benoit in #137 - fix: unformatted image override message by @astromechza in #140
New Contributors
- @mathieu-benoit made their first contribution in #137
Full Changelog: 0.15.1...0.15.2
0.15.1
What's Changed
- fix(convert): fix missing annotations on state load by @astromechza in #136
Full Changelog: 0.15.0...0.15.1
0.15.0
What's Changed
- feat: pass through workload metadata.annotations onto services by @astromechza in #134
- Annotations in the Score workload metadata will now be copied onto each service produced by the conversion process. An additional annotation for
compose.score.dev/workload-name
is inserted for tracking and post processing. This mechanism works well when further processing of the compose.yaml is needed.
- Annotations in the Score workload metadata will now be copied onto each service produced by the conversion process. An additional annotation for
Full Changelog: 0.14.1...0.15.0