hashicorp / waypoint

A tool to build, deploy, and release any application on any platform.
https://waypointproject.io
Other
4.76k stars 327 forks source link

Migrate away from deprecated `heroku/buildpacks:20` CNB builder image #4911

Closed edmorley closed 11 months ago

edmorley commented 1 year ago

Hi 👋

This project uses Heroku's heroku/buildpacks:20 CNB builder images: https://github.com/search?q=repo%3Ahashicorp%2Fwaypoint+%22heroku%2Fbuildpacks%3A20%22&type=code

We have deprecated this builder image as of https://github.com/heroku/cnb-builder-images/pull/429.

Please migrate to heroku/builder:22 or heroku/builder:20, to continue to receive security updates, and to avoid disruption when the build time deprecation warning is upgraded to an error in the future.

More information on the difference between the various builder images can be seen here: https://github.com/heroku/cnb-builder-images#heroku-cnb-builder-images

I also see there are references to the even older (and EOL/insecure) heroku/buildpacks:18 - these need to be migrated too: https://github.com/search?q=repo%3Ahashicorp%2Fwaypoint+%22heroku%2Fbuildpacks%3A18%22&type=code

edmorley commented 1 year ago

Gentle nudge that builds using these images will start erroring in the future, plus the underlying images themselves will stop receiving security updates.

edmorley commented 11 months ago

@evanphx ^

evanphx commented 11 months ago

@edmorley I'm sorry but this version of Waypoint is no longer maintained. You're free to fork it and fix this.

https://www.hashicorp.com/blog/a-new-vision-for-hcp-waypoint

edmorley commented 11 months ago

@evanphx I personally don't use Waypoint, this issue was just one of many filed against projects that consume our builder images to warn about future breakage.

evanphx commented 11 months ago

@edmorley Ah gotcha. So noted then!