Skip to content

Commit c96d9d0

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-api-declarations v1.21.0 => v1.21.1
1 parent 9f6fde4 commit c96d9d0

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.golangci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ linters:
101101
msg: github.com/containers/image/v5 is deprecated and was replaced with go.podman.io/image/v5
102102
goconst:
103103
min-occurrences: 5
104+
ignore-tests: true
105+
ignore-string-values:
106+
- '^[a-zA-Z_-]{1,16}$' # ignore short identifiers like "account" or "project_id"
104107
gocritic:
105108
enabled-checks:
106109
- boolExprSimplify

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ check: FORCE static-check build/cover.html build-all
121121

122122
generate: install-controller-gen
123123
@printf "\e[1;36m>> controller-gen\e[0m\n"
124-
@controller-gen crd rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=charts/kvm-node-agent/crds
124+
@controller-gen crd rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=charts/kvm-node-agent/crds output:rbac:artifacts:config=config/rbac
125125
@controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..."
126126
@controller-gen applyconfiguration paths="./..."
127127

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/godbus/dbus/v5 v5.2.2
1414
github.com/onsi/ginkgo/v2 v2.28.2
1515
github.com/onsi/gomega v1.39.1
16-
github.com/sapcc/go-api-declarations v1.21.0
16+
github.com/sapcc/go-api-declarations v1.21.1
1717
github.com/stretchr/testify v1.11.1
1818
k8s.io/api v0.35.2
1919
k8s.io/apimachinery v0.35.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ github.com/prometheus/procfs v0.19.2/go.mod h1:M0aotyiemPhBCM0z5w87kL22CxfcH05Zp
155155
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
156156
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
157157
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
158-
github.com/sapcc/go-api-declarations v1.21.0 h1:Ag6GXgJLTFdBDKmrJU4QFllQbgGSenSGeHpLuvuxeDk=
159-
github.com/sapcc/go-api-declarations v1.21.0/go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc=
158+
github.com/sapcc/go-api-declarations v1.21.1 h1:7mv8+bT95f5mZtEV6/IXQ8dLGD0sZAQ4vZetPzO+EbU=
159+
github.com/sapcc/go-api-declarations v1.21.1/go.mod h1:x3V8bzg7Y4kmbA+DeWWwKteFEdCCSiVQdwRXj4fGAYY=
160160
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
161161
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
162162
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=

0 commit comments

Comments
 (0)