Releases: score-spec/score-compose
Releases · score-spec/score-compose
0.24.2
What's Changed
Library and framework changes:
- chore: update go to 1.23.5 by @astromechza in #250
- chore(deps): bump github.com/score-spec/score-go from 1.9.0 to 1.9.1 in the ci group by @dependabot in #251
CI:
- Update dependabot.yml - group updates by @mathieu-benoit in #248
- Update dependabot.yml - Fix groups by @mathieu-benoit in #249
Full Changelog: 0.24.1...0.24.2
0.24.1
What's Changed
This is a small addition to https://github.com/score-spec/score-compose/releases/tag/0.24.0 which removes an old go mod replace directive and allows it to be used in go run ...
contexts inside other go projects.
- fix: remove mergo replace directive by @astromechza in #247
Full Changelog: 0.24.0...0.24.1
0.24.0
What's Changed
Fixed
- Double
$
signs in container variables are no longer unescaped. This means docker compose passes them through as normal instead of replacing with an empty string. This keeps the expected functionality with the Score spec. (#241) - Non-utf8 files that are mounted using the container files section no longer throw utf-8 decoding errors. (#243)
New features
- Support for the latest (1.9.0) Score spec with
binaryContent
files andexec
container probes. (#243) - New
mssql
default provisioner. (#235)
PRs
- Update README.md - OpenSSF Scorecard by @mathieu-benoit in #234
- Update README.md - Reorganize badges by @mathieu-benoit in #236
- chore(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 by @dependabot in #238
- chore(deps): bump github/codeql-action from 3.28.0 to 3.28.1 by @dependabot in #239
- chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #240
- fix: don't unescape dollars in environment variable placeholders by @astromechza in #241
- feat(default-provisioner): add mssql default provisioner support by @lekaf974 in #235
- feat: update to score spec release 1.9.0 with binaryContent files and… by @astromechza in #243
- fix: clarify note in readme regarding probes by @astromechza in #244
- chore(deps): bump golang from 1.23.4 to 1.23.5 by @dependabot in #245
- chore(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 by @dependabot in #246
New Contributors
Full Changelog: 0.23.0...0.24.0
0.23.0
What's Changed
- Create scorecard.yml by @mathieu-benoit in #212
- Update README.md - good first issues badge by @mathieu-benoit in #225
- Update README.md - typo in gfi badge by @mathieu-benoit in #226
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.4.6 to 2.4.7 by @dependabot in #227
- digests for GHA actions by @mathieu-benoit in #229
- Update README.md - OpenSSF Best practices badge by @mathieu-benoit in #230
- Update Dockerfile - pinned digest for base container images by @mathieu-benoit in #231
- chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in #232
- Create SECURITY.md by @mathieu-benoit in #233
Full Changelog: 0.22.2...0.23.0
0.22.2
What's Changed
- Create MAINTAINERS.md by @mathieu-benoit in #216
- chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #217
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.4.4 to 2.4.5 by @dependabot in #218
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.4.5 to 2.4.6 by @dependabot in #222
- Go 1.23.4 by @mathieu-benoit in #223
- chore(deps): bump github.com/score-spec/score-go from 1.8.4 to 1.8.5 by @dependabot in #224
Full Changelog: 0.22.1...0.22.2
0.22.1
What's Changed
- Update README.md - GitHub release badge by @mathieu-benoit in #211
- Update ci.yaml - CI on main too by @mathieu-benoit in #213
- Update release.yaml - OpenSSF Scorecard, permissions at the job level by @mathieu-benoit in #214
- fix(provisioners): small s3 reliability improvements by @astromechza in #215
Full Changelog: 0.22.0...0.22.1
0.22.0
What's Changed
- Update .goreleaser.yaml - cosign by @mathieu-benoit in #208
- Update release.yaml - Fix install cosign by @mathieu-benoit in #209
- Update .goreleaser.yaml - Fix file names by @mathieu-benoit in #210
Full Changelog: 0.21.0...0.22.0
0.21.0
What's Changed
gcr.io/distroless/static
instead ofscratch
by @mathieu-benoit in #203- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.4.3 to 2.4.4 by @dependabot in #204
- Sign container image with Sigstore cosign by @mathieu-benoit in #205
- Update release.yaml - Fix write release by @mathieu-benoit in #206
Full Changelog: 0.20.0...0.21.0
0.20.0
What's Changed
- chore(deps): bump github.com/score-spec/score-go from 1.8.2 to 1.8.3 by @dependabot in #194
- updated the goreleaser by removing deprecation by @7h3-3mp7y-m4n in #197
- Added oci example in
score-compose init --help
by @7h3-3mp7y-m4n in #196 - chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.3.0 to 2.4.0 by @dependabot in #198
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.4.0 to 2.4.3 by @dependabot in #199
- chore(deps): bump github.com/score-spec/score-go from 1.8.3 to 1.8.4 by @dependabot in #201
- Updated Readme and Added format for OCI by @7h3-3mp7y-m4n in #202
- Fixed the init_test by @7h3-3mp7y-m4n in #200
Full Changelog: 0.19.0...0.20.0
0.19.0
What's Changed
- Fix
imdario/mergo
version by @mathieu-benoit in #190 - Update ci.yaml -
docker run
by @mathieu-benoit in #189 - Update ci.yaml - Added a
go vet
for consistency by @7h3-3mp7y-m4n in #191 - chore(deps): bump github.com/score-spec/score-go from 1.8.1 to 1.8.2 by @dependabot in #192
- Update release.yaml - push container image's
latest
tag too by @mathieu-benoit in #193
New Contributors
- @dependabot made their first contribution in #192
Full Changelog: 0.18.0...0.19.0