forked from k8up-io/k8up
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'k8up-io:master' into add_insecure_tls
- Loading branch information
Showing
65 changed files
with
7,011 additions
and
6,169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ coverage/ | |
.cache | ||
_public/ | ||
_archive/ | ||
tmp/ | ||
|
||
.github/release-notes.md | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Community Code of Conduct | ||
|
||
K8up observes the [CNCF Community Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). | ||
|
||
The code of conduct is overseen by the K8up project maintainers. | ||
Possible code of conduct violations should be emailed to the project maintainers [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# K8up Project Governance | ||
|
||
Please note: K8up is a young Open Source project, evolved from the project sponsor [VSHN](https://www.vshn.ch/). | ||
As such we're in the process of setting up a proper project governance. | ||
As such, we're in the process of setting up a proper project governance. | ||
If you have any wish, let use know via a [GitHub Discussion](https://github.com/k8up-io/k8up/discussions). | ||
|
||
## Principles | ||
|
@@ -11,7 +11,7 @@ The K8up community adheres to the following principles: | |
- Open: K8up is open source. | ||
- Welcoming and respectful: See [Code of Conduct](#code-of-conduct). | ||
- Transparent and accessible: Changes to the K8up organization, K8up code repositories, | ||
and CNCF related activities (e.g. level, involvement, etc) are done in public. | ||
and CNCF related activities (e.g. level, involvement, etc.) are done in public. | ||
- Merit: Ideas and contributions are accepted according to their technical merit and alignment with | ||
project objectives, scope, and design principles. | ||
|
||
|
@@ -24,7 +24,7 @@ The K8up roadmap is on GitHub, see [Projects -> Roadmap](https://github.com/k8up | |
Every contribution is welcome. | ||
Please see our [Contribution Guide](https://k8up.io/k8up/about/contribution_guide.html) how to best contribute. | ||
|
||
## Github Project Administration | ||
## GitHub Project Administration | ||
|
||
The __k8up-io__ GitHub project maintainers team reflects the list of Maintainers. | ||
|
||
|
@@ -35,12 +35,12 @@ As such, K8up might be involved in CNCF (or other CNCF projects) related marketi | |
|
||
## Code of Conduct | ||
|
||
Please read our code of conduct here: https://k8up.io/k8up/about/code_of_conduct.html | ||
Please read our code of conduct here: [CODE_OF_CONDUCT.md](https://github.com/k8up-io/k8up/blob/master/CODE_OF_CONDUCT.md). | ||
|
||
The code of conduct is overseen by the K8up project maintainers. | ||
Possible code of conduct violations should be emailed to the project maintainers [email protected]. | ||
|
||
If the possible violation is against one of the project maintainers that member will be recused from voting on the issue. | ||
If the possible violation is against one of the project maintainers, that member will be recused from voting on the issue. | ||
Such issues must be escalated to the appropriate CNCF contact, and CNCF may choose to intervene. | ||
|
||
## DCO and Licenses | ||
|
@@ -49,4 +49,3 @@ The following licenses and contributor agreements will be used for K8up projects | |
|
||
* [Apache 2.0](https://opensource.org/licenses/Apache-2.0) for code | ||
* [Developer Certificate of Origin](https://developercertificate.org/) for new contributions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,13 @@ This will be built up when time comes. | |
|
||
## Maintainers | ||
|
||
We document the list of maintainers in the [GitHub team "Maintainer"](https://github.com/orgs/k8up-io/teams/maintainer/members). | ||
* Tobias Brunner <[email protected]> ([tobru](https://github.com/tobru)) | ||
* Simon Beck <[email protected]> ([Kidswiss](https://github.com/Kidswiss)) | ||
* Nicolas Bigler <[email protected]> ([TheBigLee](https://github.com/TheBigLee)) | ||
* Łukasz Widera <[email protected]> ([wejdross](https://github.com/wejdross)) | ||
* Gabriel Saratura <[email protected]> ([zugao](https://github.com/zugao)) | ||
|
||
We also document the list of maintainers in the [GitHub team "Maintainer"](https://github.com/orgs/k8up-io/teams/maintainer/members). | ||
|
||
## Reviewers | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.