From a9e75ee29c62f31244dfe4e82d6c80377d11636b Mon Sep 17 00:00:00 2001 From: Bohan Chen Date: Mon, 27 Nov 2023 15:13:30 -0500 Subject: [PATCH] bump lifecycle image to 0.17.2 this is the highest we can go without backwards incompatible changes. this will introduce new Platform API version (although they won't be used because we hardcode supported versions), and Buildpack API versions. Signed-off-by: Bohan Chen --- hack/lifecycle/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/lifecycle/main.go b/hack/lifecycle/main.go index 94d78184d..9af9c150e 100644 --- a/hack/lifecycle/main.go +++ b/hack/lifecycle/main.go @@ -33,7 +33,7 @@ import ( const ( lifecycleMetadataLabel = "io.buildpacks.lifecycle.metadata" lifecycleLocation = "/cnb/lifecycle/" - lifecycleVersion = "0.14.3" + lifecycleVersion = "0.17.2" ) var (