Skip to content

Commit 2a6d8da

Browse files
Change org and repository name in develop (#1101)
Signed-off-by: João Pereira <[email protected]> Co-authored-by: Varsha Munishwar <[email protected]>
1 parent fd680ce commit 2a6d8da

23 files changed

+35
-35
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
## Releasing a new minor / major:
1111
- [ ] OSS Release
12-
- [ ] [Releasing via workflow](https://github.com/vmware-tanzu/carvel-kapp-controller/blob/develop/docs/dev.md#release).
12+
- [ ] [Releasing via workflow](https://github.com/carvel-dev/kapp-controller/blob/develop/docs/dev.md#release).
1313
- [ ] Close any GitHub issues that have been delivered.
1414
- [ ] Add a link to the release on the issue.
1515
- [ ] Communicate to the kctrl maintainers, so they can update the release notes.
@@ -33,4 +33,4 @@ assignees: ''
3333
- [ ] `git push origin v0.38.<next-patch-version>`.
3434
- [ ] Make a PR.
3535
- [ ] Once approved, merge the changes back to the `v0.38.x` branch and `git push` the branch and delete your temporary branch used in the PR.
36-
- [ ] To Release: follow the instructions FROM THE BRANCH YOU ARE UPDATING at `docs/dev.md#release` in the repository. These will contain the relevant steps at each point of time in the project's history, e.g when updating `v0.25.x` the url will look like: https://github.com/vmware-tanzu/carvel-kapp-controller/blob/v0.25.x/docs/dev.md#release
36+
- [ ] To Release: follow the instructions FROM THE BRANCH YOU ARE UPDATING at `docs/dev.md#release` in the repository. These will contain the relevant steps at each point of time in the project's history, e.g when updating `v0.25.x` the url will look like: https://github.com/carvel-dev/kapp-controller/blob/v0.25.x/docs/dev.md#release

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
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-controller/blob/develop/CONTRIBUTING.md and developer guide https://github.com/vmware-tanzu/carvel-kapp-controller/blob/develop/docs/dev.md
3+
If this is your first time, please read our contributor guidelines: https://github.com/carvel-dev/kapp-controller/blob/develop/CONTRIBUTING.md and developer guide https://github.com/carvel-dev/kapp-controller/blob/develop/docs/dev.md
44
-->
55

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

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

Lines changed: 1 addition & 1 deletion
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-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: ./hack/install-deps.sh
2121

2222
- name: Install imgpkg
23-
uses: vmware-tanzu/carvel-setup-action@v1
23+
uses: carvel-dev/setup-action@v1
2424
with:
2525
only: imgpkg
2626

.github/workflows/release-published.yml

Lines changed: 2 additions & 2 deletions
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: kctrl
1313
kctrl: ${{ 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": "kctrl_released", "client_payload": { "tagName": "${{ github.event.release.tag_name }}", "repo": "${{ github.repository }}", "toolName": "kctrl" }}'

.github/workflows/test-kctrl-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Install Carvel Tools
33-
uses: vmware-tanzu/carvel-setup-action@v1
33+
uses: carvel-dev/setup-action@v1
3434
with:
3535
only: ytt, kbld, imgpkg, vendir, kapp
3636
- name: Run Tests

.github/workflows/trivy-scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
run: |
1515
set -eo pipefail
1616
# Get the latest released docker image sha
17-
curl -sL https://api.github.com/repos/vmware-tanzu/carvel-kapp-controller/releases/latest | jq -r '.assets[] | select(.name | contains("release.yml")).browser_download_url' | wget -i -
17+
curl -sL https://api.github.com/repos/carvel-dev/kapp-controller/releases/latest | jq -r '.assets[] | select(.name | contains("release.yml")).browser_download_url' | wget -i -
1818
1919
echo "image=$(yq eval '.spec.template.spec.containers[0].image' release.yml -N -oj | jq 'select(. != null)' -r)" >> $GITHUB_OUTPUT
20-
echo "tag=$(curl -sL https://api.github.com/repos/vmware-tanzu/carvel-kapp-controller/releases/latest | jq -r '.tag_name')" >> $GITHUB_OUTPUT
20+
echo "tag=$(curl -sL https://api.github.com/repos/carvel-dev/kapp-controller/releases/latest | jq -r '.tag_name')" >> $GITHUB_OUTPUT
2121
- name: Install Trivy
2222
run: |
2323
# https://aquasecurity.github.io/trivy/v0.18.3/installation/
@@ -99,7 +99,7 @@ jobs:
9999
echo "the curl reply was:"
100100
cat cves.txt
101101
}
102-
curl https://api.github.com/repos/vmware-tanzu/carvel-kapp-controller/code-scanning/alerts \
102+
curl https://api.github.com/repos/carvel-dev/kapp-controller/code-scanning/alerts \
103103
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' > cves.txt
104104
cat cves.txt| jq '.[] | select(.state == "dismissed" or .state == "closed" or .state == "fixed") | .rule.id' | tr -d '"' > .trivyignore
105105
- name: Run Trivy Reports
@@ -148,7 +148,7 @@ jobs:
148148
if: steps.cve-summary.outputs.summary != ''
149149
uses: slackapi/[email protected]
150150
with:
151-
slack-message: "New CVEs found! Check https://github.com/vmware-tanzu/carvel-kapp-controller/security/code-scanning for details \n ${{ steps.cve-summary.outputs.summary }}"
151+
slack-message: "New CVEs found! Check https://github.com/carvel-dev/kapp-controller/security/code-scanning for details \n ${{ steps.cve-summary.outputs.summary }}"
152152
channel-id: C010XR15VHU
153153
env:
154154
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

.github/workflows/upgrade-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
minikube start --driver=docker
3939
eval $(minikube docker-env --shell=bash)
4040
41-
kapp deploy -a kc -f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/latest/download/release.yml -y
41+
kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/latest/download/release.yml -y
4242
4343
./hack/deploy.sh

GOVERNANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# kapp-controller Governance
2-
kapp-controller 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-controller 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# kapp-controller Maintainers
2-
Maintainers for kapp-controller 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-controller 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.

0 commit comments

Comments
 (0)