Skip to content

Commit 1093cc3

Browse files
authored
refactor: move controllers to api version based packages (#930)
1 parent e60de83 commit 1093cc3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+6428
-6492
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ builds:
99
- amd64
1010
- arm64
1111
ldflags:
12-
- -X github.com/envelope-zero/backend/v3/pkg/router.version={{.Version}}
12+
- -X github.com/envelope-zero/backend/v4/pkg/router.version={{.Version}}
1313

1414
snapshot:
1515
name_template: "{{ incpatch .Version }}-next"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ coverage: test
2525
VERSION ?= $(shell git rev-parse HEAD)
2626
.PHONY: build
2727
build:
28-
go build -ldflags "-X github.com/envelope-zero/backend/v3/pkg/router.version=${VERSION}"
28+
go build -ldflags "-X github.com/envelope-zero/backend/v4/pkg/router.version=${VERSION}"
2929

3030
.PHONY: docs
3131
docs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can run the backend on any Kubernetes cluster with a supported version using
4545
```yaml
4646
image:
4747
repository: ghcr.io/envelope-zero/backend
48-
tag: v3.3.4
48+
tag: v4.1.0
4949

5050
# All data is stored to a sqlite database in /data.
5151
# Make sure to persist and backup this directory.

api/docs.go

Lines changed: 1254 additions & 1259 deletions
Large diffs are not rendered by default.

api/swagger.json

Lines changed: 1254 additions & 1259 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)