Releases: score-spec/score-compose
Releases · score-spec/score-compose
0.29.4
What's Changed
🚀 New features 🚀
score-compose provisioners list
: addsupport_params
andexpected_outputs
support forcmd
provisioners by @lekaf974 in #334
🔧 Library and framework changes 🔧
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.6.5 to 2.7.1 in the ci group by @dependabot[bot] in #331
- chore(deps): bump golang from 1.24.4-alpine to 1.24.5-alpine in the ci group by @dependabot[bot] in #333
- chore(deps): bump the ci group with 2 updates by @dependabot[bot] in #336
- go 1.25.0 by @mathieu-benoit in #339
🧰 CI changes 🧰
- chore(deps): bump github/codeql-action from 3.29.1 to 3.29.2 in the ci group by @dependabot[bot] in #332
- chore(deps): bump the ci group across 1 directory with 3 updates by @dependabot[bot] in #338
Full Changelog: 0.29.3...0.29.4
0.29.3
What's Changed
🚀 New features 🚀
- fix(provisioners): wait for rabbitmq vhosts before init script by @astromechza in #329
🔧 Library and framework changes 🔧
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.6.4 to 2.6.5 in the ci group by @dependabot in #325
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot in #327
🧰 CI changes 🧰
- Unit tests: Fix
docker compose
convert
byconfig
by @mathieu-benoit in #326 - chore(deps): bump the ci group with 2 updates by @dependabot in #324
- chore(deps): bump github/codeql-action from 3.28.19 to 3.29.0 in the ci group by @dependabot in #323
- chore(deps): bump github/codeql-action from 3.29.0 to 3.29.1 in the ci group by @dependabot in #328
Full Changelog: 0.29.2...0.29.3
0.29.2
0.29.1
What's Changed
- chore(deps): bump golang from 1.24.3-alpine to 1.24.4-alpine in the ci group by @dependabot in #319
- chore(deps): bump github/codeql-action from 3.28.18 to 3.28.19 in the ci group by @dependabot in #320
Full Changelog: 0.29.0...0.29.1
0.29.0
What's Changed
- Create
CODEOWNERS
by @mathieu-benoit in #307 - chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 in the ci group by @dependabot in #308
- chore(deps): bump the ci group with 2 updates by @dependabot in #312
- chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 in the ci group by @dependabot in #310
- chore(deps): bump golang from 1.24.2-alpine to 1.24.3-alpine in the ci group by @dependabot in #311
- go 1.24.3 by @mathieu-benoit in #313
- chore(deps): bump github.com/score-spec/score-go from 1.10.0 to 1.10.1 in the ci group by @dependabot in #315
- chore(deps): bump the ci group with 2 updates by @dependabot in #314
- chore(deps): bump the ci group with 2 updates by @dependabot in #318
- chore(deps): bump the ci group with 2 updates by @dependabot in #316
- chore(deps): bump golang from
ef18ee7
tob4f875e
in the ci group by @dependabot in #317
Full Changelog: 0.28.0...0.29.0
0.28.0
What's Changed
🚀 New features 🚀
- Support new
files|volumes
spec withscore-go
v1.10.0
by @mathieu-benoit in #302 postgres-instance
provisioner added by @rabelmervin in #284- Update default.provisioners.yaml -
service-port
fail if not found by @mathieu-benoit in #299 - Update default.provisioners.yaml - update docs by @mathieu-benoit in #304
🔧 Library and framework changes 🔧
- go 1.24.2 by @mathieu-benoit in #298
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.5.0 to 2.6.0 in the ci group by @dependabot in #297
- chore(deps): bump the ci group with 2 updates by @dependabot in #301
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.6.0 to 2.6.1 in the ci group across 1 directory by @dependabot in #306
🧰 CI changes 🧰
- fixed go-static-check by @7h3-3mp7y-m4n in #294
- chore(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 in the ci group by @dependabot in #305
Full Changelog: 0.27.1...0.28.0
0.27.1
What's Changed
🚀 New features 🚀
- New
score-compose init --no-default-provisioners
parameter by @7h3-3mp7y-m4n in #293 - Use
mirror.gcr.io/
to avoid DockerHub rate limits error while using default provisioners by @mathieu-benoit in #281
🔧 Library and framework changes 🔧
- chore: replace util output local implementation score-go library by @lekaf974 in #288
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.4.8 to 2.4.9 in the ci group by @dependabot in #278
- chore(deps): bump golang from 1.24.1-alpine to 1.24.2-alpine in the ci group by @dependabot in #289
🧰 CI changes 🧰
- chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 in the ci group by @dependabot in #277
- chore(deps): bump the ci group with 3 updates by @dependabot in #280
- chore(deps): bump the ci group with 2 updates by @dependabot in #282
- chore(deps): bump the ci group with 2 updates by @dependabot in #290
- Create dependabot-auto-merge.yaml by @mathieu-benoit in #291
- chore(deps): bump github/codeql-action from 3.28.13 to 3.28.15 in the ci group by @dependabot in #292
Full Changelog: 0.27.0...0.27.1
0.27.0 - The new score-compose init --patch-templates flag is out! 🎉
What's Changed
🚀 New features 🚀
- Changes made for
--provisioners
flag by @rabelmervin in #221 - feat: add
description
field support in provisioners by @lekaf974 in #273 - feat: added
score-compose init --patch-templates
flag to by @astromechza in #276
🔧 Library and framework changes 🔧
- chore(deps): bump golang from 1.24.0-alpine to 1.24.1-alpine in the ci group by @dependabot in #271
- go 1.24.1 by @mathieu-benoit in #272
- chore(deps): bump github.com/score-spec/score-go from 1.9.3 to 1.9.5 in the ci group by @dependabot in #274
🧰 CI changes 🧰
- chore(deps): bump github/codeql-action from 3.28.10 to 3.28.11 in the ci group by @dependabot in #275
New Contributors
- @rabelmervin made their first contribution in #221
Full Changelog: 0.26.0...0.27.0
0.26.0
What's Changed
Full Changelog: 0.25.1...0.26.0