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

Update buildpack metadata in buildpack.toml #603

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Oct 23, 2023

Adjusts the buildpack name, description and keywords in the buildpack.toml of all buildpacks to match the style discussed in:
heroku/cnb-builder-images#408

These fields are used by the CNB registry and can also be seen in the output of pack builder inspect. They are not used by pack build or Kodon. In addition to standardising the metadata, one of the objectives here is to ensure users don't accidentally use component buildpacks when they really wanted the composite buildpack.

The keywords field has intentionally been omitted from the functions buildpacks since they are EOL and so don't want to be made more discoverable. (The CNB registry doesn't currently ingest/display the keywords currently, but may in the future.)

Lastly, I've cleaned up the [metadata] table/subtables to match the concise style used by the Procfile and Python CNBs.

GUS-W-14121598.

Adjusts the buildpack `name`, `description` and `keywords` in the
`buildpack.toml` of all buildpacks to match the style discussed in:
heroku/cnb-builder-images#408

The `keywords` field has intentionally been omitted from the functions
buildpacks since they are EOL and so don't want to be made more
discoverable. (The CNB registry doesn't currently ingest/display the
keywords currently, but may in the future.)

Lastly, I've cleaned up the `[metadata]` table/subtables to match the
concise style used by the Procfile and Python CNBs.
@edmorley edmorley merged commit 1e4e5da into main Oct 24, 2023
17 checks passed
@edmorley edmorley deleted the edmorley/update-buildpack-toml branch October 24, 2023 10:18
@heroku-linguist heroku-linguist bot mentioned this pull request Oct 24, 2023
heroku-linguist bot added a commit that referenced this pull request Oct 24, 2023
## heroku/gradle

### Changed

- Updated buildpack display name, description and keywords. ([#603](#603))

## heroku/java

### Changed

- Updated buildpack display name, description and keywords. ([#603](#603))
- Updated `heroku/gradle` to `3.2.2`.
- Updated `heroku/jvm` to `3.2.2`.
- Updated `heroku/maven` to `3.2.2`.

## heroku/java-function

### Changed

- Updated buildpack display name, description and keywords. ([#603](#603))
- Updated `heroku/jvm-function-invoker` to `3.2.2`.
- Updated `heroku/jvm` to `3.2.2`.
- Updated `heroku/maven` to `3.2.2`.

## heroku/jvm

### Changed

- Updated buildpack display name, description and keywords. ([#603](#603))

## heroku/jvm-function-invoker

### Changed

- Updated buildpack display name, description and keywords. ([#603](#603))

## heroku/maven

### Changed

- Updated buildpack display name, description and keywords. ([#603](#603))

## heroku/sbt

### Changed

- Updated buildpack display name, description and keywords. ([#603](#603))

## heroku/scala

### Changed

- Updated buildpack display name, description and keywords. ([#603](#603))
- Updated `heroku/jvm` to `3.2.2`.
- Updated `heroku/sbt` to `3.2.2`.

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
edmorley added a commit that referenced this pull request Oct 24, 2023
Missed during the regex search and replace used for #603.

GUS-W-14121598.
@edmorley edmorley mentioned this pull request Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants