File tree 22 files changed +104
-39
lines changed
22 files changed +104
-39
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
10
12
### Changed
11
13
12
14
- Use tracing features provided by ` libcnb.rs ` ([ #954 ] ( https://github.com/heroku/buildpacks-nodejs/pull/954 ) )
@@ -238,7 +240,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238
240
239
241
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
240
242
241
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
243
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
244
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
242
245
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
243
246
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
244
247
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-corepack"
5
- version = " 3.3.0 "
5
+ version = " 3.3.1 "
6
6
name = " Heroku Node.js Corepack"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.0] - 2024-10-31
11
15
12
16
### Changed
@@ -697,7 +701,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
697
701
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
698
702
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
699
703
700
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
704
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
705
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
701
706
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
702
707
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
703
708
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-engine"
5
- version = " 3.3.0 "
5
+ version = " 3.3.1 "
6
6
name = " Heroku Node.js Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.0] - 2024-10-31
11
15
12
16
- No changes.
@@ -364,7 +368,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
364
368
### Added
365
369
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
366
370
367
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
371
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
372
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
368
373
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
369
374
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
370
375
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-function-invoker"
5
- version = " 3.3.0 "
5
+ version = " 3.3.1 "
6
6
name = " Salesforce Node.js Function Invoker"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.0] - 2024-10-31
11
15
12
16
- No changes.
@@ -193,7 +197,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
193
197
194
198
- Initial release
195
199
196
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
200
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
201
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
197
202
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
198
203
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
199
204
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm-engine"
5
- version = " 3.3.0 "
5
+ version = " 3.3.1 "
6
6
name = " Heroku Node.js npm Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.0] - 2024-10-31
11
15
12
16
- No changes.
@@ -189,7 +193,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
189
193
190
194
- Initial release
191
195
192
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
196
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
197
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
193
198
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
194
199
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
195
200
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm-install"
5
- version = " 3.3.0 "
5
+ version = " 3.3.1 "
6
6
name = " Heroku Node.js npm Install"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.0] - 2024-10-31
11
15
12
16
- No changes.
@@ -152,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
152
156
153
157
- Initial release
154
158
155
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
159
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
160
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
156
161
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
157
162
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
158
163
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-pnpm-engine"
5
- version = " 3.3.0 "
5
+ version = " 3.3.1 "
6
6
name = " Heroku Node.js pnpm Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.0] - 2024-10-31
11
15
12
16
- No changes.
@@ -241,7 +245,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
241
245
242
246
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
243
247
244
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
248
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
249
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
245
250
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
246
251
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
247
252
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-pnpm-install"
5
- version = " 3.3.0 "
5
+ version = " 3.3.1 "
6
6
name = " Heroku Node.js pnpm install"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.0] - 2024-10-31
11
15
12
16
- No changes.
@@ -350,7 +354,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
350
354
### Added
351
355
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
352
356
353
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
357
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
358
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
354
359
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
355
360
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
356
361
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-yarn"
5
- version = " 3.3.0 "
5
+ version = " 3.3.1 "
6
6
name = " Heroku Node.js Yarn"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.0] - 2024-10-31
11
15
12
16
- No changes.
@@ -315,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
315
319
### Fixed
316
320
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
317
321
318
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
322
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
323
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
319
324
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
320
325
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
321
326
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.7"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm"
5
- version = " 3.3.0 "
5
+ version = " 3.3.1 "
6
6
name = " Heroku Node.js npm (DEPRECATED)"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " [DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks."
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.3.1 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.3.1 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.3.1 ` .
17
+
10
18
## [ 3.3.0] - 2024-10-31
11
19
12
20
### Changed
@@ -641,7 +649,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
641
649
### Changed
642
650
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
643
651
644
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
652
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
653
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
645
654
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
646
655
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
647
656
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-function"
5
- version = " 3.3.0 "
5
+ version = " 3.3.1 "
6
6
name = " Salesforce Node.js Function"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Salesforce's buildpack for Node.js Functions."
@@ -14,15 +14,15 @@ type = "MIT"
14
14
15
15
[[order .group ]]
16
16
id = " heroku/nodejs-engine"
17
- version = " 3.3.0 "
17
+ version = " 3.3.1 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.3.0 "
21
+ version = " 3.3.1 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.3.0 "
25
+ version = " 3.3.1 "
26
26
27
27
[metadata .release ]
28
28
image = { repository = " docker.io/heroku/buildpack-nodejs-function" }
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.1] - 2024-11-06
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.3.1 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.3.1 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.3.1 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.3.1 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.3.1 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.3.1 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.3.1 ` .
21
+
10
22
## [ 3.3.0] - 2024-10-31
11
23
12
24
### Changed
@@ -789,7 +801,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
789
801
### Changed
790
802
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
791
803
792
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
804
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
805
+ [ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
793
806
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
794
807
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
795
808
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
You can’t perform that action at this time.
0 commit comments