Commit Graph

1780 Commits

Author SHA1 Message Date
Simen Bekkhus 6256caf2c5 chore: update to 17.6.0 2022-02-23 08:24:24 +01:00
Nick Schonning 68fc432af9
Merge pull request #1643 from nodejs/dependabot/github_actions/actions/github-script-6
chore(deps): bump actions/github-script from 5 to 6
2022-02-14 02:05:42 -05:00
dependabot[bot] 65ce9f8f4a
chore(deps): bump actions/github-script from 5 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 07:03:14 +00:00
Nick Schonning f06c67844c
Merge pull request #1642 from SimenB/17.5.0
chore: update to 17.5.0
2022-02-10 17:49:39 -05:00
Simen Bekkhus 5647d2766e chore: update to 17.5.0 2022-02-10 23:32:26 +01:00
Nick Schonning 1bd8401d3c
Merge pull request #1639 from SimenB/16-14
chore: update to v16.14.0
2022-02-08 22:48:22 -05:00
Simen Bekkhus 50c2806d4a chore: update to v16.14.0 2022-02-09 01:19:08 +01:00
Simen Bekkhus b08e93a95c
Merge pull request #1637 from PeterDaveHello/update-node.js 2022-02-03 14:22:55 +01:00
Simen Bekkhus 27a0cf0912
Merge pull request #1638 from PeterDaveHello/fix-update.sh 2022-02-03 14:22:36 +01:00
Peter Dave Hello 01182bc019 Use `-V` instead of `-n` to sort in update.sh, fix #1636
Fix the problem that `update.sh` didn't pick up the latest version of
node.js v12: v12.22.10.

We should use `sort -V` instead of `sort -n` here. The order is a little
bit different:

| Result from `sort -V` | Result from `sort -n` |
| ---- | ---- |
| 0.0 | 0.0 |
| 1.0 | 1.0 |
| 2.0 | 2.0 |
| 3.0 | 3.0 |
| 3.1 | 3.1 |
| 4.0 | 4.0 |
| 5.0 | 5.0 |
| 6.0 | 6.0 |
| 7.0 | 7.0 |
| 8.0 | 8.0 |
| 8.1 | 8.1 |
| 9.0 | 9.0 |
| 9.1 | 9.1 |
| 10.0 | 10.0 |
| 11.0 | 11.0 |
| 11.1 | 11.1 |
| 12.0 | 12.0 |
| 13.0 | 13.0 |
| 13.1 | 13.1 |
| 14.0 | 14.0 |
| 14.1 | 14.1 |
| 15.0 | 15.0 |
| 16.0 | 16.0 |
| 16.1 | 16.1 |
| 16.2 | 16.2 |
| 16.3 | 16.3 |
| 17.0 | 17.0 |
| 18.0 | 18.0 |
| 18.1 | 18.1 |
| 18.2 | 18.2 |
| 18.3 | 18.3 |
| 18.4 | 18.4 |
| 19.0 | 19.0 |
| 19.1 | 19.1 |
| 20.0 | 20.0 |
| 20.1 | 20.1 |
| 20.2 | 20.2 |
| 21.0 | 21.0 |
| 22.0 | 22.0 |
| 22.1 | 22.1 |
| **22.10** | **22.2** |
| 22.2 | 22.3 |
| 22.3 | 22.4 |
| 22.4 | 22.5 |
| 22.5 | 22.6 |
| 22.6 | 22.7 |
| 22.7 | 22.8 |
| 22.8 | 22.9 |
| **22.9** | **22.10** |
2022-02-03 19:58:39 +08:00
Peter Dave Hello 40ac15da37 Update node.js v12 from v12.22.9 to v12.22.10
Reference:

- https://nodejs.org/en/blog/release/v12.22.10/
- https://github.com/nodejs/node/releases/tag/v12.22.10
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.22.10
2022-02-03 19:48:06 +08:00
Simen Bekkhus e1f0e9045c
Merge pull request #1635 from PeterDaveHello/update-node.js 2022-02-01 16:44:05 +01:00
Peter Dave Hello b36041b26d Update node.js v14 from 14.18.3 to 14.19.0 with Yarn v1.22.17
- https://nodejs.org/en/blog/release/v14.19.0/
- https://github.com/nodejs/node/releases/tag/v14.19.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.19.0
2022-02-01 23:34:02 +08:00
Nick Schonning c357b987ae
Merge pull request #1634 from PeterDaveHello/improve-update-script
Clean up temp Dockerfile in update.sh before fatal exit
2022-02-01 09:44:50 -05:00
Peter Dave Hello f62de3fcb1 Clean up temp Dockerfile in update.sh before fatal exit 2022-02-01 21:56:47 +08:00
Simen Bekkhus fd6cc93f67
Merge pull request #1631 from nschonni/17.4.0
feat: Node.js 17.4.0
2022-01-19 07:13:39 +01:00
Nick Schonning 5cafbd5b04
feat: Node.js 17.4.0 2022-01-18 20:12:53 -05:00
Nick Schonning 80bd140681
Merge pull request #1629 from SimenB/secutiry-update
chore: update with security releases
2022-01-11 08:29:55 -05:00
Simen Bekkhus 85ca389386 chore: update with security releases 2022-01-11 10:22:45 +01:00
Nick Schonning 1a79d58b7f
Merge pull request #1628 from jmealo/docs/best-pratices
docs: Update BestPractices.md: Clarify why running as root is bad mmmmkay
2022-01-08 18:09:34 -05:00
Nick Schonning cb93068bf7
Merge pull request #1567 from nodejs/dependabot/github_actions/actions/github-script-5
chore(deps): bump actions/github-script from 4.1 to 5
2022-01-08 15:18:32 -05:00
Jeff Mealo 1c1c0001a7
Update BestPractices.md
Link to PoLP to clarify why root should be avoided in a container
2022-01-06 14:59:22 -05:00
Nick Schonning 5cb81fe306
Merge pull request #1615 from xmikus01/added-alpine3.15
Added Alpine 3.15
2022-01-03 11:52:55 -05:00
Nick Schonning 87ea969e81
Merge pull request #1626 from nodejs/dependabot/github_actions/actions/setup-node-2.5.1
chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1
2021-12-29 10:17:18 -05:00
Nick Schonning 2fb063031e
ci: unpin setup-node to v2 2021-12-29 10:15:34 -05:00
dependabot[bot] 3bc55c2f43
chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 07:03:44 +00:00
Petr Mikusek 3760675a3f Added Alpine 3.15
- removed Alpine 3.12 and 3.13 to keep only two Alpine variants
2021-12-27 00:42:41 +01:00
Simen Bekkhus bf3efd424a
Merge pull request #1623 from nschonni/17.3.0 2021-12-18 07:45:17 +01:00
Nick Schonning 39dc17f7f2
feat: NodeJS 17.3.0 2021-12-17 21:28:03 -05:00
Simen Bekkhus 5debb951f3
Merge pull request #1622 from nschonni/12.22.8 2021-12-18 00:48:17 +01:00
Nick Schonning 6e8999e5e1
feat: NodeJS 12.22.8 2021-12-17 18:42:35 -05:00
Simen Bekkhus b515bc8c80
Merge pull request #1614 from nschonni/16.13.1 2021-12-01 21:00:33 +01:00
Nick Schonning 6f740b0ca7
feat: NodeJS 16.13.1 2021-12-01 14:53:39 -05:00
Simen Bekkhus 159fdab47f
Merge pull request #1613 from nschonni/14.18.2-17.2.0 2021-12-01 08:05:32 +01:00
Nick Schonning b695e030ea
feat: NodeJS 14.18.2 and 17.2.0 2021-11-30 20:51:13 -05:00
Simen Bekkhus ce986ad193
Merge pull request #1611 from nodejs/dependabot/github_actions/actions/setup-node-2.5.0 2021-11-30 08:46:49 +01:00
dependabot[bot] edfc12cfac
chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-30 07:04:12 +00:00
Simen Bekkhus d3099a50a0
Merge pull request #1607 from nschonni/17.1.0 2021-11-10 07:14:47 +01:00
Nick Schonning ef329f2c98
feat: NodeJS 17.1.0 2021-11-09 18:15:12 -05:00
Simen Bekkhus 679bd8f910
Merge pull request #1606 from nodejs/nschonni-patch-1 2021-11-08 07:59:01 +01:00
Nick Schonning 8a750d61c4
docs: Update instructions for python 3 2021-11-07 20:12:38 -05:00
Nick Schonning 8fc91b3841
Merge pull request #1596 from nschonni/alpine-3.11-eol
fix: Drop Apline 3.11 for EOL
2021-11-04 21:47:11 -04:00
Nick Schonning 3249d350bd
fix: Drop Apline 3.11 for EOL 2021-11-03 21:20:43 -04:00
Simen Bekkhus 6826d2661e
Merge pull request #1595 from nschonni/iscurrent-isnan
fix: Empty data parsing for odd number branch
2021-10-27 18:24:37 +02:00
Nick Schonning 57f92eddb5
fix: Empty data parsing for odd number branch
Because the cutover to 17 being "current" happens, but the line doesn't have an LTS date, the tags wernt changing
2021-10-27 12:16:49 -04:00
Simen Bekkhus c2444b078d
Merge pull request #1593 from nschonni/stackbrew-date-parsing 2021-10-27 07:32:07 +02:00
Nick Schonning 7f75648796
fix: NodeJS date parsing from string
Use an explicit timezone to work around an "off by one" issue with date parsing
2021-10-26 17:06:01 -04:00
Simen Bekkhus 312c49a27e
Merge pull request #1591 from nschonni/16.13.0
16.13.0 and new Gallium LTS codename
2021-10-26 21:34:56 +02:00
Nick Schonning d146f71011
feat: Node 16.13.0 Gallium 2021-10-26 15:20:36 -04:00
Simen Bekkhus cbbf60da58
Merge pull request #1579 from MasonM/fix-permission-denied 2021-10-22 08:46:21 +02:00