Skip to content

Releases: cncf-tags/container-device-interface

v0.6.0

11 Jul 18:57
1e67527
Compare
Choose a tag to compare

What's Changed

  • Remove API from pkg by @elezar in #107
  • Fix readme by @elezar in #109
  • Add a vendor make target for updating go module files by @elezar in #108
  • Update dependencies by @elezar in #114
  • Added Annotations to CDI Spec by @zvonkok in #85
  • Create dependabot.yml by @elezar in #116
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.8.2 by @dependabot in #121
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #118
  • build(deps): bump actions/setup-go from 2 to 3 by @dependabot in #117
  • Removed release-note-none label from dependabot by @elezar in #125
  • Prepend yaml separator (---) to yaml output by @elezar in #126
  • Add required dependency-name field to dependabot config by @elezar in #129
  • Move parsing and name validation to cdi/parse package by @elezar in #130
  • build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #128
  • build(deps): bump github.com/opencontainers/runtime-spec from 1.0.3-0.20220825212826-86290f6a00fb to 1.1.0-rc.1 by @dependabot in #123
  • readme: fix typo in cdi example by @moshe010 in #135
  • build(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 in /cmd/cdi by @dependabot in #134
  • Support dots in Kind name segment by @adrianchiris in #137
  • codespell: workflow, config, typos fixed by @yarikoptic in #139
  • build(deps): bump codespell-project/actions-codespell from 1 to 2 by @dependabot in #141

New Contributors

Full Changelog: v0.5.4...v0.6.0

v0.5.4

06 Feb 10:25
0a1a5be
Compare
Choose a tag to compare

What's Changed

  • Use current fsnotify library, drop viper dependency by @liggitt in #95
  • pkg/cdi: fix GetSpecErrors()/refresh read/write data race. by @klihub in #98
  • dependencies: update opencontainers packages (rebased #87) by @klihub in #100
  • fix cdi doc missing SpecDB() by @moshe010 in #96
  • cmd, pkg, schema: stop using github.com/pkg/errors. by @klihub in #99
  • Add functions to query and validate minimum spec version by @elezar in #93
  • cmd/cdi: split out to a go module of its own. by @klihub in #103
  • cmd/cdi: update/fix go.{mod,sum}. by @klihub in #106

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

03 Nov 16:35
d4004b3
Compare
Choose a tag to compare

What's Changed

  • pkg/cdi: add functions for generating Spec names and removing Spec files. by @klihub in #77
  • remove usage of github.com/hashicorp/go-multierror by @pohly in #89

New Contributors

  • @pohly made their first contribution in #89

Full Changelog: v0.5.2...v0.5.3

v0.5.2

28 Sep 11:59
5609688
Compare
Choose a tag to compare

What's Changed

  • pkg/cdi: fix build/vet failures on windows. by @klihub in #83

Full Changelog: v0.5.1...v0.5.2

v0.5.1

06 Sep 09:58
a80a40e
Compare
Choose a tag to compare

What's Changed

  • pkg/cdi: don't abort scan on missing Spec dir. by @klihub in #79
  • Fix a read/write data race in the cache. by @klihub in #82

Full Changelog: v0.5.0...v0.5.1

v0.5.0

09 Aug 18:32
baded62
Compare
Choose a tag to compare

What's Changed

  • pkg/cdi: implement automatic CDI registry refresh. by @klihub in #56
  • pkg/cdi: add functions for writing Spec files. by @klihub in #64
  • build(deps): bump github.com/opencontainers/runc from 1.0.3 to 1.1.2 by @dependabot in #68
  • Relax device name restriction by @elezar in #70
  • documentation: add configuration instructions by @bart0sh in #67
  • Add HostPath to DeviceNode to allow for use cases where device nodes are not at root by @elezar in #73

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

21 Apr 13:13
2623ffe
Compare
Choose a tag to compare

What's Changed

  • [README] Add notes on versioning to SPEC.md by @elezar in #66
  • [spec] Add type field for mounts by @elezar in #65

Full Changelog: v0.3.2...v0.4.0

v0.3.2

13 Apr 11:02
a97a05e
Compare
Choose a tag to compare

What's Changed

  • Don't force downstream code pulling in (the huge) JSON Schema validation package. by @klihub in #62
  • schema: fix Mount.Options in schema. by @klihub in #63

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Mar 07:23
4b00593
Compare
Choose a tag to compare

What's Changed

  • go.{mod,sum}: relax selinux requirement to v1.9.1. by @klihub in #50
  • pkg/cdi: handle unmarshalling empty Spec data. by @klihub in #53
  • devel: perform schema-based Spec validation while loading Specs. by @klihub in #54

Full Changelog: v0.3.0...v0.3.1