-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update references to the new Github Org
Signed-off-by: Joao Pereira <[email protected]>
- Loading branch information
1 parent
6ff775c
commit 0272097
Showing
465 changed files
with
1,193 additions
and
1,204 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
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 |
---|---|---|
|
@@ -5,36 +5,36 @@ This document defines the project governance for Carvel. | |
Carvel, an open source project, is committed to building an open, inclusive, productive and self-governing open source community focused on building high quality, reliable, single-purpose, composable tools that aid in your application building, configuration, and deployment to Kubernetes. The community is governed by this document with the goal of defining how the community should work together to achieve this goal. | ||
|
||
# Code Repositories | ||
The following code repositories are governed by the Carvel community and maintained under the `vmware-tanzu\carvel` organization. We'll do our best to maintain this list of repositories but generally any repository under the [vmware-tanzu](https://github.com/vmware-tanzu/) organization with the word "carvel" in its name or is tagged with "carvel" should be included in this governance structure. | ||
The following code repositories are governed by the Carvel community and maintained under the `carvel-dev\carvel` organization. We'll do our best to maintain this list of repositories but generally any repository under the [carvel-dev](https://github.com/carvel-dev/) organization with the word "carvel" in its name or is tagged with "carvel" should be included in this governance structure. | ||
|
||
* [carvel](https://github.com/vmware-tanzu/carvel): Main Carvel Repo | ||
* [carvel-ytt](https://github.com/vmware-tanzu/carvel-ytt): Template and overlay Kubernetes configuration via YAML structures, not text documents | ||
* [carvel-kapp](https://github.com/vmware-tanzu/carvel-kapp): Install, upgrade, and delete multiple Kubernetes resources as one "application" | ||
* [carvel-kbld](https://github.com/vmware-tanzu/carvel-kbld): Build or reference container images in Kubernetes configuration in an immutable way | ||
* [carvel-imgpkg](https://github.com/vmware-tanzu/carvel-imgpkg): Bundle and relocate application configuration (with images) via Docker registries | ||
* [carvel-kapp-controller](https://github.com/vmware-tanzu/carvel-kapp-controller): Capture application deployment workflow in App CRD. Reliable GitOps experience powered by kapp | ||
* [carvel-vendir](https://github.com/vmware-tanzu/carvel-vendir): Declaratively state what files should be in a directory | ||
* [carvel-secretgen-controller](https://github.com/vmware-tanzu/carvel-secretgen-controller) - Provides CRDs to specify what secrets need to be on a cluster (generated or not). | ||
* [carvel](https://github.com/carvel-dev/carvel): Main Carvel Repo | ||
* [ytt](https://github.com/carvel-dev/ytt): Template and overlay Kubernetes configuration via YAML structures, not text documents | ||
* [kapp](https://github.com/carvel-dev/kapp): Install, upgrade, and delete multiple Kubernetes resources as one "application" | ||
* [kbld](https://github.com/carvel-dev/carl-kbld): Build or reference container images in Kubernetes configuration in an immutable way | ||
* [imgpkg](https://github.com/carvel-dev/imgpkg): Bundle and relocate application configuration (with images) via Docker registries | ||
* [kapp-controller](https://github.com/carvel-dev/kapp-controller): Capture application deployment workflow in App CRD. Reliable GitOps experience powered by kapp | ||
* [vendir](https://github.com/carvel-dev/carvel-vendir): Declaratively state what files should be in a directory | ||
* [secretgen-controller](https://github.com/carvel-dev/secretgen-controller) - Provides CRDs to specify what secrets need to be on a cluster (generated or not). | ||
|
||
**Experimental:** | ||
* [carvel-kwt](https://github.com/vmware-tanzu/carvel-kwt) | ||
* [terraform-provider-carvel](https://github.com/vmware-tanzu/terraform-provider-carvel) | ||
* [kwt](https://github.com/carvel-dev/kwt) | ||
* [terraform-provider-carvel](https://github.com/carvel-dev/terraform-provider-carvel) | ||
|
||
**Installation:** | ||
* [homebrew-carvel](https://github.com/vmware-tanzu/homebrew-carvel) | ||
* [carvel-docker-image](https://github.com/vmware-tanzu/carvel-docker-image) | ||
* [asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel) | ||
* [carvel-setup-action](https://github.com/vmware-tanzu/carvel-setup-action) | ||
* [homebrew](https://github.com/carvel-dev/homebrew) | ||
* [docker-image](https://github.com/carvel-dev/docker-image) | ||
* [asdf](https://github.com/carvel-dev/asdf) | ||
* [setup-action](https://github.com/carvel-dev/setup-action) | ||
|
||
**Plugins:** | ||
* [ytt.vim](https://github.com/vmware-tanzu/ytt.vim) | ||
* [vscode-ytt](https://github.com/vmware-tanzu/vscode-ytt) | ||
* [ytt.vim](https://github.com/carvel-dev/ytt.vim) | ||
* [vscode-ytt](https://github.com/carvel-dev/vscode-ytt) | ||
|
||
**Examples:** | ||
* [carvel-simple-app-on-kubernetes](https://github.com/vmware-tanzu/carvel-simple-app-on-kubernetes) | ||
* [carvel-ytt-library-for-kubernetes](https://github.com/vmware-tanzu/carvel-ytt-library-for-kubernetes) | ||
* [carvel-ytt-library-for-kubernetes-demo](https://github.com/vmware-tanzu/carvel-ytt-library-for-kubernetes-demo) | ||
* [carvel-guestbook-example-on-kubernetes](https://github.com/vmware-tanzu/carvel-ytt-library-for-kubernetes-demo) | ||
* [simple-app-on-kubernetes](https://github.com/carvel-dev/simple-app-on-kubernetes) | ||
* [ytt-library-for-kubernetes](https://github.com/carvel-dev/ytt-library-for-kubernetes) | ||
* [ytt-library-for-kubernetes-demo](https://github.com/carvel-dev/ytt-library-for-kubernetes-demo) | ||
* [guestbook-example-on-kubernetes](https://github.com/carvel-dev/ytt-library-for-kubernetes-demo) | ||
|
||
# Community Roles | ||
Please see [the description of the community roles](processes/community-membership.md). For a full list of maintainers and their roles, please go to the MAINTAINERS doc. | ||
|
@@ -49,7 +49,7 @@ Ideally, all project decisions are resolved by consensus. If impossible, any mai | |
Once we have maintainers from other companies, votes by maintainers belonging to the same company will count as one vote; e.g., 4 maintainers employed by fictional company Valerium will only have one combined vote. If voting members from a given company do not agree, the company's vote is determined by a supermajority of voters from that company. If no supermajority is achieved, the company is considered to have abstained. | ||
|
||
# Proposal Process | ||
The proposal process, including a [Proposal Template](https://github.com/vmware-tanzu/carvel/tree/develop/proposals#proposal-template), is covered at length within the [proposal directory](https://github.com/vmware-tanzu/carvel/tree/develop/proposals). | ||
The proposal process, including a [Proposal Template](https://github.com/carvel-dev/carvel/tree/develop/proposals#proposal-template), is covered at length within the [proposal directory](https://github.com/carvel-dev/carvel/tree/develop/proposals). | ||
|
||
# Lazy Consensus | ||
To maintain velocity in a project as busy as Carvel, the concept of [Lazy Consensus](http://en.osswiki.info/concepts/lazy_consensus) is practiced. Ideas and / or proposals should be shared by maintainers via GitHub. Out of respect for other contributors, major changes should also be accompanied by a ping on the Kubernetes Slack in [#Carvel](https://kubernetes.slack.com/archives/CH8KCCKA5) or a note on the [Carvel mailing list]([email protected]) as appropriate. Author(s) of proposals, Pull Requests, issues, etc., will give a time period of no less than five (5) working days for comment and remain cognizant of popular observed world holidays. | ||
|
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
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.