From e5a27d41dcf26226bdee996d7a0515c7fe326315 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:14:17 +0100 Subject: [PATCH] Prepare release v2.0.0 (#700) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Prepare release v2.0.0 ## heroku/nodejs ### Added - Added `heroku/nodejs-npm-engine` to the buildpack group for npm support ([#623](https://github.com/heroku/buildpacks-nodejs/pull/623)) - Added `heroku/nodejs-npm-install` to the buildpack group for npm support ([#625](https://github.com/heroku/buildpacks-nodejs/pull/625)) - Added `heroku/nodejs-corepack` to the buildpack group for npm support ([#685](https://github.com/heroku/buildpacks-nodejs/pull/685)) ### Changed - Updated buildpack display name, description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) - Updated `heroku/nodejs-corepack` to `2.0.0`. - Updated `heroku/nodejs-engine` to `2.0.0`. - Updated `heroku/nodejs-npm-engine` to `2.0.0`. - Updated `heroku/nodejs-npm-install` to `2.0.0`. - Updated `heroku/nodejs-pnpm-install` to `2.0.0`. - Updated `heroku/nodejs-yarn` to `2.0.0`. ### Removed - Removed the deprecated `heroku/nodejs-npm` from the buildpack group for npm support ([#625](https://github.com/heroku/buildpacks-nodejs/pull/625)) - Removed `heroku/procfile`, since it's being added directly to the Heroku builder images instead. If you override the Heroku builder images' default buildpack detection order (or use this buildpack with a non-Heroku builder image), you will need to append `heroku/procfile` to your buildpacks list. ([#696](https://github.com/heroku/buildpacks-node/pull/696)) ## heroku/nodejs-corepack ### Added - Added support for using corepack to install npm. ([#685](https://github.com/heroku/buildpacks-nodejs/pull/685)) ### Changed - Updated buildpack description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) - Switched from supporting explicitly named stacks to supporting the wildcard stack. ([#693](https://github.com/heroku/buildpacks-nodejs/pull/693)) ## heroku/nodejs-engine ### Added - Added Node.js version 21.0.0. ### Changed - Updated buildpack description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) ### Removed - Dropped support for the end of life `io.buildpacks.stacks.bionic` stack. ([#693](https://github.com/heroku/buildpacks-nodejs/pull/693)) ## heroku/nodejs-function ### Added - Added `heroku/nodejs-npm-engine` ([#686](https://github.com/heroku/buildpacks-nodejs/pull/686)) - Added `heroku/nodejs-npm-install` ([#686](https://github.com/heroku/buildpacks-nodejs/pull/686)) ### Removed - Removed `heroku/nodejs-npm` ([#686](https://github.com/heroku/buildpacks-nodejs/pull/686)) ### Changed - Updated buildpack display name and description. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) - Updated `heroku/nodejs-engine` to `2.0.0`. - Updated `heroku/nodejs-function-invoker` to `2.0.0`. - Updated `heroku/nodejs-npm-engine` to `2.0.0`. - Updated `heroku/nodejs-npm-install` to `2.0.0`. ## heroku/nodejs-function-invoker ### Changed - Updated buildpack display name, description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) ## heroku/nodejs-npm ### Changed - Updated buildpack display name, description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) ### Removed - Removed redundant explicitly named supported stacks. ([#693](https://github.com/heroku/buildpacks-nodejs/pull/693)) ## heroku/nodejs-npm-engine ### Added - Initial release ## heroku/nodejs-npm-install ### Added - Initial release ## heroku/nodejs-pnpm-install ### Changed - Updated buildpack description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) ### Removed - Removed redundant explicitly named supported stacks. ([#693](https://github.com/heroku/buildpacks-nodejs/pull/693)) ## heroku/nodejs-yarn ### Changed - Updated buildpack description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) ### Removed - Removed redundant explicitly named supported stacks. ([#693](https://github.com/heroku/buildpacks-nodejs/pull/693)) * Replace non-breaking spaces with normal spaces Yey copy-paste from GitHub PR diffs. --------- Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> --- buildpacks/nodejs-corepack/CHANGELOG.md | 5 ++++- buildpacks/nodejs-corepack/buildpack.toml | 2 +- buildpacks/nodejs-engine/CHANGELOG.md | 5 ++++- buildpacks/nodejs-engine/buildpack.toml | 2 +- .../nodejs-function-invoker/CHANGELOG.md | 5 ++++- .../nodejs-function-invoker/buildpack.toml | 2 +- buildpacks/nodejs-npm-engine/CHANGELOG.md | 7 +++++- buildpacks/nodejs-npm-engine/buildpack.toml | 2 +- buildpacks/nodejs-npm-install/CHANGELOG.md | 7 +++++- buildpacks/nodejs-npm-install/buildpack.toml | 2 +- buildpacks/nodejs-pnpm-install/CHANGELOG.md | 7 ++++-- buildpacks/nodejs-pnpm-install/buildpack.toml | 2 +- buildpacks/nodejs-yarn/CHANGELOG.md | 7 ++++-- buildpacks/nodejs-yarn/buildpack.toml | 2 +- buildpacks/npm/CHANGELOG.md | 7 ++++-- buildpacks/npm/buildpack.toml | 2 +- meta-buildpacks/nodejs-function/CHANGELOG.md | 9 +++++++- .../nodejs-function/buildpack.toml | 10 ++++----- meta-buildpacks/nodejs/CHANGELOG.md | 11 +++++++++- meta-buildpacks/nodejs/buildpack.toml | 22 +++++++++---------- 20 files changed, 81 insertions(+), 37 deletions(-) diff --git a/buildpacks/nodejs-corepack/CHANGELOG.md b/buildpacks/nodejs-corepack/CHANGELOG.md index 345fbda9..e571f88b 100644 --- a/buildpacks/nodejs-corepack/CHANGELOG.md +++ b/buildpacks/nodejs-corepack/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2023-10-24 + ### Added - Added support for using corepack to install npm. ([#685](https://github.com/heroku/buildpacks-nodejs/pull/685)) @@ -61,7 +63,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/v1.1.7...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 diff --git a/buildpacks/nodejs-corepack/buildpack.toml b/buildpacks/nodejs-corepack/buildpack.toml index 7d783639..272a6b08 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 = "1.1.7" +version = "2.0.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 21a81f97..12ea669e 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.0.0] - 2023-10-24 + ### Added - Added Node.js version 21.0.0. @@ -272,7 +274,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/v1.1.7...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 diff --git a/buildpacks/nodejs-engine/buildpack.toml b/buildpacks/nodejs-engine/buildpack.toml index 0bdde762..f0104237 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 = "1.1.7" +version = "2.0.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 7820e506..983c42ff 100644 --- a/buildpacks/nodejs-function-invoker/CHANGELOG.md +++ b/buildpacks/nodejs-function-invoker/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2023-10-24 + ### Changed - Updated buildpack display name, description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) @@ -191,7 +193,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/v1.1.7...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 diff --git a/buildpacks/nodejs-function-invoker/buildpack.toml b/buildpacks/nodejs-function-invoker/buildpack.toml index e48aa79f..33664ef2 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 = "1.1.7" +version = "2.0.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 bd379b70..ae6497b8 100644 --- a/buildpacks/nodejs-npm-engine/CHANGELOG.md +++ b/buildpacks/nodejs-npm-engine/CHANGELOG.md @@ -2,11 +2,16 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.0.0] - 2023-10-24 + ### Added - Initial release + +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v2.0.0 diff --git a/buildpacks/nodejs-npm-engine/buildpack.toml b/buildpacks/nodejs-npm-engine/buildpack.toml index dc23b7df..c3031bd8 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 = "1.1.7" +version = "2.0.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 bd379b70..ae6497b8 100644 --- a/buildpacks/nodejs-npm-install/CHANGELOG.md +++ b/buildpacks/nodejs-npm-install/CHANGELOG.md @@ -2,11 +2,16 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.0.0] - 2023-10-24 + ### Added - Initial release + +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v2.0.0 diff --git a/buildpacks/nodejs-npm-install/buildpack.toml b/buildpacks/nodejs-npm-install/buildpack.toml index ae7781a6..b87fb793 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 = "1.1.7" +version = "2.0.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 b6451edd..5a4f99f0 100644 --- a/buildpacks/nodejs-pnpm-install/CHANGELOG.md +++ b/buildpacks/nodejs-pnpm-install/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2023-10-24 + ### Changed - Updated buildpack description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) -### Removed +### Removed - Removed redundant explicitly named supported stacks. ([#693](https://github.com/heroku/buildpacks-nodejs/pull/693)) @@ -56,7 +58,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/v1.1.7...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 diff --git a/buildpacks/nodejs-pnpm-install/buildpack.toml b/buildpacks/nodejs-pnpm-install/buildpack.toml index d88e3aaa..03dd48e9 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 = "1.1.7" +version = "2.0.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 13abd8a5..c7047eeb 100644 --- a/buildpacks/nodejs-yarn/CHANGELOG.md +++ b/buildpacks/nodejs-yarn/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2023-10-24 + ### Changed - Updated buildpack description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) -### Removed +### Removed - Removed redundant explicitly named supported stacks. ([#693](https://github.com/heroku/buildpacks-nodejs/pull/693)) @@ -154,7 +156,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/v1.1.7...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 diff --git a/buildpacks/nodejs-yarn/buildpack.toml b/buildpacks/nodejs-yarn/buildpack.toml index afcb2ba8..5fc40b7f 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 = "1.1.7" +version = "2.0.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 d3540c54..bd50d36d 100644 --- a/buildpacks/npm/CHANGELOG.md +++ b/buildpacks/npm/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2023-10-24 + ### Changed - Updated buildpack display name, description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) -### Removed +### Removed - Removed redundant explicitly named supported stacks. ([#693](https://github.com/heroku/buildpacks-nodejs/pull/693)) @@ -147,7 +149,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/v1.1.7...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 diff --git a/buildpacks/npm/buildpack.toml b/buildpacks/npm/buildpack.toml index ebe6a160..87a6123e 100644 --- a/buildpacks/npm/buildpack.toml +++ b/buildpacks/npm/buildpack.toml @@ -2,7 +2,7 @@ api = "0.6" [buildpack] id = "heroku/nodejs-npm" -version = "1.1.7" +version = "2.0.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 1028312e..30fd66d5 100644 --- a/meta-buildpacks/nodejs-function/CHANGELOG.md +++ b/meta-buildpacks/nodejs-function/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2023-10-24 + ### Added - Added `heroku/nodejs-npm-engine` ([#686](https://github.com/heroku/buildpacks-nodejs/pull/686)) @@ -19,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated buildpack display name and description. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) +- Updated `heroku/nodejs-engine` to `2.0.0`. +- Updated `heroku/nodejs-function-invoker` to `2.0.0`. +- Updated `heroku/nodejs-npm-engine` to `2.0.0`. +- Updated `heroku/nodejs-npm-install` to `2.0.0`. ## [1.1.7] - 2023-10-17 @@ -302,7 +308,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/v1.1.7...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 diff --git a/meta-buildpacks/nodejs-function/buildpack.toml b/meta-buildpacks/nodejs-function/buildpack.toml index 858be9f4..d886bcba 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 = "1.1.7" +version = "2.0.0" name = "Salesforce Node.js Function" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Salesforce's buildpack for Node.js Functions." @@ -14,20 +14,20 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "1.1.7" +version = "2.0.0" [[order.group]] id = "heroku/nodejs-npm-engine" -version = "1.1.7" +version = "2.0.0" optional = true [[order.group]] id = "heroku/nodejs-npm-install" -version = "1.1.7" +version = "2.0.0" [[order.group]] id = "heroku/nodejs-function-invoker" -version = "1.1.7" +version = "2.0.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 500d23b9..de402612 100644 --- a/meta-buildpacks/nodejs/CHANGELOG.md +++ b/meta-buildpacks/nodejs/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2023-10-24 + ### Added - Added `heroku/nodejs-npm-engine` to the buildpack group for npm support ([#623](https://github.com/heroku/buildpacks-nodejs/pull/623)) @@ -16,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated buildpack display name, description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) +- Updated `heroku/nodejs-corepack` to `2.0.0`. +- Updated `heroku/nodejs-engine` to `2.0.0`. +- Updated `heroku/nodejs-npm-engine` to `2.0.0`. +- Updated `heroku/nodejs-npm-install` to `2.0.0`. +- Updated `heroku/nodejs-pnpm-install` to `2.0.0`. +- Updated `heroku/nodejs-yarn` to `2.0.0`. ### Removed @@ -280,7 +288,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/v1.1.7...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5 diff --git a/meta-buildpacks/nodejs/buildpack.toml b/meta-buildpacks/nodejs/buildpack.toml index 5f25a06a..dde44fa8 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 = "1.1.7" +version = "2.0.0" name = "Heroku Node.js" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's buildpack for Node.js applications." @@ -15,50 +15,50 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "1.1.7" +version = "2.0.0" [[order.group]] id = "heroku/nodejs-corepack" -version = "1.1.7" +version = "2.0.0" [[order.group]] id = "heroku/nodejs-pnpm-install" -version = "1.1.7" +version = "2.0.0" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "1.1.7" +version = "2.0.0" [[order.group]] id = "heroku/nodejs-corepack" -version = "1.1.7" +version = "2.0.0" optional = true [[order.group]] id = "heroku/nodejs-yarn" -version = "1.1.7" +version = "2.0.0" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "1.1.7" +version = "2.0.0" [[order.group]] id = "heroku/nodejs-corepack" -version = "1.1.7" +version = "2.0.0" optional = true [[order.group]] id = "heroku/nodejs-npm-engine" -version = "1.1.7" +version = "2.0.0" optional = true [[order.group]] id = "heroku/nodejs-npm-install" -version = "1.1.7" +version = "2.0.0" [metadata.release] image = { repository = "docker.io/heroku/buildpack-nodejs" }