Releases: score-spec/score-compose
Releases · score-spec/score-compose
Release list
0.45.0
What's Changed
registry-identitiesinstead ofregistry-authfor OIDC by @mathieu-benoit in #536
Full Changelog: 0.44.0...0.45.0
0.44.0
What's Changed
- chore(deps): bump the ci group with 3 updates by @dependabot[bot] in #530
- chore(deps): bump the ci group with 2 updates by @dependabot[bot] in #529
oidc-loginin CI by @mathieu-benoit in #531- OIDC login now with docker/login-action directly by @mathieu-benoit in #532
- OIDC login with docker/github-builder by @mathieu-benoit in #533
- chore(deps): bump the ci group with 4 updates by @dependabot[bot] in #535
- chore(deps): bump golang from
711ea0bto1f9884bin the ci group by @dependabot[bot] in #534
Full Changelog: 0.43.0...0.44.0
0.43.0
What's Changed
- chore(deps): bump docker/scout-action from 1.23.0 to 1.23.1 in the ci group by @dependabot[bot] in #523
- chore(deps): bump golang from
e48a914to2c7373fin the ci group by @dependabot[bot] in #524 - chore(deps): bump the ci group with 3 updates by @dependabot[bot] in #525
- chore(deps): bump golang from 1.26.4-alpine3.24-dev to 1.26.5-alpine3.24-dev in the ci group by @dependabot[bot] in #526
- Upgrade Go version to 1.26.5 by @github-actions[bot] in #527
- chore(deps): bump github.com/score-spec/score-go from 1.19.0 to 1.20.0 in the ci group by @dependabot[bot] in #528
Full Changelog: 0.42.0...0.43.0
0.42.0
What's Changed
🚀 New features 🚀
- fix: enhance validations in loadRawScoreFiles to check for missing metadata by @ShantKhatri in #498
- refactor: migrate Kafka provisioner from bitnami/kafka to apache/kafka and update configuration parameters by @ShantKhatri in #514
🔧 Library and framework changes 🔧
- alpine3-24 by @mathieu-benoit in #509
- chore(deps): bump the ci group with 2 updates by @dependabot[bot] in #507
- chore(deps): bump golang from
8c0a72dto5f4d15din the ci group by @dependabot[bot] in #512 - chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.11.0 to 2.12.1 in the ci group by @dependabot[bot] in #516
- chore(deps): bump golang from
5f4d15dtoe48a914in the ci group by @dependabot[bot] in #515 - chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.12.1 to 2.13.0 in the ci group by @dependabot[bot] in #518
- chore(deps): bump github.com/score-spec/score-go from 1.18.0 to 1.19.0 in the ci group by @dependabot[bot] in #519
🧰 CI changes 🧰
- chore(deps): bump the ci group with 3 updates by @dependabot[bot] in #505
- chore(deps): bump docker/github-builder/.github/workflows/build.yml from 1.11.0 to 1.12.0 in the ci group by @dependabot[bot] in #508
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the ci group by @dependabot[bot] in #513
- chore(deps): bump the ci group with 2 updates by @dependabot[bot] in #517
- chore(deps): bump the ci group with 7 updates by @dependabot[bot] in #520
New Contributors
- @ShantKhatri made their first contribution in #498
Full Changelog: 0.41.0...0.42.0
0.41.0
What's Changed
- fix: resolve infinite recursion in Provisioner.Class(), Type(), and Description() by @Siddhartha-singh01 in #483
- chore(deps): bump the ci group with 2 updates by @dependabot[bot] in #491
- chore(deps): bump golang from
ebe8be2to8c3d280in the ci group by @dependabot[bot] in #490 - chore(deps): bump the ci group with 2 updates by @dependabot[bot] in #493
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.10.2 to 2.11.0 in the ci group by @dependabot[bot] in #494
- feat: promote envprov to a loadable provisioner type by @Siddhartha-singh01 in #489
- chore(deps): bump the ci group with 6 updates by @dependabot[bot] in #497
- fix: sandbox containers[].files[].source to the Score file's directory by @Siddhartha-singh01 in #496
- chore(deps): bump golang from
8c3d280todd699a6in the ci group by @dependabot[bot] in #499 - chore(deps): bump the ci group with 2 updates by @dependabot[bot] in #500
- Upgrade Go version to 1.26.4 by @github-actions[bot] in #502
- chore(deps): bump github.com/score-spec/score-go from 1.17.0 to 1.18.0 in the ci group by @dependabot[bot] in #504
- chore(deps): bump golang from 1.26.3-alpine3.23-dev to 1.26.4-alpine3.23-dev in the ci group by @dependabot[bot] in #503
New Contributors
- @Siddhartha-singh01 made their first contribution in #483
Full Changelog: 0.40.0...0.41.0
0.40.0
What's Changed
- chore(deps): bump the ci group with 2 updates by @dependabot[bot] in #485
- chore(deps): bump the ci group with 3 updates by @dependabot[bot] in #486
- Upgrade Go version to 1.26.3 by @github-actions[bot] in #487
Full Changelog: 0.39.0...0.40.0
0.39.0
What's Changed
- chore(deps): bump step-security/harden-runner from 2.19.0 to 2.19.1 in the ci group by @dependabot[bot] in #480
- chore(deps): bump docker/github-builder/.github/workflows/build.yml from 1.6.0 to 1.7.0 in the ci group by @dependabot[bot] in #482
Full Changelog: 0.38.0...0.39.0
0.38.0
What's Changed
- feat: use GetFiles for --patch-templates to support local directories by @Venkatesh1505 in #469
- chore(deps): bump static from 20251003-alpine3.23 to 20260413-alpine3.23 in the ci group by @dependabot[bot] in #471
- chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 in the ci group by @dependabot[bot] in #472
- chore: update score-go to include CPU regex fix by @Abhishek9639 in #466
- feat: support ordered container start (#321) by @Abhishek9639 in #454
- chore(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 in the ci group by @dependabot[bot] in #474
- chore(deps): bump golang from
0d916bcto478ffa2in the ci group by @dependabot[bot] in #473 - chore(deps): bump the ci group with 3 updates by @dependabot[bot] in #477
- init: update the default sample Score file generated by @Abhishek9639 in #476
- chore(deps): bump github.com/score-spec/score-go from 1.16.0 to 1.17.0 in the ci group by @dependabot[bot] in #478
- chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 in the ci group by @dependabot[bot] in #479
Full Changelog: 0.37.0...0.38.0
0.37.0
What's Changed
- fix: use livenessProbe fallback when readinessProbe is unset by @saschabuehrle in #458
- fix: use correct flag constant in --override-property error messages by @Abhishek9639 in #460
- Remove deprecated
score-compose runcommand by @Copilot in #462 - fix: use 2-space indentation in generated compose.yaml by @Copilot in #461
- chore(deps): bump golang from
fed0e3eto0d916bcin the ci group by @dependabot[bot] in #463 - chore(deps): bump the ci group with 5 updates by @dependabot[bot] in #464
- feat: add support for importing multiple files from a local directory by @Venkatesh1505 in #465
- chore(deps): bump the ci group with 2 updates by @dependabot[bot] in #468
- feat: add
versioncommand and improve--versionoutput by @Copilot in #467
New Contributors
- @saschabuehrle made their first contribution in #458
- @Copilot made their first contribution in #462
Full Changelog: 0.36.7...0.37.0
0.36.7
What's Changed
- Enhance CI workflow with step-security/harden-runner by @mathieu-benoit in #453
- chore(deps): bump golang from 1.26.1-alpine3.23-dev to 1.26.2-alpine3.23-dev in the ci group by @dependabot[bot] in #455
- Upgrade Go version to 1.26.2 by @github-actions[bot] in #456
Full Changelog: 0.36.6...0.36.7