heroku / cnb-shim

This is a shim to run old buildpacks as Cloud Native Buildpacks
MIT License
18 stars 12 forks source link

Remove Heroku-18 from the default stacks list #72

Closed edmorley closed 1 year ago

edmorley commented 1 year ago

Since the Heroku-18 stack has now reached end-of-life: https://devcenter.heroku.com/changelog-items/2583

Anyone who needs shimmed CNBs to list heroku-18 in the generated buildpack.toml's stacks list will now need to pass in a list of stacks explicitly in the URL, eg: &stacks=heroku-18,heroku-20,heroku-22

Longer term we should probably change this default stacks list to just be the wildcard stack (*) instead, however that requires Buildpack API 0.5+, and cnb-shim is still on Buildpack API 0.4 (see #73).

GUS-W-13150845.

edmorley commented 1 year ago

Deployed to the production cnb-shim instance just now.