diff --git a/buildpacks/nodejs-corepack/CHANGELOG.md b/buildpacks/nodejs-corepack/CHANGELOG.md index 78ebbddee..0939ae3a7 100644 --- a/buildpacks/nodejs-corepack/CHANGELOG.md +++ b/buildpacks/nodejs-corepack/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-12-01 + +- No changes. + ## [2.3.0] - 2023-11-09 - No changes. @@ -75,7 +79,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/v2.3.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 diff --git a/buildpacks/nodejs-corepack/buildpack.toml b/buildpacks/nodejs-corepack/buildpack.toml index fb987102f..2a67bd5d4 100644 --- a/buildpacks/nodejs-corepack/buildpack.toml +++ b/buildpacks/nodejs-corepack/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-corepack" -version = "2.3.0" +version = "2.4.0" 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." diff --git a/buildpacks/nodejs-engine/CHANGELOG.md b/buildpacks/nodejs-engine/CHANGELOG.md index 30d5f21dc..ce78eb730 100644 --- a/buildpacks/nodejs-engine/CHANGELOG.md +++ b/buildpacks/nodejs-engine/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-12-01 + - Added Node.js version 21.3.0. - Added Node.js version 18.19.0. ### Added @@ -298,7 +300,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/v2.3.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 diff --git a/buildpacks/nodejs-engine/buildpack.toml b/buildpacks/nodejs-engine/buildpack.toml index 20a75b282..cf942b8fa 100644 --- a/buildpacks/nodejs-engine/buildpack.toml +++ b/buildpacks/nodejs-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-engine" -version = "2.3.0" +version = "2.4.0" 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." diff --git a/buildpacks/nodejs-function-invoker/CHANGELOG.md b/buildpacks/nodejs-function-invoker/CHANGELOG.md index 5eb29f5f8..8251b065a 100644 --- a/buildpacks/nodejs-function-invoker/CHANGELOG.md +++ b/buildpacks/nodejs-function-invoker/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-12-01 + +- No changes. + ## [2.3.0] - 2023-11-09 - No changes. @@ -205,7 +209,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/v2.3.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 diff --git a/buildpacks/nodejs-function-invoker/buildpack.toml b/buildpacks/nodejs-function-invoker/buildpack.toml index d369651bf..f3d0d6398 100644 --- a/buildpacks/nodejs-function-invoker/buildpack.toml +++ b/buildpacks/nodejs-function-invoker/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-function-invoker" -version = "2.3.0" +version = "2.4.0" 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." diff --git a/buildpacks/nodejs-npm-engine/CHANGELOG.md b/buildpacks/nodejs-npm-engine/CHANGELOG.md index 552bf4b9f..b07497792 100644 --- a/buildpacks/nodejs-npm-engine/CHANGELOG.md +++ b/buildpacks/nodejs-npm-engine/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-12-01 + ### Added - Added npm version 10.2.4. @@ -32,7 +34,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/v2.3.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 diff --git a/buildpacks/nodejs-npm-engine/buildpack.toml b/buildpacks/nodejs-npm-engine/buildpack.toml index 7da3ac262..693bb6d97 100644 --- a/buildpacks/nodejs-npm-engine/buildpack.toml +++ b/buildpacks/nodejs-npm-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-npm-engine" -version = "2.3.0" +version = "2.4.0" 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." diff --git a/buildpacks/nodejs-npm-install/CHANGELOG.md b/buildpacks/nodejs-npm-install/CHANGELOG.md index 4782d0a7d..bf754cb42 100644 --- a/buildpacks/nodejs-npm-install/CHANGELOG.md +++ b/buildpacks/nodejs-npm-install/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-12-01 + ### Fixed - Detection will report a failure instead of throwing an error when there is no `package.json` file in the application directory. ([#733](https://github.com/heroku/buildpacks-nodejs/pull/733)) @@ -29,7 +31,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/v2.3.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 diff --git a/buildpacks/nodejs-npm-install/buildpack.toml b/buildpacks/nodejs-npm-install/buildpack.toml index 4fa7d7fbe..27f333d29 100644 --- a/buildpacks/nodejs-npm-install/buildpack.toml +++ b/buildpacks/nodejs-npm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-npm-install" -version = "2.3.0" +version = "2.4.0" 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." diff --git a/buildpacks/nodejs-pnpm-install/CHANGELOG.md b/buildpacks/nodejs-pnpm-install/CHANGELOG.md index 69e476b93..9e04f221e 100644 --- a/buildpacks/nodejs-pnpm-install/CHANGELOG.md +++ b/buildpacks/nodejs-pnpm-install/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-12-01 + ### Added - New symlink from {virtual_layer}/node_modules to {app_dir}/node_modules to @@ -82,7 +84,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/v2.3.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 diff --git a/buildpacks/nodejs-pnpm-install/buildpack.toml b/buildpacks/nodejs-pnpm-install/buildpack.toml index 113b77bc0..6e13b0c08 100644 --- a/buildpacks/nodejs-pnpm-install/buildpack.toml +++ b/buildpacks/nodejs-pnpm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-pnpm-install" -version = "2.3.0" +version = "2.4.0" 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." diff --git a/buildpacks/nodejs-yarn/CHANGELOG.md b/buildpacks/nodejs-yarn/CHANGELOG.md index 9a4090dbd..7d6fe805a 100644 --- a/buildpacks/nodejs-yarn/CHANGELOG.md +++ b/buildpacks/nodejs-yarn/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-12-01 + ### Added - Added Yarn version 4.0.2. @@ -182,7 +184,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/v2.3.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 diff --git a/buildpacks/nodejs-yarn/buildpack.toml b/buildpacks/nodejs-yarn/buildpack.toml index dfd60a531..e3327fe96 100644 --- a/buildpacks/nodejs-yarn/buildpack.toml +++ b/buildpacks/nodejs-yarn/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-yarn" -version = "2.3.0" +version = "2.4.0" 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." diff --git a/buildpacks/npm/CHANGELOG.md b/buildpacks/npm/CHANGELOG.md index 62879ad55..7983fc958 100644 --- a/buildpacks/npm/CHANGELOG.md +++ b/buildpacks/npm/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-12-01 + ### Changed - This buildpack now implements Buildpack API 0.7 instead of 0.6. ([#721](https://github.com/heroku/buildpacks-nodejs/pull/721)) @@ -165,7 +167,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/v2.3.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 diff --git a/buildpacks/npm/buildpack.toml b/buildpacks/npm/buildpack.toml index c3b7b4806..34dafe176 100644 --- a/buildpacks/npm/buildpack.toml +++ b/buildpacks/npm/buildpack.toml @@ -2,7 +2,7 @@ api = "0.7" [buildpack] id = "heroku/nodejs-npm" -version = "2.3.0" +version = "2.4.0" 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." diff --git a/meta-buildpacks/nodejs-function/CHANGELOG.md b/meta-buildpacks/nodejs-function/CHANGELOG.md index 8836c0d93..ddfbdb919 100644 --- a/meta-buildpacks/nodejs-function/CHANGELOG.md +++ b/meta-buildpacks/nodejs-function/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-12-01 + +### Changed + +- Updated `heroku/nodejs-engine` to `2.4.0`. +- Updated `heroku/nodejs-function-invoker` to `2.4.0`. +- Updated `heroku/nodejs-npm` to `2.4.0`. + ## [2.3.0] - 2023-11-09 ### Changed @@ -334,7 +342,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/v2.3.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 diff --git a/meta-buildpacks/nodejs-function/buildpack.toml b/meta-buildpacks/nodejs-function/buildpack.toml index e83103b28..108d94695 100644 --- a/meta-buildpacks/nodejs-function/buildpack.toml +++ b/meta-buildpacks/nodejs-function/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-function" -version = "2.3.0" +version = "2.4.0" name = "Salesforce Node.js Function" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Salesforce's buildpack for Node.js Functions." @@ -14,15 +14,15 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "2.3.0" +version = "2.4.0" [[order.group]] id = "heroku/nodejs-npm" -version = "2.3.0" +version = "2.4.0" [[order.group]] id = "heroku/nodejs-function-invoker" -version = "2.3.0" +version = "2.4.0" [metadata.release] image = { repository = "docker.io/heroku/buildpack-nodejs-function" } diff --git a/meta-buildpacks/nodejs/CHANGELOG.md b/meta-buildpacks/nodejs/CHANGELOG.md index 765c2b752..635e45407 100644 --- a/meta-buildpacks/nodejs/CHANGELOG.md +++ b/meta-buildpacks/nodejs/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-12-01 + +### Changed + +- Updated `heroku/nodejs-corepack` to `2.4.0`. +- Updated `heroku/nodejs-engine` to `2.4.0`. +- Updated `heroku/nodejs-npm-engine` to `2.4.0`. +- Updated `heroku/nodejs-npm-install` to `2.4.0`. +- Updated `heroku/nodejs-pnpm-install` to `2.4.0`. +- Updated `heroku/nodejs-yarn` to `2.4.0`. + ## [2.3.0] - 2023-11-09 ### Added @@ -327,7 +338,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Package meta buildpack with latest releases of buildpacks while testing against unreleased. -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 diff --git a/meta-buildpacks/nodejs/buildpack.toml b/meta-buildpacks/nodejs/buildpack.toml index aa517dc24..771e18b71 100644 --- a/meta-buildpacks/nodejs/buildpack.toml +++ b/meta-buildpacks/nodejs/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs" -version = "2.3.0" +version = "2.4.0" name = "Heroku Node.js" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's buildpack for Node.js applications." @@ -15,56 +15,56 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "2.3.0" +version = "2.4.0" [[order.group]] id = "heroku/nodejs-corepack" -version = "2.3.0" +version = "2.4.0" [[order.group]] id = "heroku/nodejs-pnpm-install" -version = "2.3.0" +version = "2.4.0" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "2.3.0" +version = "2.4.0" [[order.group]] id = "heroku/nodejs-corepack" -version = "2.3.0" +version = "2.4.0" optional = true [[order.group]] id = "heroku/nodejs-yarn" -version = "2.3.0" +version = "2.4.0" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "2.3.0" +version = "2.4.0" [[order.group]] id = "heroku/nodejs-corepack" -version = "2.3.0" +version = "2.4.0" optional = true [[order.group]] id = "heroku/nodejs-npm-engine" -version = "2.3.0" +version = "2.4.0" optional = true [[order.group]] id = "heroku/nodejs-npm-install" -version = "2.3.0" +version = "2.4.0" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "2.3.0" +version = "2.4.0" [metadata.release] image = { repository = "docker.io/heroku/buildpack-nodejs" }