Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

edmorley
Copy link
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
42 checks passed
@edmorley edmorley deleted the edmorley/improve-eol-buildpack-metadata branch November 23, 2023 14:49
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.

None yet

2 participants