Releases: score-spec/score-go
Releases · score-spec/score-go
v1.1.0 (score-spec/schema v1.0.0-beta.1-2024-02-23)
This pulls in score-spec/schema#13 with the following schema changes:
- Breaking Change,
containers.*.volumes.*.read_only
->readOnly
to match all the other fields. - Breaking Change,
containers.*.(livenessProbe|readinessProbe).httpGet.port
is now required. (You can't really default this). - Breaking Change,
containers.*.files
may no longer be an array of lines, it must be a multiline string instead - Improve validation on
containers.*.variables
to disallow=
from environment variable names - added
additionalProperties: false
tocontainers.*.volumes
andcontainers.*.files
And provides the ApplyCommonUpgradeTransforms
function to transform existing specifications where possible.
What's Changed
- chore: updated score schema and types, added compatibility transformer by @astromechza in #26
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- fix: fixed generated types for workload and resource metadata by @astromechza in #25
- ensured schema is up to date with score-schema
Full Changelog: v1.0.0...v1.0.3