Skip to content

Commit db9d024

Browse files
chore: update kubernetes-configuration to v1.5.2 (#7589)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
1 parent 063b122 commit db9d024

11 files changed

+96
-96
lines changed

config/crd/incubator/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- https://github.com/kong/kubernetes-configuration/config/crd/ingress-controller-incubator?ref=be1d520ac78bc4d46d4335b425ab8e521488316a # Version is auto-updated by the generating script.
5+
- https://github.com/kong/kubernetes-configuration/config/crd/ingress-controller-incubator?ref=v1.5.2 # Version is auto-updated by the generating script.

config/crd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- https://github.com/kong/kubernetes-configuration/config/crd/ingress-controller?ref=be1d520ac78bc4d46d4335b425ab8e521488316a # Version is auto-updated by the generating script.
5+
- https://github.com/kong/kubernetes-configuration/config/crd/ingress-controller?ref=v1.5.2 # Version is auto-updated by the generating script.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/jpillora/backoff v1.0.0
3333
github.com/kong/go-database-reconciler v1.24.2
3434
github.com/kong/go-kong v0.67.0
35-
github.com/kong/kubernetes-configuration v1.5.2-0.20250703130217-be1d520ac78b
35+
github.com/kong/kubernetes-configuration v1.5.2
3636
github.com/kong/kubernetes-telemetry v0.1.10
3737
github.com/kong/kubernetes-testing-framework v0.47.2
3838
github.com/lithammer/dedent v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ github.com/kong/go-database-reconciler v1.24.2 h1:TNY4dy+uJcmSlWAElye65eVl1Wd1xg
230230
github.com/kong/go-database-reconciler v1.24.2/go.mod h1:fWjwkA2MDQu1QKLV8qeUCagGmOU4wNhPAQkl5LBfYd0=
231231
github.com/kong/go-kong v0.67.0 h1:54zXKc58IZpZdlJCv8p95SJjejTxT+cwbWXw97icCak=
232232
github.com/kong/go-kong v0.67.0/go.mod h1:J0vGB3wsZ2i99zly1zTRe3v7rOKpkhQZRwbcTFP76qM=
233-
github.com/kong/kubernetes-configuration v1.5.2-0.20250703130217-be1d520ac78b h1:T9UW9T9m7yIiljEvWeHCrhbAPSXKEVVr+8ScgsRklDo=
234-
github.com/kong/kubernetes-configuration v1.5.2-0.20250703130217-be1d520ac78b/go.mod h1:DuPOhI2Ljm0EFE/rlL21DiURiqrcnc2Fs/rxVmeWNd0=
233+
github.com/kong/kubernetes-configuration v1.5.2 h1:E7aL+M7/wnqOkG3WXcO0Kx4Ru/7IM2WwtFv6h8Rx05w=
234+
github.com/kong/kubernetes-configuration v1.5.2/go.mod h1:DuPOhI2Ljm0EFE/rlL21DiURiqrcnc2Fs/rxVmeWNd0=
235235
github.com/kong/kubernetes-telemetry v0.1.10 h1:V+/Lco8VFY/CzoELwOPcGTyg0zbj/HAvoFkH50UsKYs=
236236
github.com/kong/kubernetes-telemetry v0.1.10/go.mod h1:/r/FevTOGegCqaxXCJyGkbE1E3IcYUGJd7xX7D73s2Y=
237237
github.com/kong/kubernetes-testing-framework v0.47.2 h1:+2Z9anTpbV/hwNeN+NFQz53BMU+g3QJydkweBp3tULo=

test/e2e/manifests/all-in-one-dbless-k4k8s-enterprise.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/e2e/manifests/all-in-one-dbless-konnect-enterprise.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/e2e/manifests/all-in-one-dbless-konnect.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)