Skip to content

Commit 53cae28

Browse files
authored
fix: bumping frameworks (#4221) (#4224)
Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
1 parent db9de90 commit 53cae28

File tree

7 files changed

+42
-30
lines changed

7 files changed

+42
-30
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/google/uuid v1.6.0
1616
github.com/onsi/gomega v1.38.2
1717
github.com/open-policy-agent/cert-controller v0.14.1-0.20251031183427-40974f7dd486
18-
github.com/open-policy-agent/frameworks/constraint v0.0.0-20251103020510-6a8fd26dde3a
18+
github.com/open-policy-agent/frameworks/constraint v0.0.0-20251105220536-241c4a079fc8
1919
github.com/open-policy-agent/opa v1.10.0
2020
github.com/pkg/errors v0.9.1
2121
github.com/prometheus/client_golang v1.23.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A=
305305
github.com/onsi/gomega v1.38.2/go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6uXf3k=
306306
github.com/open-policy-agent/cert-controller v0.14.1-0.20251031183427-40974f7dd486 h1:Ir1VtwXM/0OF22+klrZQpqbJQ4Vkpv1v4d7p61Xpzyg=
307307
github.com/open-policy-agent/cert-controller v0.14.1-0.20251031183427-40974f7dd486/go.mod h1:6zxrUxL0sFlTQzNFToeo2ysfQ9lloVXj2fitZBVdXWU=
308-
github.com/open-policy-agent/frameworks/constraint v0.0.0-20251103020510-6a8fd26dde3a h1:nyO29/eqYLq+7t65k/dtWoHM7+W5ljJODdkm/fI7oZ8=
309-
github.com/open-policy-agent/frameworks/constraint v0.0.0-20251103020510-6a8fd26dde3a/go.mod h1:xe7Oq8yotFEBBx9dmlFQtlJamC7ULIwd8bUimWrnjlQ=
308+
github.com/open-policy-agent/frameworks/constraint v0.0.0-20251105220536-241c4a079fc8 h1:vb+BOrLjcuBfmULbcnHG3rWSbivfN4J3gMVIgLDnHwE=
309+
github.com/open-policy-agent/frameworks/constraint v0.0.0-20251105220536-241c4a079fc8/go.mod h1:xe7Oq8yotFEBBx9dmlFQtlJamC7ULIwd8bUimWrnjlQ=
310310
github.com/open-policy-agent/opa v1.10.0 h1:CzWR/2OhZ5yHrqiyyB1Z37mqLMowifAiFSasjLxBBpk=
311311
github.com/open-policy-agent/opa v1.10.0/go.mod h1:7uPI3iRpOalJ0BhK6s1JALWPU9HvaV1XeBSSMZnr/PM=
312312
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=

manifest_staging/charts/gatekeeper/crds/constrainttemplate-customresourcedefinition.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ spec:
110110
type: string
111111
target:
112112
type: string
113-
required:
114-
- code
115113
type: object
116114
type: array
117115
type: object

manifest_staging/deploy/gatekeeper.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,8 +3094,6 @@ spec:
30943094
type: string
30953095
target:
30963096
type: string
3097-
required:
3098-
- code
30993097
type: object
31003098
type: array
31013099
type: object

vendor/github.com/open-policy-agent/frameworks/constraint/deploy/crds.yaml

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

vendor/github.com/open-policy-agent/frameworks/constraint/pkg/apis/templates/v1/constrainttemplate_types.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ github.com/onsi/gomega/types
494494
# github.com/open-policy-agent/cert-controller v0.14.1-0.20251031183427-40974f7dd486
495495
## explicit; go 1.24.0
496496
github.com/open-policy-agent/cert-controller/pkg/rotator
497-
# github.com/open-policy-agent/frameworks/constraint v0.0.0-20251103020510-6a8fd26dde3a
497+
# github.com/open-policy-agent/frameworks/constraint v0.0.0-20251105220536-241c4a079fc8
498498
## explicit; go 1.24.6
499499
github.com/open-policy-agent/frameworks/constraint/deploy
500500
github.com/open-policy-agent/frameworks/constraint/pkg/apis

0 commit comments

Comments
 (0)