Skip to content

Commit e7ce4b8

Browse files
chore(deps): bump github.com/Kong/sdk-konnect-go from 0.27.1 to 0.28.0 (#3704)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mlavacca <lavacca.mattia@gmail.com>
1 parent 093d6e9 commit e7ce4b8

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

api/x-konnect/v1alpha1/portalteam_types.go

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

config/crd/kong-operator/x-konnect.konghq.com_portalteams.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ spec:
6060
description: APISpec defines the desired state of the resource's API
6161
spec fields.
6262
properties:
63+
can_own_applications:
64+
default: false
65+
description: Whether the team is allowed to own applications
66+
type: boolean
6367
description:
6468
maxLength: 250
6569
type: string

crd-from-oas/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
)
1414

1515
require (
16-
github.com/Kong/sdk-konnect-go v0.27.1 // indirect
16+
github.com/Kong/sdk-konnect-go v0.28.0 // indirect
1717
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1818
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
1919
github.com/go-logr/logr v1.4.3 // indirect

crd-from-oas/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/Kong/sdk-konnect-go v0.27.1 h1:rb2fzqUk4gDbl/tWi98F/W8I8ki5Lszo7uHJB1zbmt4=
2-
github.com/Kong/sdk-konnect-go v0.27.1/go.mod h1:QKGFvWuXu3qPLAlIr0meGWmqw4XBy5v+HLSQjxbbNHw=
1+
github.com/Kong/sdk-konnect-go v0.28.0 h1:BJsxXuo5eydUtNGjPtlaJ8Svuru7X9QDjb7kxjSEHmw=
2+
github.com/Kong/sdk-konnect-go v0.28.0/go.mod h1:QKGFvWuXu3qPLAlIr0meGWmqw4XBy5v+HLSQjxbbNHw=
33
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
44
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
55
github.com/caarlos0/env/v11 v11.3.1 h1:cArPWC15hWmEt+gWk7YBi7lEXTXCvpaSdCiZE2X5mCA=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26.1
55
require (
66
cloud.google.com/go/container v1.46.0
77
dario.cat/mergo v1.0.2
8-
github.com/Kong/sdk-konnect-go v0.27.1
8+
github.com/Kong/sdk-konnect-go v0.28.0
99
github.com/Masterminds/sprig/v3 v3.3.0
1010
github.com/avast/retry-go/v4 v4.7.0
1111
github.com/blang/semver/v4 v4.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ github.com/Kong/go-diff v1.2.2 h1:KKKaqHc8IxuguFVIZMNt3bi6YuC/t9r7BGD8bOOpSgM=
2525
github.com/Kong/go-diff v1.2.2/go.mod h1:nlvdwVZQk3Rm+tbI0cDmKFrOjghtcZTrZBp+UruvvA8=
2626
github.com/Kong/gojsondiff v1.3.2 h1:qIOVq2mUXt+NXy8Be5gRUee9TP3Ve0MbQSafg9bXKZE=
2727
github.com/Kong/gojsondiff v1.3.2/go.mod h1:DiIxtU59q4alK7ecP+7k56C5UjgOviJ5gQVR2esEhYw=
28-
github.com/Kong/sdk-konnect-go v0.27.1 h1:rb2fzqUk4gDbl/tWi98F/W8I8ki5Lszo7uHJB1zbmt4=
29-
github.com/Kong/sdk-konnect-go v0.27.1/go.mod h1:QKGFvWuXu3qPLAlIr0meGWmqw4XBy5v+HLSQjxbbNHw=
28+
github.com/Kong/sdk-konnect-go v0.28.0 h1:BJsxXuo5eydUtNGjPtlaJ8Svuru7X9QDjb7kxjSEHmw=
29+
github.com/Kong/sdk-konnect-go v0.28.0/go.mod h1:QKGFvWuXu3qPLAlIr0meGWmqw4XBy5v+HLSQjxbbNHw=
3030
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
3131
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
3232
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=

0 commit comments

Comments
 (0)