Skip to content

Commit 59fadd5

Browse files
authored
chore(deps): bump kconf to v2 (#7614)
1 parent d8eb9a0 commit 59fadd5

File tree

133 files changed

+716
-761
lines changed

Some content is hidden

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

133 files changed

+716
-761
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: gomod
44
ignore:
55
# Ignore updates for `kong/kubernetes-configuration` as it is handled by Renovate.
6-
- dependency-name: github.com/kong/kubernetes-configuration
6+
- dependency-name: github.com/kong/kubernetes-configuration/v2
77
directory: /
88
schedule:
99
interval: daily

.golangci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ linters:
146146
alias: metav1
147147
- pkg: sigs.k8s.io/gateway-api/apis/(v[\w\d]+)
148148
alias: gateway${1}
149-
- pkg: github.com/kong/kubernetes-configuration/api/common/(v[\w\d]+)
149+
- pkg: github.com/kong/kubernetes-configuration/v2/api/common/(v[\w\d]+)
150150
alias: common${1}
151-
- pkg: github.com/kong/kubernetes-configuration/api/gateway-operator/(v[\w\d]+)
151+
- pkg: github.com/kong/kubernetes-configuration/v2/api/gateway-operator/(v[\w\d]+)
152152
alias: operator${1}
153-
- pkg: github.com/kong/kubernetes-configuration/api/configuration/(v[\w\d]+)
153+
- pkg: github.com/kong/kubernetes-configuration/v2/api/configuration/(v[\w\d]+)
154154
alias: configuration${1}
155-
- pkg: github.com/kong/kubernetes-configuration/api/incubator/(v[\w\d]+)
155+
- pkg: github.com/kong/kubernetes-configuration/v2/api/incubator/(v[\w\d]+)
156156
alias: incubator${1}
157-
- pkg: github.com/kong/kubernetes-configuration/api/konnect/(v[\w\d]+)
157+
- pkg: github.com/kong/kubernetes-configuration/v2/api/konnect/(v[\w\d]+)
158158
alias: konnect${1}
159159
- pkg: github.com/kong/kubernetes-ingress-controller/v3/internal/dataplane/config
160160
alias: dpconf
@@ -252,7 +252,7 @@ formatters:
252252
- default
253253
- prefix(github.com/Kong/sdk-konnect-go)
254254
- prefix(github.com/kong/kubernetes-ingress-controller/v3)
255-
- prefix(github.com/kong/kubernetes-configuration)
255+
- prefix(github.com/kong/kubernetes-configuration/v2)
256256
exclusions:
257257
generated: lax
258258
paths:

0 commit comments

Comments
 (0)