Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gatekeeper-3.14/3.14.1-r2: cve remediation #17240

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions gatekeeper-3.14.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: gatekeeper-3.14
version: 3.14.1
epoch: 2
epoch: 3
description: Gatekeeper - Policy Controller for Kubernetes
copyright:
- license: Apache-2.0
Expand All @@ -28,7 +28,7 @@ pipeline:

- uses: go/bump
with:
deps: google.golang.org/grpc@v1.58.3 golang.org/x/crypto@v0.17.0 google.golang.org/protobuf@v1.33.0 github.com/containerd/containerd@v1.7.11 github.com/docker/docker@v24.0.9
deps: google.golang.org/grpc@v1.58.3 golang.org/x/crypto@v0.17.0 google.golang.org/protobuf@v1.33.0 github.com/containerd/containerd@v1.7.11 github.com/docker/docker@v24.0.9 golang.org/x/net@v0.23.0

- runs: |
FRAMEWORKS_VERSION=$(go list -f '{{ .Version }}' -m github.com/open-policy-agent/frameworks/constraint)
Expand Down