Skip to content

Commit 2f58368

Browse files
authored
Change org and repository name (#676)
Signed-off-by: Praveen Rewar <[email protected]>
1 parent 24f27f5 commit 2f58368

File tree

13 files changed

+34
-34
lines changed

13 files changed

+34
-34
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Thanks for sending a pull request! Here are some tips for you:
22
3-
If this is your first time, please read our contributor guidelines: https://github.com/vmware-tanzu/carvel-kapp/blob/develop/CONTRIBUTING.md and developer guide https://github.com/vmware-tanzu/carvel-kapp/blob/develop/docs/dev.md
3+
If this is your first time, please read our contributor guidelines: https://github.com/carvel-dev/kapp/blob/develop/CONTRIBUTING.md and developer guide https://github.com/carvel-dev/kapp/blob/develop/docs/dev.md
44
-->
55

66
#### What this PR does / why we need it:

.github/workflows/add-to-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
steps:
1515
- uses: actions/[email protected]
1616
with:
17-
project-url: https://github.com/orgs/vmware-tanzu/projects/16
17+
project-url: https://github.com/orgs/carvel-dev/projects/1
1818
github-token: ${{ secrets.CARVEL_ADD_TO_PROJECT_TOKEN }}

.github/workflows/inclusive-language-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
check-inclusive-language:
10-
uses: vmware-tanzu/carvel-release-scripts/.github/workflows/inclusive-language-check.yml@main
10+
uses: carvel-dev/release-scripts/.github/workflows/inclusive-language-check.yml@main

.github/workflows/release-published.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
validate-github-action:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: vmware-tanzu/carvel-setup-action@v1
10+
- uses: carvel-dev/setup-action@v1
1111
with:
1212
only: kapp
1313
kapp: ${{ github.event.release.tag_name }}
@@ -25,7 +25,7 @@ jobs:
2525
exit 1
2626
fi
2727
- run: |
28-
curl -X POST https://api.github.com/repos/vmware-tanzu/carvel-release-scripts/dispatches \
28+
curl -X POST https://api.github.com/repos/carvel-dev/release-scripts/dispatches \
2929
-H 'Accept: application/vnd.github.everest-preview+json' \
3030
-u ${{ secrets.carvel_bot_access_token }} \
3131
--data '{"event_type": "kapp_released", "client_payload": { "tagName": "${{ github.event.release.tag_name }}", "repo": "${{ github.repository }}", "toolName": "kapp" }}'

.github/workflows/trivy-scan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66

77
jobs:
88
trivy-scan:
9-
uses: vmware-tanzu/carvel-release-scripts/.github/workflows/trivy-scan.yml@main
9+
uses: carvel-dev/release-scripts/.github/workflows/trivy-scan.yml@main
1010
with:
11-
repo: vmware-tanzu/carvel-kapp
11+
repo: carvel-dev/kapp
1212
tool: kapp
1313
goVersion: 1.19.5
1414
secrets:

GOVERNANCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# kapp Governance
2-
kapp governance can be found within the main [Carvel GitHub repo](https://github.com/vmware-tanzu/carvel) within the [GOVERNANCE.md](https://github.com/vmware-tanzu/carvel/blob/develop/GOVERNANCE.md) file.
2+
kapp governance can be found within the main [Carvel GitHub repo](https://github.com/carvel-dev/carvel) within the [GOVERNANCE.md](https://github.com/carvel-dev/carvel/blob/develop/GOVERNANCE.md) file.

MAINTAINERS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# kapp Maintainers
2-
Maintainers for kapp can be found within the main [Carvel GitHub repo](https://github.com/vmware-tanzu/carvel) within the [MAINTAINERS.md](https://github.com/vmware-tanzu/carvel/blob/develop/MAINTAINERS.md) file.
2+
Maintainers for kapp can be found within the main [Carvel GitHub repo](https://github.com/carvel-dev/carvel) within the [MAINTAINERS.md](https://github.com/carvel-dev/carvel/blob/develop/MAINTAINERS.md) file.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- Website: https://carvel.dev/kapp
66
- Slack: [#carvel in Kubernetes slack](https://slack.kubernetes.io)
77
- [Docs](docs/README.md) with topics about diff, apply, gitops, config, _blog posts and talks_ etc.
8-
- Install: grab prebuilt binaries from the [Releases page](https://github.com/vmware-tanzu/carvel-kapp/releases) or [Homebrew Carvel tap](https://github.com/vmware-tanzu/homebrew-carvel).
9-
- Backlog: [See what we're up to](https://github.com/orgs/vmware-tanzu/projects/16/views/1?filterQuery=repo%3A%22vmware-tanzu%2Fcarvel-kapp%22).
8+
- Install: grab prebuilt binaries from the [Releases page](https://github.com/carvel-dev/kapp/releases) or [Homebrew Carvel tap](https://github.com/carvel-dev/homebrew).
9+
- Backlog: [See what we're up to](https://github.com/orgs/carvel-dev/projects/1/views/1?filterQuery=repo:%22carvel-dev/kapp%22).
1010

1111
`kapp` (pronounced: `kap`) CLI encourages Kubernetes users to manage resources in bulk by working with "Kubernetes applications" (sets of resources with the same label). It focuses on resource diffing, labeling, deployment and deletion. Unlike tools like Helm, `kapp` considers YAML templating and management of packages outside of its scope, though it works great with tools that generate Kubernetes configuration.
1212

@@ -40,7 +40,7 @@ Please join us during our online community meetings. Details can be found on our
4040

4141
You can chat with us on Kubernetes Slack in the #carvel channel and follow us on Twitter at @carvel_dev.
4242

43-
Check out which organizations are using and contributing to Carvel: [Adopter's list](https://github.com/vmware-tanzu/carvel/blob/master/ADOPTERS.md)
43+
Check out which organizations are using and contributing to Carvel: [Adopter's list](https://github.com/carvel-dev/carvel/blob/master/ADOPTERS.md)
4444

4545
## Development
4646

ROADMAP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# kapp Roadmap
2-
The roadmap details for kapp can be found within the main [Carvel GitHub repo](https://github.com/vmware-tanzu/carvel) within the [ROADMAP.md](https://github.com/vmware-tanzu/carvel/blob/develop/ROADMAP.md) file.
2+
The roadmap details for kapp can be found within the main [Carvel GitHub repo](https://github.com/carvel-dev/carvel) within the [ROADMAP.md](https://github.com/carvel-dev/carvel/blob/develop/ROADMAP.md) file.

docs/dev.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ kubectl create ns $KAPP_E2E_NAMESPACE
1111

1212
For those interested in extending and improving `kapp`, below is a quick reference on the structure of the source code:
1313

14-
- [.github/workflows/test-gh.yml](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/.github/workflows/test-gh.yml) is a Github Action that runs build and unit tests when commits are pushed
15-
- [hack](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/hack) has build and test scripts
16-
- [cmd/kapp](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/cmd/kapp) is the entry package for main kapp binary
17-
- [cmd/kapp-lambda-website](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/cmd/kapp-lambda-website) is the entry package for AWS Lambda compatible binary that wraps `kapp website` command
18-
- [pkg/kapp/cmd](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/pkg/kapp/cmd) includes all kapp CLI commands (kapp.go is root command)
19-
- [pkg/kapp/cmd/app](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/pkg/kapp/cmd/app) includes all top level CLI commands (deploy, delete, etc.)
20-
- [pkg/kapp/app](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/pkg/kapp/app) package includes two types of app and details about them (such as app change tracking):
14+
- [.github/workflows/test-gh.yml](https://github.com/carvel-dev/kapp/blob/develop/.github/workflows/test-gh.yml) is a Github Action that runs build and unit tests when commits are pushed
15+
- [hack](https://github.com/carvel-dev/kapp/tree/develop/hack) has build and test scripts
16+
- [cmd/kapp](https://github.com/carvel-dev/kapp/blob/develop/cmd/kapp) is the entry package for main kapp binary
17+
- [cmd/kapp-lambda-website](https://github.com/carvel-dev/kapp/blob/develop/cmd/kapp-lambda-website) is the entry package for AWS Lambda compatible binary that wraps `kapp website` command
18+
- [pkg/kapp/cmd](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/cmd) includes all kapp CLI commands (kapp.go is root command)
19+
- [pkg/kapp/cmd/app](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/cmd/app) includes all top level CLI commands (deploy, delete, etc.)
20+
- [pkg/kapp/app](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/app) package includes two types of app and details about them (such as app change tracking):
2121
- `LabeledApp` which represents app based on user provided label
2222
- `RecordedApp` which represents app backed by `ConfigMap`. `RecordedApp` uses LabeledApp internally.
23-
- [pkg/kapp/resources](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/pkg/kapp/resources) package is responsible for parsing, fetching, and modifying k8s resources (represented through Resource interface and ResourceImpl)
24-
- [pkg/kapp/diff](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/pkg/kapp/diff) allows to diff two resources represented by Change object, and multiple resources via ChangeSet. **This package does not know anything about k8s.**
25-
- [pkg/kapp/diffgraph](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/pkg/kapp/diffgraph) applies deploy/delete order to set of changes. **This package does not know anything about k8s.**
26-
- [pkg/kapp/clusterapply](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/pkg/kapp/clusterapply) allow to apply diff to k8s cluster via ClusterChange object.
27-
- [converged_resource.go](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/pkg/kapp/clusterapply/converged_resource.go) tracks whether resource is in a _converged state_ e.g. `Deployment` has finished updating its `Pods`. Uses `resourcesmisc` package as part of its implementation.
28-
- [add_or_update_change.go](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/pkg/kapp/clusterapply/add_or_update_change.go) controls how resource is created or updated with necessary retry logic
29-
- [delete_change.go](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/pkg/kapp/clusterapply/delete_change.go) controls how resource is deleted
30-
- [pkg/kapp/resourcesmisc](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/pkg/kapp/resourcesmisc) contains objects for waiting on different resource types (e.g. Deployment, Service, Pod, etc.)
31-
- [pkg/kapp/logs](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/pkg/kapp/logs) supports log streaming for `kapp logs` command
32-
- [test/e2e](https://github.com/vmware-tanzu/carvel-kapp/tree/develop/test/e2e) includes e2e tests that can run against any k8s cluster.
23+
- [pkg/kapp/resources](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/resources) package is responsible for parsing, fetching, and modifying k8s resources (represented through Resource interface and ResourceImpl)
24+
- [pkg/kapp/diff](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/diff) allows to diff two resources represented by Change object, and multiple resources via ChangeSet. **This package does not know anything about k8s.**
25+
- [pkg/kapp/diffgraph](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/diffgraph) applies deploy/delete order to set of changes. **This package does not know anything about k8s.**
26+
- [pkg/kapp/clusterapply](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/clusterapply) allow to apply diff to k8s cluster via ClusterChange object.
27+
- [converged_resource.go](https://github.com/carvel-dev/kapp/blob/develop/pkg/kapp/clusterapply/converged_resource.go) tracks whether resource is in a _converged state_ e.g. `Deployment` has finished updating its `Pods`. Uses `resourcesmisc` package as part of its implementation.
28+
- [add_or_update_change.go](https://github.com/carvel-dev/kapp/blob/develop/pkg/kapp/clusterapply/add_or_update_change.go) controls how resource is created or updated with necessary retry logic
29+
- [delete_change.go](https://github.com/carvel-dev/kapp/blob/develop/pkg/kapp/clusterapply/delete_change.go) controls how resource is deleted
30+
- [pkg/kapp/resourcesmisc](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/resourcesmisc) contains objects for waiting on different resource types (e.g. Deployment, Service, Pod, etc.)
31+
- [pkg/kapp/logs](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/logs) supports log streaming for `kapp logs` command
32+
- [test/e2e](https://github.com/carvel-dev/kapp/tree/develop/test/e2e) includes e2e tests that can run against any k8s cluster.
3333

3434
### Design Principles
3535

examples/rebase-pod-calico/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Rebase rules for Pods on Calico
22

3-
Kapp will [merge](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/docs/merge-method.md) resources
3+
Kapp will [merge](https://github.com/carvel-dev/kapp/blob/develop/docs/merge-method.md) resources
44
with what's in the cluster to determine when to apply changes. The merge can be customized
5-
with [rebaseRules](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/docs/config.md).
5+
with [rebaseRules](https://github.com/carvel-dev/kapp/blob/develop/docs/config.md).
66

77
In the case of Calico pods get an annotation with their IP address in it. By default this
88
annotation will be removed by kapp during a deployment, which will fail as an invalid pod

examples/simple-app-example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Based on https://github.com/vmware-tanzu/carvel-simple-app-on-kubernetes/tree/develop/config-step-1-minimal
1+
Based on https://github.com/carvel-dev/simple-app-on-kubernetes/tree/develop/config-step-1-minimal

examples/sts-alternative/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Highlights:
1717
- target specific Pods via DNS via per-Pod created Service (e.g. redis-0 is a Service)
1818
- since we deployed this via one-off kapp invocation if Pod gets deleted from the cluster, it will not be recreated
1919
- to address this, make sure that kapp deploy is continiously executed
20-
- simplest way to do that is to use [kapp-controller](https://github.com/vmware-tanzu/carvel-kapp-controller)
20+
- simplest way to do that is to use [kapp-controller](https://github.com/carvel-dev/kapp-controller)
2121
- (...it would be nice to create a tiny dedicated controller that can keep one named Pod alive)
2222

2323
Note: this example uses Redis, but I actually did not bother configuring Redis replication between Pods since this was not the point of this example.

0 commit comments

Comments
 (0)