Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion buildpacks/nodejs-corepack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-05-22

- No changes.

## [3.2.1] - 2024-05-10

- No changes.
Expand Down Expand Up @@ -162,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial implementation with libcnb.rs ([#418](https://github.com/heroku/buildpacks-nodejs/pull/418))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-corepack/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-corepack"
version = "3.2.1"
version = "3.2.2"
name = "Heroku Node.js Corepack"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
17 changes: 10 additions & 7 deletions buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-05-22

### Added

- 22.2.0 (linux-amd64, linux-arm64)
Expand All @@ -18,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Node.js 20.13.1 (linux-amd64, linux-arm64)

## [3.2.0] - 2024-05-09 [NO CHANGES]
## [3.2.0] - 2024-05-09

## [3.1.0] - 2024-05-09

Expand Down Expand Up @@ -124,7 +126,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Collect Node.js Runtime Metrics if the application has
opted-in. ([#742](https://github.com/heroku/buildpacks-nodejs/pull/742))

## [2.6.0] - 2023-12-14 [NO CHANGES]
## [2.6.0] - 2023-12-14

## [2.5.0] - 2023-12-07

Expand All @@ -135,7 +137,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
buildpack detect and build traces are emitted to the file system.
([#749](https://github.com/heroku/buildpacks-nodejs/pull/749))

## [2.4.1] - 2023-12-04 [NO CHANGES]
## [2.4.1] - 2023-12-04

## [2.4.0] - 2023-12-01

Expand All @@ -152,7 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated default node version to 20.x

## [2.2.0] - 2023-10-26 [NO CHANGES]
## [2.2.0] - 2023-10-26

## [2.1.0] - 2023-10-26

Expand Down Expand Up @@ -190,7 +192,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Provides `npm` added to the build plan since a default version of `npm` is bundled with
Node.js. ([#622](https://github.com/heroku/buildpacks-nodejs/pull/622))

## [1.1.6] - 2023-09-25 [NO CHANGES]
## [1.1.6] - 2023-09-25

## [1.1.5] - 2023-09-19

Expand Down Expand Up @@ -227,7 +229,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Node.js 20.4.0

## [1.1.0] - 2023-06-28 [NO CHANGES]
## [1.1.0] - 2023-06-28

## [0.8.24] - 2023-06-21

Expand Down Expand Up @@ -583,7 +585,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-engine"
version = "3.2.1"
version = "3.2.2"
name = "Heroku Node.js Engine"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
5 changes: 4 additions & 1 deletion buildpacks/nodejs-function-invoker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-05-22

### Changed

- Update function runtime to 0.14.5 ([#845](https://github.com/heroku/buildpacks-nodejs/pull/845))
Expand Down Expand Up @@ -294,7 +296,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-function-invoker"
version = "3.2.1"
version = "3.2.2"
name = "Salesforce Node.js Function Invoker"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."
Expand Down
6 changes: 5 additions & 1 deletion buildpacks/nodejs-npm-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-05-22

- Added npm version 10.8.0.

## [3.2.1] - 2024-05-10

- No changes.
Expand Down Expand Up @@ -122,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-npm-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-npm-engine"
version = "3.2.1"
version = "3.2.2"
name = "Heroku Node.js npm Engine"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/nodejs-npm-install/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-05-22

- No changes.

## [3.2.1] - 2024-05-10

- No changes.
Expand Down Expand Up @@ -114,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-npm-install/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-npm-install"
version = "3.2.1"
version = "3.2.2"
name = "Heroku Node.js npm Install"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/nodejs-pnpm-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-05-22

- No changes.

## [3.2.1] - 2024-05-10

- No changes.
Expand Down Expand Up @@ -80,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-pnpm-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-pnpm-engine"
version = "3.2.1"
version = "3.2.2"
name = "Heroku Node.js pnpm Engine"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/nodejs-pnpm-install/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-05-22

- No changes.

## [3.2.1] - 2024-05-10

- No changes.
Expand Down Expand Up @@ -167,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release ([#488](https://github.com/heroku/buildpacks-nodejs/pull/488))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-pnpm-install/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-pnpm-install"
version = "3.2.1"
version = "3.2.2"
name = "Heroku Node.js pnpm install"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/nodejs-yarn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-05-22

- No changes.

## [3.2.1] - 2024-05-10

- Added Yarn version 4.2.2.
Expand Down Expand Up @@ -271,7 +275,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-yarn/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-yarn"
version = "3.2.1"
version = "3.2.2"
name = "Heroku Node.js Yarn"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-05-22

- No changes.

## [3.2.1] - 2024-05-10

- No changes.
Expand Down Expand Up @@ -243,7 +247,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix broken builds when a `package-lock.json` is missing ([#9](https://github.com/heroku/nodejs-npm-buildpack/pull/9))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/npm/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.7"

[buildpack]
id = "heroku/nodejs-npm"
version = "3.2.1"
version = "3.2.2"
name = "Heroku Node.js npm (DEPRECATED)"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "[DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks."
Expand Down
11 changes: 10 additions & 1 deletion meta-buildpacks/nodejs-function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-05-22

### Changed

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

## [3.2.1] - 2024-05-10

### Changed
Expand Down Expand Up @@ -497,7 +505,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
Expand Down
8 changes: 4 additions & 4 deletions meta-buildpacks/nodejs-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-function"
version = "3.2.1"
version = "3.2.2"
name = "Salesforce Node.js Function"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Salesforce's buildpack for Node.js Functions."
Expand All @@ -14,15 +14,15 @@ type = "MIT"

[[order.group]]
id = "heroku/nodejs-engine"
version = "3.2.1"
version = "3.2.2"

[[order.group]]
id = "heroku/nodejs-npm"
version = "3.2.1"
version = "3.2.2"

[[order.group]]
id = "heroku/nodejs-function-invoker"
version = "3.2.1"
version = "3.2.2"

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-nodejs-function" }
Loading