Releases: score-spec/score-k8s
Releases · score-spec/score-k8s
0.4.0 - The new score-k8s init --patch-templates flag is out! 🎉
What's Changed
🚀 New features 🚀
The new score-k8s init --patch-templates
flag is out! 🎉
- feat: added
score-k8s init --patch-templates
and deprecatedscore-k8s generate --patch-manifests
by @astromechza in #139
🔧 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 #134
- go 1.24.1 by @mathieu-benoit in #135
- chore(deps): bump github.com/score-spec/score-go from 1.9.3 to 1.9.5 in the ci group by @dependabot in #136
🧰 CI changes 🧰
- chore(deps): bump github/codeql-action from 3.28.10 to 3.28.11 in the ci group by @dependabot in #137
Full Changelog: 0.3.2...0.4.0
0.3.2
What's Changed
- feat: new and easier secret reference schema by @astromechza in #133
Full Changelog: 0.3.1...0.3.2
0.3.1
0.3.0
What's Changed
- Update zz-default.provisioners.yaml - remove unused name for mongodb by @mathieu-benoit in #126
Library and framework changes
- go 1.24.0 by @mathieu-benoit in #125
CI changes
- chore(deps): bump golang from
51a6466
to8c10f21
in the ci group by @dependabot in #119 - chore(deps): bump the ci group with 3 updates by @dependabot in #120
- chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in the ci group by @dependabot in #121
- chore(deps): bump github/codeql-action from 3.28.5 to 3.28.8 in the ci group by @dependabot in #122
- chore(deps): bump the ci group with 3 updates by @dependabot in #123
- chore(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 in the ci group by @dependabot in #128
- chore(deps): bump the ci group with 4 updates by @dependabot in #129
- chore(deps): bump the ci group with 6 updates by @dependabot in #131
- chore(deps): bump golang from
2b1cbf2
to3f74443
in the ci group by @dependabot in #130
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
Library and framework changes:
- chore(deps): bump golang from 1.23.4 to 1.23.5 by @dependabot in #114
- chore: update go to 1.23.5 by @mathieu-benoit in #117
- chore(deps): bump github.com/score-spec/score-go from 1.9.0 to 1.9.1 by @dependabot in #118
CI:
- Update dependabot.yml - group updates by @mathieu-benoit in #113
- chore(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 in the ci group by @dependabot in #115
- chore(deps): bump the ci group with 2 updates by @dependabot in #116
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Updated to score-spec 1.9.0 which carries
binaryContent
files andexec
probe support, both of which are fully compatible with score-k8s. - Fixes some encoding issues that occur when non-utf8 files are sourced via the
containers.*.files.*.source
field.
PRs
- 74de7b7
- Update README.md - Good first issues badge by @mathieu-benoit in #99
- Update README.md - typo in gfi badge by @mathieu-benoit in #100
- Create SECURITY.md by @mathieu-benoit in #101
- golang.org/x/net bump by @mathieu-benoit in #102
- Create scorecard.yml by @mathieu-benoit in #103
- Update Dockerfile - pinned digest for base container images by @mathieu-benoit in #104
- Digests for GHA actions by @mathieu-benoit in #105
- Update README.md - OpenSSF badges by @mathieu-benoit in #106
- Update README.md - FOSSA Status badge by @mathieu-benoit in #107
- Update README.md - Reorganize badges by @mathieu-benoit in #108
- chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #109
- chore(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 by @dependabot in #111
- chore(deps): bump github/codeql-action from 3.28.0 to 3.28.1 by @dependabot in #110
Full Changelog: 0.1.18...0.2.0
0.1.18
What's Changed
- Create MAINTAINERS.md by @mathieu-benoit in #90
- chore(deps): bump k8s.io/api from 0.31.2 to 0.31.3 by @dependabot in #93
- chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #92
- chore(deps): bump k8s.io/apimachinery from 0.31.3 to 0.32.0 by @dependabot in #94
- chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in #96
- chore(deps): bump k8s.io/api from 0.31.3 to 0.32.0 by @dependabot in #95
- Go 1.23.4 by @mathieu-benoit in #97
- chore(deps): bump github.com/score-spec/score-go from 1.8.4 to 1.8.5 by @dependabot in #98
Full Changelog: 0.1.17...0.1.18
0.1.17
What's Changed
- Update README.md - GH release badge by @mathieu-benoit in #84
- Cosign with goreleaser by @mathieu-benoit in #83
- chore: enable ci on main push by @astromechza in #85
- Update README.md - ci badge by @mathieu-benoit in #86
- Update release.yaml - openssf scorecard write permissions at the job level by @mathieu-benoit in #87
- feat(generate): support k8s manifest overriding by @astromechza in #88
- Adding an s3 default provisioner based on minio by @astromechza in #89
Full Changelog: 0.1.16...0.1.17
0.1.16
What's Changed
- Update zz-default.provisioners.yaml -
mysql:8
by @mathieu-benoit in #80 gcr.io/distroless/static
instead ofscratch
by @mathieu-benoit in #81- Sign container image with Sigstore cosign by @mathieu-benoit in #82
Full Changelog: 0.1.15...0.1.16
0.1.15
What's Changed
- chore(deps): bump github.com/score-spec/score-go from 1.8.3 to 1.8.4 by @dependabot in #78
- Improved the flag for OCI by @7h3-3mp7y-m4n in #79
- Adding check-version subcommand by @7h3-3mp7y-m4n in #77
Full Changelog: 0.1.14...0.1.15