Skip to content

Commit

Permalink
Prepare release v1.1.6 (#658)
Browse files Browse the repository at this point in the history
## heroku/nodejs

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

## heroku/nodejs-corepack

- Add basic OpenTelemetry tracing. ([#652](#652))

## heroku/nodejs-engine

- No changes.

## heroku/nodejs-function

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

## heroku/nodejs-function-invoker

- No changes.

## heroku/nodejs-npm

- No changes.

## heroku/nodejs-pnpm-install

- No changes.

## heroku/nodejs-yarn

- No changes.

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Sep 25, 2023
1 parent 42ddc42 commit fa2dc15
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 27 deletions.
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]

## [1.1.6] - 2023-09-25

- Add basic OpenTelemetry tracing. ([#652](https://github.com/heroku/buildpacks-nodejs/pull/652))

## [1.1.5] - 2023-09-19
Expand Down Expand Up @@ -46,7 +48,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.5...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[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
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
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.5"
version = "1.1.6"
name = "Heroku Node.js Corepack"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["corepack", "node", "node.js", "nodejs", "javascript", "js"]
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/nodejs-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]

## [1.1.6] - 2023-09-25

- No changes.

## [1.1.5] - 2023-09-19

- Added Node.js version 20.7.0.
Expand Down Expand Up @@ -248,7 +252,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.5...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[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
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
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.5"
version = "1.1.6"
name = "Heroku Node.js Engine"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["node", "node.js", "nodejs", "javascript", "js"]
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/nodejs-function-invoker/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]

## [1.1.6] - 2023-09-25

- No changes.

## [1.1.5] - 2023-09-19

- No changes.
Expand Down Expand Up @@ -179,7 +183,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.5...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[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
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
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.5"
version = "1.1.6"
name = "Heroku Node.js Function Invoker"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["nodejs", "node", "node.js", "javascript", "js", "function"]
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]

## [1.1.6] - 2023-09-25

- No changes.

## [1.1.5] - 2023-09-19

- No changes.
Expand Down Expand Up @@ -40,7 +44,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.5...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[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
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
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.5"
version = "1.1.6"
name = "Heroku Node.js pnpm install"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["node", "node.js", "nodejs", "javascript", "js", "pnpm"]
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]

## [1.1.6] - 2023-09-25

- No changes.

## [1.1.5] - 2023-09-19

- Added Yarn version 4.0.0-rc.51.
Expand Down Expand Up @@ -136,7 +140,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.5...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[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
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
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.5"
version = "1.1.6"
name = "Heroku Node.js Yarn"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["node", "node.js", "nodejs", "javascript", "js", "yarn", "yarnpkg"]
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]

## [1.1.6] - 2023-09-25

- No changes.

## [1.1.5] - 2023-09-19

- No changes.
Expand Down Expand Up @@ -131,7 +135,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.5...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[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
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
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.5"
version = "1.1.6"
name = "NPM Buildpack"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["nodejs", "node", "npm"]
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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.6] - 2023-09-25

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

## [1.1.5] - 2023-09-19

- Updated `heroku/nodejs-engine` to `1.1.5`.
Expand Down Expand Up @@ -275,7 +281,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.5...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[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
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
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.9"

[buildpack]
id = "heroku/nodejs-function"
version = "1.1.5"
version = "1.1.6"
name = "Node.js Function"
homepage = "https://github.com/heroku/buildpacks-nodejs"

Expand All @@ -13,15 +13,15 @@ type = "MIT"

[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.5"
version = "1.1.6"

[[order.group]]
id = "heroku/nodejs-npm"
version = "1.1.5"
version = "1.1.6"

[[order.group]]
id = "heroku/nodejs-function-invoker"
version = "1.1.5"
version = "1.1.6"

[metadata]
[metadata.release]
Expand Down
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,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.6] - 2023-09-25

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

## [1.1.5] - 2023-09-19

- Updated `heroku/procfile` to `2.0.1`. ([#639](https://github.com/heroku/buildpacks-node/pull/639))
Expand Down Expand Up @@ -247,7 +255,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.5...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[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
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
Expand Down
18 changes: 9 additions & 9 deletions meta-buildpacks/nodejs/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"
version = "1.1.5"
version = "1.1.6"
name = "Node.js"
homepage = "https://github.com/heroku/buildpacks-nodejs"

Expand All @@ -13,15 +13,15 @@ type = "MIT"

[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.5"
version = "1.1.6"

[[order.group]]
id = "heroku/nodejs-corepack"
version = "1.1.5"
version = "1.1.6"

[[order.group]]
id = "heroku/nodejs-pnpm-install"
version = "1.1.5"
version = "1.1.6"

[[order.group]]
id = "heroku/procfile"
Expand All @@ -32,16 +32,16 @@ optional = true

[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.5"
version = "1.1.6"

[[order.group]]
id = "heroku/nodejs-corepack"
version = "1.1.5"
version = "1.1.6"
optional = true

[[order.group]]
id = "heroku/nodejs-yarn"
version = "1.1.5"
version = "1.1.6"

[[order.group]]
id = "heroku/procfile"
Expand All @@ -52,11 +52,11 @@ optional = true

[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.5"
version = "1.1.6"

[[order.group]]
id = "heroku/nodejs-npm"
version = "1.1.5"
version = "1.1.6"

[[order.group]]
id = "heroku/procfile"
Expand Down

0 comments on commit fa2dc15

Please sign in to comment.