mirror of
https://github.com/kubereboot/kured.git
synced 2026-02-14 17:39:49 +00:00
require DCO from now on
Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
36
DCO
Normal file
36
DCO
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
Developer Certificate of Origin
|
||||||
|
Version 1.1
|
||||||
|
|
||||||
|
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
|
||||||
|
660 York Street, Suite 102,
|
||||||
|
San Francisco, CA 94110 USA
|
||||||
|
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies of this
|
||||||
|
license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
|
||||||
|
Developer's Certificate of Origin 1.1
|
||||||
|
|
||||||
|
By making a contribution to this project, I certify that:
|
||||||
|
|
||||||
|
(a) The contribution was created in whole or in part by me and I
|
||||||
|
have the right to submit it under the open source license
|
||||||
|
indicated in the file; or
|
||||||
|
|
||||||
|
(b) The contribution is based upon previous work that, to the best
|
||||||
|
of my knowledge, is covered under an appropriate open source
|
||||||
|
license and I have the right under that license to submit that
|
||||||
|
work with modifications, whether created in whole or in part
|
||||||
|
by me, under the same open source license (unless I am
|
||||||
|
permitted to submit under a different license), as indicated
|
||||||
|
in the file; or
|
||||||
|
|
||||||
|
(c) The contribution was provided directly to me by some other
|
||||||
|
person who certified (a), (b) or (c) and I have not modified
|
||||||
|
it.
|
||||||
|
|
||||||
|
(d) I understand and agree that this project and the contribution
|
||||||
|
are public and that a record of the contribution (including all
|
||||||
|
personal information I submit with it, including my sign-off) is
|
||||||
|
maintained indefinitely and may be redistributed consistent with
|
||||||
|
this project or the open source license(s) involved.
|
||||||
@@ -13,6 +13,24 @@ you are planning to contribute code.
|
|||||||
[issues]: https://github.com/weaveworks/kured/issues
|
[issues]: https://github.com/weaveworks/kured/issues
|
||||||
[readme]: README.md
|
[readme]: README.md
|
||||||
|
|
||||||
|
## Certificate of Origin
|
||||||
|
|
||||||
|
By contributing to this project you agree to the Developer Certificate of
|
||||||
|
Origin (DCO). This document was created by the Linux Kernel community and is a
|
||||||
|
simple statement that you, as a contributor, have the legal right to make the
|
||||||
|
contribution.
|
||||||
|
|
||||||
|
We require all commits to be signed. By signing off with your signature, you
|
||||||
|
certify that you wrote the patch or otherwise have the right to contribute the
|
||||||
|
material by the rules of the [DCO](DCO):
|
||||||
|
|
||||||
|
`Signed-off-by: Jane Doe <jane.doe@example.com>`
|
||||||
|
|
||||||
|
The signature must contain your real name
|
||||||
|
(sorry, no pseudonyms or anonymous contributions)
|
||||||
|
If your `user.name` and `user.email` are configured in your Git config,
|
||||||
|
you can sign your commit automatically with `git commit -s`.
|
||||||
|
|
||||||
## Regular development activities
|
## Regular development activities
|
||||||
|
|
||||||
### Updating k8s support
|
### Updating k8s support
|
||||||
@@ -89,6 +107,7 @@ Our CI is covered by github actions.
|
|||||||
You can see their contents in .github/workflows.
|
You can see their contents in .github/workflows.
|
||||||
|
|
||||||
We currently run:
|
We currently run:
|
||||||
|
|
||||||
- go tests and lint
|
- go tests and lint
|
||||||
- shellcheck
|
- shellcheck
|
||||||
- a check for dead links in our docs
|
- a check for dead links in our docs
|
||||||
@@ -193,7 +212,6 @@ Before going further, we should freeze the code for a release, by
|
|||||||
tagging the code. The Github-Action should start a new job and push
|
tagging the code. The Github-Action should start a new job and push
|
||||||
the new image to the registry.
|
the new image to the registry.
|
||||||
|
|
||||||
|
|
||||||
### Create the combined manifest
|
### Create the combined manifest
|
||||||
|
|
||||||
Now create the `kured-<release>-dockerhub.yaml` for e.g. `1.3.0`:
|
Now create the `kured-<release>-dockerhub.yaml` for e.g. `1.3.0`:
|
||||||
|
|||||||
Reference in New Issue
Block a user