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

Prepare release v2.0.0 #700

Merged
merged 2 commits into from
Oct 24, 2023
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
5 changes: 4 additions & 1 deletion buildpacks/nodejs-corepack/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]

## [2.0.0] - 2023-10-24

### Added

- Added support for using corepack to install npm. ([#685](https://github.com/heroku/buildpacks-nodejs/pull/685))
Expand Down Expand Up @@ -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
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.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."
Expand Down
5 changes: 4 additions & 1 deletion 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]

## [2.0.0] - 2023-10-24

### Added

- Added Node.js version 21.0.0.
Expand Down Expand Up @@ -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
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.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."
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]

## [2.0.0] - 2023-10-24

### Changed

- Updated buildpack display name, description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692))
Expand Down Expand Up @@ -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
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.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."
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/nodejs-npm-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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."
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 @@ -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
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.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."
Expand Down
7 changes: 5 additions & 2 deletions buildpacks/nodejs-pnpm-install/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down Expand Up @@ -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
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.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."
Expand Down
7 changes: 5 additions & 2 deletions buildpacks/nodejs-yarn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down Expand Up @@ -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
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.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."
Expand Down
7 changes: 5 additions & 2 deletions buildpacks/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down Expand Up @@ -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
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.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."
Expand Down
9 changes: 8 additions & 1 deletion meta-buildpacks/nodejs-function/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]

## [2.0.0] - 2023-10-24

### Added

- Added `heroku/nodejs-npm-engine` ([#686](https://github.com/heroku/buildpacks-nodejs/pull/686))
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 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.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."
Expand All @@ -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" }
11 changes: 10 additions & 1 deletion meta-buildpacks/nodejs/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]

## [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))
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading