Skip to content

Commit

Permalink
Change org and repository name (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <[email protected]>

Signed-off-by: Joao Pereira <[email protected]>
  • Loading branch information
joaopapereira committed Jan 20, 2023
1 parent 2d5ecc0 commit cb4a40d
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/vmware-tanzu/projects/16
project-url: https://github.com/orgs/carvel-dev/projects/1
github-token: ${{ secrets.CARVEL_ADD_TO_PROJECT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/inclusive-language-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
check-inclusive-language:
uses: vmware-tanzu/carvel-release-scripts/.github/workflows/inclusive-language-check.yml@main
uses: carvel-dev/release-scripts/.github/workflows/inclusive-language-check.yml@main
4 changes: 2 additions & 2 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
validate-github-action:
runs-on: ubuntu-latest
steps:
- uses: vmware-tanzu/carvel-setup-action@v1
- uses: carvel-dev/setup-action@v1
with:
only: vendir
vendir: ${{ github.event.release.tag_name }}
Expand All @@ -25,7 +25,7 @@ jobs:
exit 1
fi
- run: |
curl -X POST https://api.github.com/repos/vmware-tanzu/carvel-release-scripts/dispatches \
curl -X POST https://api.github.com/repos/carvel-dev/release-scripts/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.carvel_bot_access_token }} \
--data '{"event_type": "vendir_released", "client_payload": { "tagName": "${{ github.event.release.tag_name }}", "repo": "${{ github.repository }}", "toolName": "vendir" }}'
4 changes: 2 additions & 2 deletions .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
trivy-scan:
uses: vmware-tanzu/carvel-release-scripts/.github/workflows/trivy-scan.yml@main
uses: carvel-dev/release-scripts/.github/workflows/trivy-scan.yml@main
with:
repo: vmware-tanzu/carvel-vendir
repo: carvel-dev/vendir
tool: vendir
goVersion: 1.19.3
secrets:
Expand Down
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# vendir Governance
vendir 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.
vendir 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.
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# vendir Maintainers
Maintainers for vendir 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.
Maintainers for vendir 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.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- Website: [https://carvel.dev/vendir](https://carvel.dev/vendir)
- Slack: [#carvel in Kubernetes slack](https://slack.kubernetes.io)
- [Docs](https://carvel.dev/vendir/docs/latest/) with example workflow and other details
- Install: Grab prebuilt binaries from the [Releases page](https://github.com/vmware-tanzu/carvel-vendir/releases) or [Homebrew Carvel tap](https://github.com/vmware-tanzu/homebrew-carvel)
- Backlog: [See what we're up to](https://github.com/orgs/vmware-tanzu/projects/16/views/1?filterQuery=repo%3A%22vmware-tanzu%2Fcarvel-vendir%22).
- Install: Grab prebuilt binaries from the [Releases page](https://github.com/carvel-dev/vendir/releases) or [Homebrew Carvel tap](https://github.com/carvel-dev/homebrew)
- Backlog: [See what we're up to](https://github.com/orgs/carvel-dev/projects/1/views/1?filterQuery=repo%3A%22carvel-dev%2Fvendir%22).

`vendir` allows to declaratively state what should be in a directory. It's could be used for vendoring software.

Expand Down Expand Up @@ -39,4 +39,4 @@ Please join us during our online community meetings. Details can be found on our

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

Check out which organizations are using and contributing to Carvel: [Adopter's list](https://github.com/vmware-tanzu/carvel/blob/master/ADOPTERS.md)
Check out which organizations are using and contributing to Carvel: [Adopter's list](https://github.com/carvel-dev/carvel/blob/master/ADOPTERS.md)
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# vendir Roadmap
The roadmap details for vendir 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.
The roadmap details for vendir 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.
4 changes: 2 additions & 2 deletions examples/git-shallow/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ directories:
contents:
- path: branch
git:
url: https://github.com/vmware-tanzu/carvel-ytt
url: https://github.com/carvel-dev/ytt
ref: v0.27.x
depth: 1
includePaths:
Expand All @@ -14,7 +14,7 @@ directories:

- path: deeper-sha
git:
url: https://github.com/vmware-tanzu/carvel-ytt
url: https://github.com/carvel-dev/ytt
ref: 5d06e4025f13e1230be4df632b915a4233e0694d
depth: 2
includePaths:
Expand Down
6 changes: 3 additions & 3 deletions examples/github-release/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ directories:
- contents:
- githubRelease:
tag: v0.1.0
url: https://api.github.com/repos/vmware-tanzu/carvel-kapp-controller/releases/21912613
path: github.com/k14s/kapp-controller
url: https://api.github.com/repos/carvel-dev/kapp-controller/releases/21912613
path: github.com/carvel-dev/kapp-controller
- githubRelease:
tag: v1.8.0
url: https://api.github.com/repos/cert-manager/cert-manager/releases/63665514
path: github.com/cert-manager/cert-manager
- githubRelease:
tag: v0.35.0
url: https://api.github.com/repos/vmware-tanzu/carvel-kapp-controller/releases/64149930
url: https://api.github.com/repos/carvel-dev/kapp-controller/releases/64149930
path: specific-asset-checksum-checked
- githubRelease:
tag: v1.2.0
Expand Down
6 changes: 3 additions & 3 deletions examples/github-release/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ directories:
contents:

# validates checksums automatically from release notes
- path: github.com/k14s/kapp-controller
- path: github.com/carvel-dev/kapp-controller
githubRelease:
slug: k14s/kapp-controller
slug: carvel-dev/kapp-controller
tag: v0.1.0

# skips checkum validation
Expand All @@ -23,7 +23,7 @@ directories:
# checkum validation only for one asset
- path: specific-asset-checksum-checked
githubRelease:
slug: k14s/kapp-controller
slug: carvel-dev/kapp-controller
tag: v0.35.0
checksums:
release.yml: 3abf5ddaa12eee028c60f30f3aa2bf066702cfed281adb65cf6d422bc83d0d35
Expand Down
2 changes: 1 addition & 1 deletion examples/locked/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ directories:
path: github.com/cloudfoundry/cf-k8s-networking
- githubRelease:
tag: v0.1.0
url: https://api.github.com/repos/vmware-tanzu/carvel-kapp-controller/releases/21912613
url: https://api.github.com/repos/carvel-dev/kapp-controller/releases/21912613
path: github.com/k14s/kapp-controller
- helmChart:
appVersion: 1.20.1
Expand Down
2 changes: 1 addition & 1 deletion examples/versionselection/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ directories:
path: with-filtered-prerelease
- githubRelease:
tag: v0.2.0
url: https://api.github.com/repos/vmware-tanzu/carvel-kapp-controller/releases/24178930
url: https://api.github.com/repos/carvel-dev/kapp-controller/releases/24178930
path: github-release-tag-selection
path: vendor
kind: LockConfig
2 changes: 1 addition & 1 deletion examples/versionselection/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ directories:

- path: github-release-tag-selection
githubRelease:
slug: k14s/kapp-controller
slug: carvel-dev/kapp-controller
tagSelection:
semver:
# version 0.1.0 and 0.2.0 don't show up in the first page (of 40 results), we paginate to fetch them
Expand Down
2 changes: 1 addition & 1 deletion pkg/vendir/fetch/helmchart/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (t *Sync) findChartDir(chartsPath string) (string, error) {

func helmEnv(helmHomeDir string) []string {
// Previous discussion around env vars propagation:
// https://github.com/vmware-tanzu/carvel-vendir/issues/164
// https://github.com/carvel-dev/vendir/issues/164
// Example: without propagating few env vars (e.g. $HOME),
// asdf pkg mgr cannot execute helm binary
// Helm env vars: https://helm.sh/docs/helm/helm/ and https://v2.helm.sh/docs/helm/
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/assets/git-repo-signed/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ git log -1 --format=format:%H > ../git-meta/signed-trusted-commit.txt
git tag -s signed-trusted-tag -m 'signed-trusted-tag-msg'


git submodule add https://github.com/vmware-tanzu/carvel-vendir
git submodule add https://github.com/carvel-dev/vendir
git add .
git commit -S -m 'signed-trusted-commit-msg'
git log -1 --format=format:%H > ../git-meta/signed-trusted-commit-git-submodule.txt
Expand Down

0 comments on commit cb4a40d

Please sign in to comment.