Skip to content

Commit

Permalink
[build] Build new kube-rbac-proxy image
Browse files Browse the repository at this point in the history
The 0.14.4 version of kube-rbac-proxy contains the fix for
CVE-2023-44487 by bumping golang.org/x/net.

For more details visit: brancz/kube-rbac-proxy#261

Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
  • Loading branch information
varshaprasad96 committed Oct 16, 2023
1 parent 658d6c2 commit 116dd89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-legacy/cloudbuild_kube-rbac-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

substitutions:
# This is the kube-rbac-proxy version, source image tags for which must exist remotely.
_KUBE_RBAC_PROXY_VERSION: v0.14.1
_KUBE_RBAC_PROXY_VERSION: v0.14.4
steps:
- name: "gcr.io/cloud-builders/docker"
env:
Expand Down
2 changes: 1 addition & 1 deletion build/cloudbuild_kube-rbac-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

substitutions:
# This is the kube-rbac-proxy version, source image tags for which must exist remotely.
_KUBE_RBAC_PROXY_VERSION: v0.14.1
_KUBE_RBAC_PROXY_VERSION: v0.14.4
steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90'
env:
Expand Down

0 comments on commit 116dd89

Please sign in to comment.