Skip to content

Commit ae2e814

Browse files
authored
chore(dagger): upgrade client to v0.66 (#526)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent 253dc9b commit ae2e814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extras/dagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chainloop Module for Dagger
22

3-
![dagger-min-version](https://img.shields.io/badge/dagger%20version-v0.9.8-yellow)
3+
![dagger-tested-version](https://img.shields.io/badge/dagger%20version-v0.9.10-green)
44

55
Daggerized version of [Chainloop](https://chainloop.dev) that can be used to attest and collect pieces of evidence from your [Dagger](https://dagger.io/) pipelines.
66

extras/dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"time"
99
)
1010

11-
const chainloopVersion = "v0.65.0"
11+
const chainloopVersion = "v0.66.0"
1212

1313
type Chainloop struct {
1414
Token *Secret

0 commit comments

Comments
 (0)