Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions k3d.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: k3d
version: "5.8.3"
epoch: 18 # CVE-2025-61725
epoch: 19 # GHSA-j5w8-q4qc-rx2x
description: Little helper to run CNCF's k3s in Docker
copyright:
- license: MIT
Expand All @@ -23,15 +23,21 @@ pipeline:
tag: v${{package.version}}
expected-commit: 201b614ea6798f0ee9e75c63360eef891b36bb19

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

- uses: go/bump
with:
deps: |-
google.golang.org/[email protected]
golang.org/x/[email protected]
golang.org/x/[email protected]
github.com/containerd/[email protected]
golang.org/x/[email protected]
github.com/docker/[email protected]
golang.org/x/[email protected]
skip-initial-tidy: false
tidy: false

Expand Down
Loading