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

Skip default process registration when Procfile is present #985

Merged
merged 4 commits into from
Dec 13, 2024

Conversation

colincasey
Copy link
Contributor

This change treats the presence of a Procfile as the "source of truth" for how processes should be registered and will skip the default process registration that was previously performed for npm, yarn, and pnpm.

Fixes #908

Related to heroku/buildpacks-go#319

This change treats the presence of a `Procfile` as the "source of truth" for how processes should be registered and will skip the default process registration that was previously performed for `npm`, `yarn`, and `pnpm`.

Fixes #908

Related to heroku/buildpacks-go#319
@colincasey colincasey requested a review from a team as a code owner December 12, 2024 18:14
@colincasey colincasey merged commit ef95c45 into main Dec 13, 2024
41 checks passed
@colincasey colincasey deleted the procfile_detection branch December 13, 2024 15:37
heroku-linguist bot added a commit that referenced this pull request Dec 13, 2024
## heroku/nodejs

### Changed

- Updated `heroku/nodejs-corepack` to `3.4.0`.
- Updated `heroku/nodejs-engine` to `3.4.0`.
- Updated `heroku/nodejs-npm-engine` to `3.4.0`.
- Updated `heroku/nodejs-npm-install` to `3.4.0`.
- Updated `heroku/nodejs-pnpm-engine` to `3.4.0`.
- Updated `heroku/nodejs-pnpm-install` to `3.4.0`.
- Updated `heroku/nodejs-yarn` to `3.4.0`.

## heroku/nodejs-corepack

- No changes.

## heroku/nodejs-engine

- No changes.

## heroku/nodejs-function

### Changed

- Updated `heroku/nodejs-engine` to `3.4.0`.
- Updated `heroku/nodejs-function-invoker` to `3.4.0`.
- Updated `heroku/nodejs-npm` to `3.4.0`.

## heroku/nodejs-function-invoker

- No changes.

## heroku/nodejs-npm

- No changes.

## heroku/nodejs-npm-engine

- No changes.

## heroku/nodejs-npm-install

### Changed

- Default processes will no longer be registered if a Procfile is present. ([#985](#985))

## heroku/nodejs-pnpm-engine

- No changes.

## heroku/nodejs-pnpm-install

### Changed

- Default processes will no longer be registered if a Procfile is present. ([#985](#985))

## heroku/nodejs-yarn

### Changed

- Default processes will no longer be registered if a Procfile is present. ([#985](#985))
@heroku-linguist heroku-linguist bot mentioned this pull request Dec 13, 2024
heroku-linguist bot added a commit to heroku/cnb-builder-images that referenced this pull request Dec 13, 2024
## heroku/nodejs

### Changed

- Updated `heroku/nodejs-corepack` to `3.4.0`.
- Updated `heroku/nodejs-engine` to `3.4.0`.
- Updated `heroku/nodejs-npm-engine` to `3.4.0`.
- Updated `heroku/nodejs-npm-install` to `3.4.0`.
- Updated `heroku/nodejs-pnpm-engine` to `3.4.0`.
- Updated `heroku/nodejs-pnpm-install` to `3.4.0`.
- Updated `heroku/nodejs-yarn` to `3.4.0`.

## heroku/nodejs-corepack

- No changes.

## heroku/nodejs-engine

- No changes.

## heroku/nodejs-function

### Changed

- Updated `heroku/nodejs-engine` to `3.4.0`.
- Updated `heroku/nodejs-function-invoker` to `3.4.0`.
- Updated `heroku/nodejs-npm` to `3.4.0`.

## heroku/nodejs-function-invoker

- No changes.

## heroku/nodejs-npm

- No changes.

## heroku/nodejs-npm-engine

- No changes.

## heroku/nodejs-npm-install

### Changed

- Default processes will no longer be registered if a Procfile is present. ([#985](heroku/buildpacks-nodejs#985))

## heroku/nodejs-pnpm-engine

- No changes.

## heroku/nodejs-pnpm-install

### Changed

- Default processes will no longer be registered if a Procfile is present. ([#985](heroku/buildpacks-nodejs#985))

## heroku/nodejs-yarn

### Changed

- Default processes will no longer be registered if a Procfile is present. ([#985](heroku/buildpacks-nodejs#985))
heroku-linguist bot added a commit to heroku/cnb-builder-images that referenced this pull request Dec 13, 2024
## heroku/nodejs

### Changed

- Updated `heroku/nodejs-corepack` to `3.4.0`.
- Updated `heroku/nodejs-engine` to `3.4.0`.
- Updated `heroku/nodejs-npm-engine` to `3.4.0`.
- Updated `heroku/nodejs-npm-install` to `3.4.0`.
- Updated `heroku/nodejs-pnpm-engine` to `3.4.0`.
- Updated `heroku/nodejs-pnpm-install` to `3.4.0`.
- Updated `heroku/nodejs-yarn` to `3.4.0`.

## heroku/nodejs-corepack

- No changes.

## heroku/nodejs-engine

- No changes.

## heroku/nodejs-function

### Changed

- Updated `heroku/nodejs-engine` to `3.4.0`.
- Updated `heroku/nodejs-function-invoker` to `3.4.0`.
- Updated `heroku/nodejs-npm` to `3.4.0`.

## heroku/nodejs-function-invoker

- No changes.

## heroku/nodejs-npm

- No changes.

## heroku/nodejs-npm-engine

- No changes.

## heroku/nodejs-npm-install

### Changed

- Default processes will no longer be registered if a Procfile is present. ([#985](heroku/buildpacks-nodejs#985))

## heroku/nodejs-pnpm-engine

- No changes.

## heroku/nodejs-pnpm-install

### Changed

- Default processes will no longer be registered if a Procfile is present. ([#985](heroku/buildpacks-nodejs#985))

## heroku/nodejs-yarn

### Changed

- Default processes will no longer be registered if a Procfile is present. ([#985](heroku/buildpacks-nodejs#985))

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.

Automatically detected processes with a Procfile
2 participants