Skip to content

Commit

Permalink
*: Bump module version to v2 (#10608)
Browse files Browse the repository at this point in the history
Signed-off-by: timflannagan <[email protected]>
  • Loading branch information
timflannagan authored Feb 11, 2025
1 parent 7691ade commit ee7fa7b
Show file tree
Hide file tree
Showing 398 changed files with 2,119 additions and 2,119 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SOURCES := $(shell find . -name "*.go" | grep -v test.go)
# universal header validation has been enabled and if so, we expect
# failures in `test/e2e/header_validation_test.go`.
export ENVOY_IMAGE ?= quay.io/solo-io/envoy-gloo:1.31.2-patch3
export LDFLAGS := -X 'github.com/kgateway-dev/kgateway/pkg/version.Version=$(VERSION)'
export LDFLAGS := -X 'github.com/kgateway-dev/kgateway/v2/pkg/version.Version=$(VERSION)'
export GCFLAGS ?=

UNAME_M := $(shell uname -m)
Expand Down Expand Up @@ -124,7 +124,7 @@ get_sources = $(shell find $(1) -name "*.go" | grep -v test | grep -v generated.

.PHONY: fmt
fmt:
go run golang.org/x/tools/cmd/goimports -local "github.com/kgateway-dev/kgateway/" -w $(shell ls -d */ | grep -v vendor)
go run golang.org/x/tools/cmd/goimports -local "github.com/kgateway-dev/kgateway/v2/" -w $(shell ls -d */ | grep -v vendor)

.PHONY: fmt-changed
fmt-changed:
Expand Down
2 changes: 1 addition & 1 deletion api/applyconfiguration/api/v1alpha1/aiextensionstats.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/applyconfiguration/api/v1alpha1/directresponse.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/applyconfiguration/api/v1alpha1/gatewayparameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/applyconfiguration/api/v1alpha1/httplistenerpolicy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/applyconfiguration/api/v1alpha1/listenerpolicy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/applyconfiguration/api/v1alpha1/routepolicy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/applyconfiguration/api/v1alpha1/upstream.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ee7fa7b

Please sign in to comment.