Skip to content

Commit f1c347c

Browse files
authored
Updating lifecycle version to latest v0.20.11 (#2411)
Signed-off-by: Juan Bustamante <[email protected]>
1 parent 1ea8a29 commit f1c347c

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

acceptance/testdata/pack_fixtures/report_output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pack:
22
Version: {{ .Version }}
33
OS/Arch: {{ .OS }}/{{ .Arch }}
44

5-
Default Lifecycle Version: 0.20.8
5+
Default Lifecycle Version: 0.20.11
66

77
Supported Platform APIs: 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13
88

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Microsoft/go-winio v0.6.2
88
github.com/apex/log v1.9.0
99
github.com/buildpacks/imgutil v0.0.0-20250626173435-7c19c278f3d2
10-
github.com/buildpacks/lifecycle v0.20.8
10+
github.com/buildpacks/lifecycle v0.20.11
1111
github.com/containerd/errdefs v1.0.0
1212
github.com/docker/cli v28.3.0+incompatible
1313
github.com/docker/docker v28.3.0+incompatible
@@ -101,7 +101,7 @@ require (
101101
github.com/google/go-querystring v1.1.0 // indirect
102102
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
103103
github.com/google/uuid v1.6.0 // indirect
104-
github.com/gorilla/mux v1.8.0 // indirect
104+
github.com/gorilla/mux v1.8.1 // indirect
105105
github.com/inconshreveable/mousetrap v1.1.0 // indirect
106106
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
107107
github.com/kevinburke/ssh_config v1.2.0 // indirect
@@ -151,6 +151,4 @@ require (
151151

152152
replace github.com/BurntSushi/toml => github.com/BurntSushi/toml v1.3.2
153153

154-
go 1.24.0
155-
156-
toolchain go1.24.3
154+
go 1.24.4

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
9696
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
9797
github.com/buildpacks/imgutil v0.0.0-20250626173435-7c19c278f3d2 h1:31i47pC9YE898vRkFDlubgX9UwxSy8cX/YSXtfPcRLA=
9898
github.com/buildpacks/imgutil v0.0.0-20250626173435-7c19c278f3d2/go.mod h1:UH4th60x/wM1DdH7+eSgzbp0kgsJMhVgngWzXoF21cs=
99-
github.com/buildpacks/lifecycle v0.20.8 h1:+i0g9urShV+WO5RUibv9Wybj13ClCsAlbdfZHWZh7wQ=
100-
github.com/buildpacks/lifecycle v0.20.8/go.mod h1:k/LPVqKNIEX6EMCcJoN9TrHPmiKanBo0Mexvisv1N48=
99+
github.com/buildpacks/lifecycle v0.20.11 h1:lr8smVyW59HvkdJj7H3rYbfiNT7ndkV4cV2lQiOnCuo=
100+
github.com/buildpacks/lifecycle v0.20.11/go.mod h1:+YlGlTCwJcyJSp5QvZKxH8k2JOpYzjTE9NYB6CA5CuE=
101101
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
102102
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
103103
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
@@ -218,8 +218,8 @@ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3
218218
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
219219
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
220220
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
221-
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
222-
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
221+
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
222+
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
223223
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 h1:asbCHRVmodnJTuQ3qamDwqVOIjwqUPTYmYuemVOx+Ys=
224224
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0/go.mod h1:ggCgvZ2r7uOoQjOyu2Y1NhHmEPPzzuhWgcza5M1Ji1I=
225225
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 h1:S4qyfL2sEm5Budr4KVMyEniCy+PbS55651I/a+Kn/NQ=

internal/builder/lifecycle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
// DefaultLifecycleVersion A snapshot of the latest tested lifecycle version values
1616
const (
17-
DefaultLifecycleVersion = "0.20.8"
17+
DefaultLifecycleVersion = "0.20.11"
1818
)
1919

2020
// Blob is an interface to wrap opening blobs

0 commit comments

Comments
 (0)