-
Notifications
You must be signed in to change notification settings - Fork 234
Replace 'GoogleContainerTools' references with 'kptdev' in kpt repo #4196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
56e08c4
Replace 'GoogleContainerTools' references with 'kptdev' in kpt repo
liamfallon 8523b40
Replace 'GoogleContainerTools' references with 'kptdev' in kpt repo
liamfallon 1a9d3c8
Remove duplicate 'cmdutil.go' file and GoogleContainerTools from lice…
liamfallon c3e7e9d
Remove documentation links to closed issues
liamfallon df30077
Update internal/util/diff/pkgdiff_test.go
liamfallon d12a598
Update internal/util/update/resource-merge_test.go
liamfallon e026e0b
Update internal/util/update/resource-merge_test.go
liamfallon e358e8d
Update internal/util/update/resource-merge_test.go
liamfallon 164b344
Update site/guides/porch-installation.md
liamfallon d347a0e
Update site/guides/porch-ui-installation.md
liamfallon 8797db2
Update site/guides/porch-user-guide.md
liamfallon f0e42d5
Update site/installation/README.md
liamfallon 7577033
Removed reference to sample packages
liamfallon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,14 +48,14 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: '>=1.22.4' | ||
go-version: '>=1.24' | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v4 | ||
with: | ||
path: ${{ env.GOPATH }}/src/github.com/GoogleContainerTools/kpt | ||
path: ${{ env.GOPATH }}/src/github.com/kptdev/kpt | ||
- name: Build, Test, Lint | ||
working-directory: ${{ env.GOPATH }}/src/github.com/GoogleContainerTools/kpt | ||
working-directory: ${{ env.GOPATH }}/src/github.com/kptdev/kpt | ||
run: | | ||
git config --global user.email [email protected] | ||
git config --global user.name Your Name | ||
|
@@ -70,31 +70,31 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: '>=1.22.4' | ||
go-version: '>=1.24' | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v4 | ||
with: | ||
path: ${{ env.GOPATH }}/src/github.com/GoogleContainerTools/kpt | ||
path: ${{ env.GOPATH }}/src/github.com/kptdev/kpt | ||
- name: Build | ||
working-directory: ${{ env.GOPATH }}/src/github.com/GoogleContainerTools/kpt | ||
working-directory: ${{ env.GOPATH }}/src/github.com/kptdev/kpt | ||
run: | | ||
make build | ||
|
||
# TODO: fix https://github.com/GoogleContainerTools/kpt/issues/3463 | ||
# TODO: fix https://github.com/kptdev/kpt/issues/3463 | ||
# build-windows: | ||
# runs-on: windows-2019 | ||
# steps: | ||
# - name: Set up Go | ||
# uses: actions/setup-go@v5 | ||
# with: | ||
# go-version: '>=1.22.4' | ||
# go-version: '>=1.24' | ||
# id: go | ||
# - name: Check out code into the Go module directory | ||
# uses: actions/checkout@v4 | ||
# with: | ||
# path: ${{ env.GOPATH }}/src/github.com/GoogleContainerTools/kpt | ||
# path: ${{ env.GOPATH }}/src/github.com/kptdev/kpt | ||
# - name: Build | ||
# working-directory: ${{ env.GOPATH }}/src/github.com/GoogleContainerTools/kpt | ||
# working-directory: ${{ env.GOPATH }}/src/github.com/kptdev/kpt | ||
# run: | | ||
# make build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,16 +12,16 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
GOLANG_VERSION := 1.22.4 | ||
GORELEASER_CONFIG = release/tag/goreleaser.yaml | ||
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GOLANG_VERSION) | ||
GOLANG_VERSION := 1.24.3 | ||
GORELEASER_CONFIG = release/tag/goreleaser.yaml | ||
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GOLANG_VERSION) | ||
|
||
.PHONY: docs license fix vet fmt lint test build tidy release release-ci | ||
|
||
GOBIN := $(shell go env GOPATH)/bin | ||
GIT_COMMIT := $(shell git rev-parse --short HEAD) | ||
|
||
LDFLAGS := -ldflags "-X github.com/GoogleContainerTools/kpt/run.version=${GIT_COMMIT} | ||
LDFLAGS := -ldflags "-X github.com/kptdev/kpt/run.version=${GIT_COMMIT} | ||
ifeq ($(OS),Windows_NT) | ||
# Do nothing | ||
else | ||
|
@@ -51,23 +51,23 @@ update-deps-to-head: | |
|
||
.PHONY: install-mdrip | ||
install-mdrip: | ||
go install github.com/monopole/[email protected].2 | ||
go install github.com/monopole/[email protected].3 | ||
|
||
.PHONY: install-kind | ||
install-kind: | ||
go install sigs.k8s.io/kind@v0.13.0 | ||
go install sigs.k8s.io/kind@v0.29.0 | ||
|
||
.PHONY: install-golangci-lint | ||
install-golangci-lint: | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.1 | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8 | ||
|
||
.PHONY: install-go-licenses | ||
install-go-licenses: | ||
go install github.com/google/go-licenses@v1.2.0 | ||
go install github.com/google/go-licenses@v1.6.0 | ||
|
||
.PHONY: install-swagger | ||
install-swagger: | ||
go install github.com/go-swagger/go-swagger/cmd/swagger@v0.27.0 | ||
go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0 | ||
|
||
.PHONY: install-mdtogo | ||
install-mdtogo: | ||
|
@@ -98,7 +98,7 @@ lint: install-golangci-lint | |
$(GOBIN)/golangci-lint run ./... | ||
|
||
license-check: install-go-licenses | ||
$(GOBIN)/go-licenses check github.com/GoogleContainerTools/kpt | ||
$(GOBIN)/go-licenses check github.com/kptdev/kpt | ||
|
||
test: | ||
go test -cover ${LDFLAGS} ./... | ||
|
@@ -131,9 +131,6 @@ test-live-apply: build | |
test-live-plan: build | ||
PATH=$(GOBIN):$(PATH) go test -v -timeout=20m --tags=kind -p 2 --run=TestLivePlan/testdata/live-plan/$(T) ./e2e/ | ||
|
||
test-porch: build | ||
PATH=$(GOBIN):$(PATH) go test -v --count=1 --tags=porch ./e2e/ | ||
|
||
vet: | ||
go vet ./... | ||
|
||
|
@@ -167,8 +164,8 @@ release-dry-run: | |
--rm \ | ||
--privileged \ | ||
-v /var/run/docker.sock:/var/run/docker.sock \ | ||
-v `pwd`:/go/src/github.com/GoogleContainerTools/kpt \ | ||
-w /go/src/github.com/GoogleContainerTools/kpt \ | ||
-v `pwd`:/go/src/github.com/kptdev/kpt \ | ||
-w /go/src/github.com/kptdev/kpt \ | ||
$(GORELEASER_IMAGE) \ | ||
-f "$(GORELEASER_CONFIG)" \ | ||
--skip=validate,publish | ||
|
@@ -183,8 +180,8 @@ release: | |
--privileged \ | ||
--env-file .release-env \ | ||
-v /var/run/docker.sock:/var/run/docker.sock \ | ||
-v `pwd`:/go/src/github.com/GoogleContainerTools/kpt \ | ||
-w /go/src/github.com/GoogleContainerTools/kpt \ | ||
-v `pwd`:/go/src/github.com/kptdev/kpt \ | ||
-w /go/src/github.com/kptdev/kpt \ | ||
$(GORELEASER_IMAGE) \ | ||
-f "$(GORELEASER_CONFIG)" release \ | ||
--skip=validate | ||
|
@@ -200,8 +197,8 @@ release-ci: | |
--env-file .release-env \ | ||
-v ${HOME}/.docker/config.json:/root/.docker/config.json \ | ||
-v /var/run/docker.sock:/var/run/docker.sock \ | ||
-v `pwd`:/go/src/github.com/GoogleContainerTools/kpt \ | ||
-w /go/src/github.com/GoogleContainerTools/kpt \ | ||
-v `pwd`:/go/src/github.com/kptdev/kpt \ | ||
-w /go/src/github.com/kptdev/kpt \ | ||
$(GORELEASER_IMAGE) \ | ||
-f "$(GORELEASER_CONFIG)" release \ | ||
--skip=validate | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.