Skip to content

Commit

Permalink
Merge pull request #592 from pivotal/release-0.1.5-lifecycle-update
Browse files Browse the repository at this point in the history
Update lifecycle -> 10.1
  • Loading branch information
matthewmcnew authored Jan 6, 2021
2 parents 66d783a + cc0d5aa commit 70a207d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/lifecycle/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ func main() {
flag.Parse()

image, err := lifecycleImage(
"https://github.com/buildpacks/lifecycle/releases/download/v0.9.2/lifecycle-v0.9.2+linux.x86-64.tgz",
"https://github.com/buildpacks/lifecycle/releases/download/v0.10.1/lifecycle-v0.10.1+linux.x86-64.tgz",
cnb.LifecycleMetadata{
LifecycleInfo: cnb.LifecycleInfo{
Version: "0.9.2",
Version: "0.10.1",
},
API: cnb.LifecycleAPI{
BuildpackVersion: "0.2",
Expand All @@ -53,11 +53,11 @@ func main() {
APIs: cnb.LifecycleAPIs{
Buildpack: cnb.APIVersions{
Deprecated: []string{},
Supported: []string{"0.2", "0.3", "0.4"},
Supported: []string{"0.2", "0.3", "0.4", "0.5"},
},
Platform: cnb.APIVersions{
Deprecated: []string{},
Supported: []string{"0.3", "0.4"},
Supported: []string{"0.3", "0.4", "0.5"},
},
},
},
Expand Down

0 comments on commit 70a207d

Please sign in to comment.