Releases: cncf-tags/container-device-interface
Releases · cncf-tags/container-device-interface
v0.6.0
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
- @zvonkok made their first contribution in #85
- @adrianchiris made their first contribution in #137
- @yarikoptic made their first contribution in #139
Full Changelog: v0.5.4...v0.6.0
v0.5.4
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
v0.5.2
v0.5.1
v0.5.0
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
- @dependabot made their first contribution in #68
Full Changelog: v0.4.0...v0.5.0