Skip to content

Commit

Permalink
consul-k8s-1.6/1.6.1-r0: cve remediation (#36578)
Browse files Browse the repository at this point in the history
Automated CVE bump.
Had to adjust the modroot for one of the attempts to point to the 'cli'
sub-directory.

--------------

consul-k8s-1.6/1.6.1-r0: fix GHSA-v778-237x-gjrc

Advisory data:
https://github.com/wolfi-dev/advisories/blob/main/consul-k8s-1.6.advisories.yaml

---------

Signed-off-by: Mark McCormick <[email protected]>
Co-authored-by: octo-sts[bot] <[email protected]>
Co-authored-by: Mark McCormick <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent d0d53ef commit fd0b3b0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion consul-k8s-1.6.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: consul-k8s-1.6
version: 1.6.1
epoch: 0
epoch: 1
description: The consul-k8s includes first-class integrations between Consul and Kubernetes.
copyright:
- license: MPL-2.0
Expand All @@ -18,6 +18,16 @@ pipeline:
expected-commit: 7e1efe4d2e2de852449876999292eef843aa7bfc
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/[email protected]
modroot: ./cli

- uses: go/bump
with:
deps: golang.org/x/[email protected]
modroot: ./control-plane

- uses: go/build
with:
modroot: ./control-plane/cni
Expand Down

0 comments on commit fd0b3b0

Please sign in to comment.