diff options
author | Evan Lezar <elezar@nvidia.com> | 2022-01-12 14:22:29 +0100 |
---|---|---|
committer | Evan Lezar <elezar@nvidia.com> | 2022-01-14 13:35:22 +0100 |
commit | 968deb7c2cd2e4fab7edf03f2a73fb62bb652171 (patch) | |
tree | ea0349b4a36a44625e5f6dda891034986da8417f /vendor/sigs.k8s.io/yaml/RELEASE.md | |
parent | 2c510146aa03c74fb00a15bcf81c62b14df9c7ea (diff) | |
download | podman-968deb7c2cd2e4fab7edf03f2a73fb62bb652171.tar.gz podman-968deb7c2cd2e4fab7edf03f2a73fb62bb652171.tar.bz2 podman-968deb7c2cd2e4fab7edf03f2a73fb62bb652171.zip |
Use new CDI API
This change updates the CDI API to commit 46367ec063fda9da931d050b308ccd768e824364
which addresses some inconistencies in the previous implementation.
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Diffstat (limited to 'vendor/sigs.k8s.io/yaml/RELEASE.md')
-rw-r--r-- | vendor/sigs.k8s.io/yaml/RELEASE.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/sigs.k8s.io/yaml/RELEASE.md b/vendor/sigs.k8s.io/yaml/RELEASE.md new file mode 100644 index 000000000..6b642464e --- /dev/null +++ b/vendor/sigs.k8s.io/yaml/RELEASE.md @@ -0,0 +1,9 @@ +# Release Process + +The `yaml` Project is released on an as-needed basis. The process is as follows: + +1. An issue is proposing a new release with a changelog since the last release +1. All [OWNERS](OWNERS) must LGTM this release +1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION` +1. The release issue is closed +1. An announcement email is sent to `kubernetes-dev@googlegroups.com` with the subject `[ANNOUNCE] kubernetes-template-project $VERSION is released` |