Skip to content

Add name, homepage and license to EOL buildpacks metadata#439

Merged
edmorley merged 1 commit intomainfrom
edmorley/improve-eol-buildpack-metadata
Nov 23, 2023
Merged

Add name, homepage and license to EOL buildpacks metadata#439
edmorley merged 1 commit intomainfrom
edmorley/improve-eol-buildpack-metadata

Conversation

@edmorley
Copy link
Copy Markdown
Member

@edmorley edmorley commented Nov 23, 2023

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
...

Follow-up to #429.

GUS-W-14547289.

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
...
```
@edmorley edmorley self-assigned this Nov 23, 2023
@edmorley edmorley marked this pull request as ready for review November 23, 2023 13:28
@edmorley edmorley requested a review from a team as a code owner November 23, 2023 13:28
@edmorley edmorley enabled auto-merge (squash) November 23, 2023 13:30
@edmorley edmorley merged commit d513950 into main Nov 23, 2023
@edmorley edmorley deleted the edmorley/improve-eol-buildpack-metadata branch November 23, 2023 14:49
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants