From 88f494ac2be22e82e463c765b630d2a096fbd381 Mon Sep 17 00:00:00 2001 From: kumari tanushree Date: Thu, 2 Feb 2023 20:57:05 +0530 Subject: [PATCH] Updated org and repo name Signed-off-by: kumari tanushree --- .github/workflows/add-to-project.yml | 2 +- .github/workflows/gh-test.yml | 2 +- .github/workflows/release-published.yml | 4 ++-- .github/workflows/trivy-scan.yml | 4 ++-- .goreleaser.yml | 4 ++-- GOVERNANCE.md | 2 +- MAINTAINERS.md | 2 +- README.md | 8 ++++---- ROADMAP.md | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index ebf5334f0..14ce12563 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -14,5 +14,5 @@ jobs: steps: - uses: actions/add-to-project@v0.3.0 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 }} diff --git a/.github/workflows/gh-test.yml b/.github/workflows/gh-test.yml index f28217d1e..7d3c35f2c 100644 --- a/.github/workflows/gh-test.yml +++ b/.github/workflows/gh-test.yml @@ -82,7 +82,7 @@ jobs: export IMGPKG_E2E_IMAGE="localhost:5000/github-action-test-relocation-$GITHUB_RUN_ID" export IMGPKG_E2E_RELOCATION_REPO="localhost:5000/github-action-imgpkg-test-$GITHUB_RUN_ID" - docker run -d -p 5000:5000 --restart=always --name registry ghcr.io/vmware-tanzu/carvel-imgpkg/registry-windows:2.8.0-2022 + docker run -d -p 5000:5000 --restart=always --name registry ghcr.io/carvel-dev/imgpkg/registry-windows:2.8.0-2022 trap cleanup EXIT export IMGPKG_BINARY="$PWD/imgpkg.exe" diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 13ed3181b..45dd626f6 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -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: imgpkg imgpkg: ${{ github.event.release.tag_name }} @@ -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": "imgpkg_released", "client_payload": { "tagName": "${{ github.event.release.tag_name }}", "repo": "${{ github.repository }}", "toolName": "imgpkg" }}' diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index a5ad76282..6283e96ef 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -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-imgpkg + repo: carvel-dev/imgpkg tool: imgpkg goVersion: 1.19.5 secrets: diff --git a/.goreleaser.yml b/.goreleaser.yml index 7d37b78d0..9d937315d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -42,8 +42,8 @@ snapshot: release: # Repo in which the release will be created. github: - owner: vmware-tanzu - name: carvel-imgpkg + owner: carvel-dev + name: imgpkg # If set to true, will not auto-publish the release. draft: true diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 780b557fe..bcd96a418 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -1,2 +1,2 @@ # imgpkg Governance -imgpkg 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. +imgpkg 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. diff --git a/MAINTAINERS.md b/MAINTAINERS.md index aec724268..cd9292d06 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,2 +1,2 @@ # imgpkg Maintainers -Maintainers for imgpkg 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 imgpkg 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. diff --git a/README.md b/README.md index d3fbee043..4ba30d182 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ - Website: [https://carvel.dev/imgpkg](https://carvel.dev/imgpkg) - Slack: [#carvel in Kubernetes slack](https://kubernetes.slack.com/archives/CH8KCCKA5) - [Docs](https://carvel.dev/imgpkg/docs/latest/) with example workflow and other details -- Install: Grab prebuilt binaries from the [Releases page](https://github.com/vmware-tanzu/carvel-imgpkg/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-imgpkg%22). +- Install: Grab prebuilt binaries from the [Releases page](https://github.com/carvel-dev/imgpkg/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%2Fcarvel-imgpkg%22). `imgpkg` (pronounced: "image package") is a tool that allows users to store a set of arbitrary files as an OCI image. One of the driving use cases is to store Kubernetes configuration (plain YAML, ytt templates, Helm templates, etc.) in OCI registry as an image. @@ -35,7 +35,7 @@ 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) ## Development @@ -59,7 +59,7 @@ export DOCKERHUB_PROXY= && ./hack/ ``` ### Source Code Changes -To keep source code documentation up to date, imgpkg uses [godoc](https://go.dev/blog/godoc). To document a type, variable, constant, function, or a package, write a regular comment directly preceding its declaration that begins with the name of the element it describes. See the [registry package](https://github.com/vmware-tanzu/carvel-imgpkg/blob/develop/pkg/imgpkg/registry/doc.go) for an example. When contributing new source code via a PR, the [GitHub Action linter](https://github.com/vmware-tanzu/carvel-imgpkg/blob/develop/.github/workflows/golangci-lint.yml) will ensure that godocs are included in the changes. +To keep source code documentation up to date, imgpkg uses [godoc](https://go.dev/blog/godoc). To document a type, variable, constant, function, or a package, write a regular comment directly preceding its declaration that begins with the name of the element it describes. See the [registry package](https://github.com/carvel-dev/imgpkg/blob/develop/pkg/imgpkg/registry/doc.go) for an example. When contributing new source code via a PR, the [GitHub Action linter](https://github.com/carvel-dev/imgpkg/blob/develop/.github/workflows/golangci-lint.yml) will ensure that godocs are included in the changes. To view the docs 1. install godoc: `go get -v golang.org/x/tools/cmd/godoc` diff --git a/ROADMAP.md b/ROADMAP.md index 9941b49a3..90c574b9e 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,2 +1,2 @@ # imgpkg Roadmap -The roadmap details for imgpkg 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 imgpkg 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.