buildpacks / spec

Specification for Cloud Native Buildpacks
https://buildpacks.io
Apache License 2.0
253 stars 70 forks source link

Correct name of `distros.version` field in `buildpack.toml` #402

Closed edmorley closed 6 months ago

edmorley commented 6 months ago

The correct name for the field is distros.version (singular), rather than distros.versions.

The former is what is used elsewhere in the spec, and in the lifecycle implementation.

The plural form looks like a leftover from the rename in: https://github.com/buildpacks/spec/commit/8652ec5e492998e0233c7778b7217d8433f16663

Fixes #401.

edmorley commented 6 months ago

We'll also want to backport this to the buildpack/0.11 and buildpack/0.10 branches.

edmorley commented 5 months ago

We'll also want to backport this to the buildpack/0.11 and buildpack/0.10 branches.

I've opened #403 and #404 for this.