From 162ce24e386e8d26dd925ba3693b8e0159bd1438 Mon Sep 17 00:00:00 2001 From: Bohan Chen Date: Tue, 28 Nov 2023 14:28:24 -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 8aa0359d4..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.16.0" + lifecycleVersion = "0.17.2" ) var (