From 9553edb76fccbf3f1a858cbef4bfeb078adc26da 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 (