Add name, homepage and license to EOL buildpacks metadata#439
Merged
Conversation
Amongst other reasons, this now means that `pack builder inspect` will no longer be missing the name/URL for the EOL buildpack. Before: ``` Buildpacks: ID NAME VERSION HOMEPAGE heroku/builder-eol-warning - 1.0.0 - ... ``` After: ``` Buildpacks: ID NAME VERSION HOMEPAGE heroku/builder-eol-warning Builder End-of-Life Warning 1.0.0 https://github.com/heroku/cnb-builder-images ... ```
colincasey
approved these changes
Nov 23, 2023
heroku-linguist bot
added a commit
that referenced
this pull request
Jul 15, 2025
## heroku/ruby ### Added - When Node.js tooling is required, buildplan configuration is added to disable dev dependency pruning. ([#439](heroku/buildpacks-ruby#439))
heroku-linguist bot
added a commit
that referenced
this pull request
Jul 15, 2025
## heroku/ruby ### Added - When Node.js tooling is required, buildplan configuration is added to disable dev dependency pruning. ([#439](heroku/buildpacks-ruby#439)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
heroku-linguist bot
added a commit
that referenced
this pull request
Oct 9, 2025
## heroku/python ### Added - Added support for Python 3.14. ([#439](heroku/buildpacks-python#439)) ### Changed - The Python 3.13 version alias now resolves to Python 3.13.8. ([#440](heroku/buildpacks-python#440)) - The Python 3.12 version alias now resolves to Python 3.12.12. ([#441](heroku/buildpacks-python#441)) - The Python 3.11 version alias now resolves to Python 3.11.14. ([#441](heroku/buildpacks-python#441)) - The Python 3.10 version alias now resolves to Python 3.10.19. ([#441](heroku/buildpacks-python#441)) - The Python 3.9 version alias now resolves to Python 3.9.24. ([#441](heroku/buildpacks-python#441))
heroku-linguist bot
added a commit
that referenced
this pull request
Oct 9, 2025
## heroku/python ### Added - Added support for Python 3.14. ([#439](heroku/buildpacks-python#439)) ### Changed - The Python 3.13 version alias now resolves to Python 3.13.8. ([#440](heroku/buildpacks-python#440)) - The Python 3.12 version alias now resolves to Python 3.12.12. ([#441](heroku/buildpacks-python#441)) - The Python 3.11 version alias now resolves to Python 3.11.14. ([#441](heroku/buildpacks-python#441)) - The Python 3.10 version alias now resolves to Python 3.10.19. ([#441](heroku/buildpacks-python#441)) - The Python 3.9 version alias now resolves to Python 3.9.24. ([#441](heroku/buildpacks-python#441)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Amongst other reasons, this now means that
pack builder inspectwill no longer be missing the name/URL for the EOL buildpack.Before:
After:
Follow-up to #429.
GUS-W-14547289.