Skip to content

Commit 90c23e7

Browse files
renovate[bot]github-actions
and
github-actions
authored
chore(deps): update module github.com/kong/kubernetes-configuration to v1.3.0 (#7304)
* chore(deps): update module github.com/kong/kubernetes-configuration to v1.3.0 * chore: regenerate --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
1 parent 092a2e2 commit 90c23e7

11 files changed

+99
-99
lines changed

config/crd/incubator/kustomization.yaml

+1-1
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=v1.2.0 # Version is auto-updated by the generating script.
5+
- https://github.com/kong/kubernetes-configuration/config/crd/ingress-controller-incubator?ref=v1.3.0 # Version is auto-updated by the generating script.

config/crd/kustomization.yaml

+1-1
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=v1.2.0 # Version is auto-updated by the generating script.
5+
- https://github.com/kong/kubernetes-configuration/config/crd/ingress-controller?ref=v1.3.0 # Version is auto-updated by the generating script.

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ require (
3232
github.com/google/uuid v1.6.0
3333
github.com/jpillora/backoff v1.0.0
3434
github.com/kong/go-database-reconciler v1.22.0
35-
github.com/kong/go-kong v0.64.1
36-
github.com/kong/kubernetes-configuration v1.2.0
35+
github.com/kong/go-kong v0.65.0
36+
github.com/kong/kubernetes-configuration v1.3.0
3737
github.com/kong/kubernetes-telemetry v0.1.9
3838
github.com/kong/kubernetes-testing-framework v0.47.2
3939
github.com/lithammer/dedent v1.1.0

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IX
224224
github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
225225
github.com/kong/go-database-reconciler v1.22.0 h1:xkcGFqjk1QattePNXHI2PYtQ4qh6Ibhkj+8aMBPQLZs=
226226
github.com/kong/go-database-reconciler v1.22.0/go.mod h1:emf04E6FSd5y9OKCMB+kNQ0NCTauSaEeCUNRCUgymSY=
227-
github.com/kong/go-kong v0.64.1 h1:HQssErFchbyYoDVQL7kR8x2naaY9mFgmDu/dXF0NZSo=
228-
github.com/kong/go-kong v0.64.1/go.mod h1:sqdysTKrXIJ6mpxHwTwjgZhLW7jR1/puczTXHLUwJaE=
229-
github.com/kong/kubernetes-configuration v1.2.0 h1:5yQl+OH2mwxtTF0pjg54JYiCDA+YzxGpVIiycR7358I=
230-
github.com/kong/kubernetes-configuration v1.2.0/go.mod h1:6u7VSbzqgiqFVMldmI3X1IouCxO9RJeTuWSjRW1d9nU=
227+
github.com/kong/go-kong v0.65.0 h1:dZT+hiMhy7CQsrc9W5nHv3cFJGBGTrwlZhC5MLuf9H8=
228+
github.com/kong/go-kong v0.65.0/go.mod h1:sqdysTKrXIJ6mpxHwTwjgZhLW7jR1/puczTXHLUwJaE=
229+
github.com/kong/kubernetes-configuration v1.3.0 h1:N6Kl/AmRvDV6He35q2kvNiVCaUM7oL50xQnwI4t5lRM=
230+
github.com/kong/kubernetes-configuration v1.3.0/go.mod h1:NIFesd18MIy5pb7+6tk9lQeA28kHeG5ue4DAEsecTks=
231231
github.com/kong/kubernetes-telemetry v0.1.9 h1:XbDMZjZZclHO4oyJGW1mmZ6bzbTnANjcRAYsBg+jpno=
232232
github.com/kong/kubernetes-telemetry v0.1.9/go.mod h1:lBSbaQdJkoMMO0d+cJWopoJiJ+QHFBttbhCp5VRibJ8=
233233
github.com/kong/kubernetes-testing-framework v0.47.2 h1:+2Z9anTpbV/hwNeN+NFQz53BMU+g3QJydkweBp3tULo=

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

+13-13
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

+13-13
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

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)