From edd836b336543eca545ce637a82f0ce475684858 Mon Sep 17 00:00:00 2001 From: kumari tanushree Date: Thu, 2 Feb 2023 21:32:48 +0530 Subject: [PATCH] Org and repo name changed in 0.35.x line Signed-off-by: kumari tanushree --- .github/workflows/add-to-project.yml | 2 +- .github/workflows/release-published.yml | 4 ++-- .github/workflows/test-gh.yml | 2 +- .github/workflows/trivy-scan.yml | 4 ++-- .goreleaser.yml | 4 ++-- GOVERNANCE.md | 2 +- MAINTAINERS.md | 2 +- README.md | 8 ++++---- ROADMAP.md | 2 +- docs/dev.md | 20 ++++++++++---------- hack/Dockerfile.dev | 4 ++-- 11 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index ebf5334f..14ce1256 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/release-published.yml b/.github/workflows/release-published.yml index 29f7a02d..88bbb238 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: kbld kbld: ${{ 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": "kbld_released", "client_payload": { "tagName": "${{ github.event.release.tag_name }}", "repo": "${{ github.repository }}", "toolName": "kbld" }}' diff --git a/.github/workflows/test-gh.yml b/.github/workflows/test-gh.yml index 05f0674e..15177a9e 100644 --- a/.github/workflows/test-gh.yml +++ b/.github/workflows/test-gh.yml @@ -29,7 +29,7 @@ jobs: path: src/github.com/${{ github.repository }} fetch-depth: 0 - name: Install Carvel Tools - uses: vmware-tanzu/carvel-setup-action@v1 + uses: carvel-dev/setup-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} only: ytt, kapp diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index 410a2fba..320724ea 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-kbld + repo: carvel-dev/kbld tool: kbld goVersion: 1.19.5 secrets: diff --git a/.goreleaser.yml b/.goreleaser.yml index 8e516d5f..8941d3b0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -39,8 +39,8 @@ snapshot: release: # Repo in which the release will be created. github: - owner: vmware-tanzu - name: carvel-kbld + owner: carvel-dev + name: kbld # If set to true, will not auto-publish the release. draft: true diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 4180c533..1331218e 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -1,2 +1,2 @@ # kbld Governance -kbld 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. +kbld 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 8b0977b5..525724f2 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,2 +1,2 @@ # kbld Maintainers -Maintainers for kbld 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 kbld 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 645d547b..32e44167 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ - Website: https://carvel.dev/kbld - Slack: [#carvel in Kubernetes slack](https://slack.kubernetes.io) - [Docs](docs/README.md) with topics about building, packaging images, blog posts, etc. -- Install: Grab prebuilt binaries from the [Releases page](https://github.com/vmware-tanzu/carvel-kbld/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-kbld%22). +- Install: Grab prebuilt binaries from the [Releases page](https://github.com/carvel-dev/carvel-kbld/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%22vmware-tanzu%2Fcarvel-kbld%22). `kbld` (pronounced: `keiĀ·bild`) seamlessly incorporates image building and image pushing into your development and deployment workflows. @@ -22,7 +22,7 @@ Features: ![](docs/kbld-screenshot.png) -See [building and deploying simple Go application to Kubernetes example](https://github.com/vmware-tanzu/carvel-simple-app-on-kubernetes#step-3-building-container-images-locally) that uses kbld. +See [building and deploying simple Go application to Kubernetes example](https://github.com/carvel-dev/carvel-simple-app-on-kubernetes#step-3-building-container-images-locally) that uses kbld. ### Join the Community and Make Carvel Better Carvel is better because of our contributors and maintainers. It is because of you that we can bring great software to the community. @@ -30,7 +30,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 diff --git a/ROADMAP.md b/ROADMAP.md index 8d2cd93d..154340f4 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,2 +1,2 @@ # kbld Roadmap -The roadmap details for kbld 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 kbld 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. diff --git a/docs/dev.md b/docs/dev.md index fd914f33..cc3d89e6 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -33,16 +33,16 @@ eval $(minikube docker-env) For those interested in extending and improving kbld, below is a quick reference on the structure of the source code: -- [.github/workflows/test-gh.yml](https://github.com/vmware-tanzu/carvel-kbld/blob/develop/.github/workflows/test-gh.yml) is a Github Action that runs build and unit tests when commits are pushed -- [hack](https://github.com/vmware-tanzu/carvel-kbld/tree/develop/hack) has build and test scripts -- [cmd/kbld](https://github.com/vmware-tanzu/carvel-kbld/blob/develop/cmd/kbld) is the entry package for main kbld binary -- [pkg/kbld/cmd](https://github.com/vmware-tanzu/carvel-kbld/tree/develop/pkg/kbld/cmd) includes all kbld CLI commands (kbld.go is root command) -- [pkg/kbld/config](https://github.com/vmware-tanzu/carvel-kbld/tree/develop/pkg/kbld/config) describes kbld configuration resources such as Config, Sources, etc. -- [pkg/kbld/resources](https://github.com/vmware-tanzu/carvel-kbld/tree/develop/pkg/kbld/resources) allows to parse YAML files into Resource objects -- [pkg/kbld/image](https://github.com/vmware-tanzu/carvel-kbld/tree/develop/pkg/kbld/image) contains set of classes that know how to "transform" image URLs (build it, resolve it to digest, tag it) -- [pkg/kbld/registry](https://github.com/vmware-tanzu/carvel-kbld/tree/develop/pkg/kbld/registry) provides a simplified registry API client -- [pkg/kbld/search](https://github.com/vmware-tanzu/carvel-kbld/tree/develop/pkg/kbld/search) implements YAML node searcher that finds image URLs -- [test/e2e](https://github.com/vmware-tanzu/carvel-kbld/tree/develop/test/e2e) includes e2e tests that can run against Docker registry. +- [.github/workflows/test-gh.yml](https://github.com/carvel-dev/kbld/blob/develop/.github/workflows/test-gh.yml) is a Github Action that runs build and unit tests when commits are pushed +- [hack](https://github.com/carvel-dev/kbld/tree/develop/hack) has build and test scripts +- [cmd/kbld](https://github.com/carvel-dev/kbld/blob/develop/cmd/kbld) is the entry package for main kbld binary +- [pkg/kbld/cmd](https://github.com/carvel-dev/kbld/tree/develop/pkg/kbld/cmd) includes all kbld CLI commands (kbld.go is root command) +- [pkg/kbld/config](https://github.com/carvel-dev/kbld/tree/develop/pkg/kbld/config) describes kbld configuration resources such as Config, Sources, etc. +- [pkg/kbld/resources](https://github.com/carvel-dev/kbld/tree/develop/pkg/kbld/resources) allows to parse YAML files into Resource objects +- [pkg/kbld/image](https://github.com/carvel-dev/kbld/tree/develop/pkg/kbld/image) contains set of classes that know how to "transform" image URLs (build it, resolve it to digest, tag it) +- [pkg/kbld/registry](https://github.com/carvel-dev/kbld/tree/develop/pkg/kbld/registry) provides a simplified registry API client +- [pkg/kbld/search](https://github.com/carvel-dev/kbld/tree/develop/pkg/kbld/search) implements YAML node searcher that finds image URLs +- [test/e2e](https://github.com/carvel-dev/kbld/tree/develop/test/e2e) includes e2e tests that can run against Docker registry. ## How to set up an insecure-only registry It is occasionally necessary to test against insecure-only registries in order to ensure the commands can run against http endpoints. diff --git a/hack/Dockerfile.dev b/hack/Dockerfile.dev index a4793096..440e71b2 100644 --- a/hack/Dockerfile.dev +++ b/hack/Dockerfile.dev @@ -16,10 +16,10 @@ RUN curl -sL https://github.com/google/ko/releases/download/v0.8.0/ko_0.8.0_Linu RUN curl -sLo /usr/local/bin/bazel https://github.com/bazelbuild/bazel/releases/download/4.2.0/bazel-4.2.0-linux-x86_64 RUN chmod +x /usr/local/bin/bazel -RUN curl -sLo /usr/local/bin/kapp https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.48.0/kapp-linux-amd64 +RUN curl -sLo /usr/local/bin/kapp https://github.com/carvel-dev/kapp/releases/download/v0.48.0/kapp-linux-amd64 RUN chmod +x /usr/local/bin/kapp -RUN curl -sLo /usr/local/bin/ytt https://github.com/vmware-tanzu/carvel-ytt/releases/download/v0.41.1/ytt-linux-amd64 +RUN curl -sLo /usr/local/bin/ytt https://github.com/carvel-dev/ytt/releases/download/v0.41.1/ytt-linux-amd64 RUN chmod +x /usr/local/bin/ytt RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list