Skip to content

Commit

Permalink
chore!: v4.0.0 (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
morremeyer authored Jan 1, 2024
1 parent 6bf9273 commit bdb6971
Show file tree
Hide file tree
Showing 121 changed files with 4,319 additions and 28,541 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ linters-settings:
gofumpt:
extra-rules: true
gocyclo:
min-complexity: 20
min-complexity: 25
30 changes: 17 additions & 13 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,20 @@ changelog:
regexp: "^.*chore(deps):+.*$"
order: 3

dockers:
- dockerfile: Dockerfile.goreleaser
image_templates:
- "ghcr.io/envelope-zero/backend:{{ .Tag }}"
- "ghcr.io/envelope-zero/backend:v{{ .Major }}"
- "ghcr.io/envelope-zero/backend:v{{ .Major }}.{{ .Minor }}"
- "ghcr.io/envelope-zero/backend:latest"

build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.version={{.Version}}"
kos:
- repository: ghcr.io/envelope-zero/backend
tags:
- "{{ .Tag }}" # v{{ .Major}}.{{ .Minor }}.{{ .Patch }}
- "v{{ .Major }}"
- "v{{ .Major }}.{{ .Minor }}"
- latest
bare: true
preserve_import_paths: false
platforms:
- linux/amd64
- linux/arm64
labels:
org.opencontainers.image.created: "{{.Date}}"
org.opencontainers.image.revision: "{{.FullCommit}}"
org.opencontainers.image.title: "{{.ProjectName}}"
org.opencontainers.image.version: "{{.Version}}"
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ persistence:
enabled: true
mountPath: /data

podSecurityContext:
fsGroup: 65532

affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
Loading

0 comments on commit bdb6971

Please sign in to comment.