Skip to content

Commit

Permalink
Make lifecycle.toml backwards compatible
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Casey <ecasey@vmware.com>
  • Loading branch information
ekcasey committed Aug 5, 2020
1 parent 9b84aab commit 72c9404
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lifecycle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
deprecated = []
supported = ["0.3", "0.4"]

# For backward compatibility the minimum supported APIs are provided in RFC-0011 format
# https://github.com/buildpacks/rfcs/blob/main/text/0011-lifecycle-descriptor.md
[api]
platform = "0.3"
buildpack = "0.2"

[lifecycle]
version = "0.9.0"

0 comments on commit 72c9404

Please sign in to comment.