Skip to content

Releases: score-spec/score-go

v1.1.0 (score-spec/schema v1.0.0-beta.1-2024-02-23)

26 Feb 08:58
2b44195
Compare
Choose a tag to compare

This pulls in score-spec/schema#13 with the following schema changes:

  1. Breaking Change, containers.*.volumes.*.read_only -> readOnly to match all the other fields.
  2. Breaking Change, containers.*.(livenessProbe|readinessProbe).httpGet.port is now required. (You can't really default this).
  3. Breaking Change, containers.*.files may no longer be an array of lines, it must be a multiline string instead
  4. Improve validation on containers.*.variables to disallow = from environment variable names
  5. added additionalProperties: false to containers.*.volumes and containers.*.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

09 Feb 12:13
89dcd53
Compare
Choose a tag to compare

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