Skip to content

Releases: balena-io-modules/open-balena-base

v19.0.1

14 Aug 15:26
1dfcec9

Choose a tag to compare

1271f7a (Add missing dependencies to no-systemd variant, 2025-08-11)

v19.0.0

13 Aug 12:50
cdca1e2

Choose a tag to compare

7a6c89f (Update to nodejs 24.x, 2025-07-03)

v18.0.41

31 Jul 23:10
5ccbfd9

Choose a tag to compare

Update Node.js to v22.18.0

Notable changes

Read more

v18.0.40

30 Jul 21:05
b97fdb4

Choose a tag to compare

Update dependency npm to v11.5.2

Notable changes

npm/cli (npm)

v11.5.2

Compare Source

Bug Fixes
Documentation

List of commits

60b6f9f (Update dependency npm to v11.5.2, 2025-07-30)

v18.0.39

29 Jul 14:23
9f1e8dc

Choose a tag to compare

931f46c (patch: Remove obsolete/deprecated hosts, 2025-07-28)

v18.0.38

24 Jul 19:09
953668d

Choose a tag to compare

Update dependency npm to v11.5.1

Notable changes

npm/cli (npm)

v11.5.1

Compare Source

Bug Fixes

List of commits

c1b130b (Update dependency npm to v11.5.1, 2025-07-24)

v18.0.37

24 Jul 18:07
7c661b1

Choose a tag to compare

Update dependency npm to v11.5.0

Notable changes

npm/cli (npm)

v11.5.0

Compare Source

Features
Bug Fixes
Documentation
Read more

v18.0.36

15 Jul 23:04
c00dfb6

Choose a tag to compare

Update Node.js to v22.17.1

Notable changes

nodejs/node (node)

v22.17.1: 2025-07-15, Version 22.17.1 'Jod' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path Traversal Protection in path.normalize()
Commits

List of commits

a5d9cfc (Update Node.js to v22.17.1, 2025-07-15)

v18.0.35

25 Jun 01:31
691986a

Choose a tag to compare

Update Node.js to v22.17.0

Notable changes

  • dirent.parentPath
  • filehandle.readableWebStream()
  • fs.glob()
  • fs.openAsBlob()
  • node:readline/promises
  • port.hasRef()
  • readable.compose()
  • readable.iterator()
  • readable.readableAborted
  • readable.readableDidRead
  • Duplex.fromWeb()
  • Duplex.toWeb()
  • Readable.fromWeb()
  • Readable.isDisturbed()
  • Readable.toWeb()
  • stream.isErrored()
  • stream.isReadable()
  • URL.createObjectURL()
  • URL.revokeObjectURL()
  • v8.setHeapSnapshotNearHeapLimit()
  • Writable.fromWeb()
  • Writable.toWeb()
  • writable.writableAborted
  • Startup Snapshot API
  • ERR_INPUT_TYPE_NOT_ALLOWED
  • ERR_UNKNOWN_FILE_EXTENSION
  • ERR_UNKNOWN_MODULE_FORMAT
  • ERR_USE_AFTER_CLOSE
  • [0105c13556] - doc: add Filip Skokan to TSC (Rafael Gonzaga) #​58499
  • [3b857735ef] - doc: add JonasBa to collaborators (Jonas Badalic) #​58355
  • [fdf7612735] - doc: add puskin to collaborators (Giovanni Bucci) #​58308
  • [ffe7e1ace0] - (SEMVER-MINOR) assert: mark partialDeepStrictEqual() as stable (Ruben Bridgewater) #​57370
  • [269931f289] - async_hooks: ensure AsyncLocalStore instances work isolated (Gerhard Stöbich) #​58149
  • [9e0746a4ff] - benchmark: fix broken fs.cpSync benchmark (Dario Piotrowicz) #​58472
  • [dee8cb5bcb] - benchmark: add more options to cp-sync (Sonny) #​58278
  • [e840fd5b85] - benchmark: fix typo in method name for error-stack (Miguel Marcondes Filho) #​58128
  • [b9a16e97e0] - buffer: give names to Buffer.prototype.*Write() functions (Livia Medeiros) #​58258
  • [d56a5e40af] - buffer: use constexpr where possible (Yagiz Nizipli) #​58141
  • [215587feca] - build: add support for OpenHarmony operating system (hqzing) #​58350
  • [9bcef6821c] - build: fix uvwasi pkgname (Antoine du Hamel) #​58270
  • [7c3883c2ae] - build: search for libnode.so in multiple places (Jan Staněk) #​58213
  • [3f954accb3] - build: fix pointer compression builds (Joyee Cheung) #​58171
  • [04c8f59f84] - build: use FILE_OFFSET_BITS=64 esp. on 32-bit arch (RafaelGSS) #​58090
  • [8c2cf3a372] - build: use //third_party/simdutf by default in GN (Shelley Vohr) #​58115
  • [cff8006792] - child_process: give names to ChildProcess functions (Livia Medeiros) #​58370
  • [6816d779b6] - child_process: give names to promisified exec() and execFile() (LiviaMedeiros) #​57916
  • [5572cecca4] - crypto: expose crypto.constants.OPENSSL_IS_BORINGSSL (Shelley Vohr) #​58387
  • [d6aa02889c] - deps: use proper C standard when building libuv (Yaksh Bariya) #​58587
  • [375a6413d5] - deps: update simdjson to 3.12.3 (Node.js GitHub Bot) #​57682
  • [e0cd138e52] - deps: update googletest to e9092b1 (Node.js GitHub Bot) #​58565
  • [31e592631f] - deps: update corepack to 0.33.0 (Node.js GitHub Bot) #​58566
  • [386c24260b] - deps: update sqlite to 3.50.0 (Node.js GitHub Bot) #​58272
  • [f84998d40b] - deps: update OpenSSL gen container to Ubuntu 22.04 (Michaël Zasso) #​58432
  • [d49fd29859] - deps: update llhttp to 9.3.0 (Fedor Indutny) #​58144
  • [e397980a1a] - deps: update libuv to 1.51.0 (Node.js GitHub Bot) #​58124
  • [a28c33645c] - dns: fix dns query cache implementation (Ethan Arrowood) #​58404
  • [6939b0c624] - doc: fix the order of process.md sections (Allon Murienik) #​58403
  • [1ca253c363] - doc: add support link for panva (Filip Skokan) #​58591
  • [8319edbcf6] - doc: update metadata for _transformState deprecation (James M Snell) #​58530
  • [697d258136] - doc: deprecate passing an empty string to options.shell (Antoine du Hamel) #​58564
  • [132fc804e8] - doc: correct formatting of example definitions for --test-shard (Jacob Smith) #​58571
  • [7d0df646f6] - doc: clarify DEP0194 scope (Antoine du Hamel) #​58504
  • [1e6d7da0ce] - doc: deprecate HTTP/2 priority signaling (Matteo Collina) #​58313
  • [5a917bc1d0] - doc: explain child_process code and signal null values everywhere (Darshan Sen) #​58479
  • [2bdc87cd64] - doc: update git node release example (Antoine du Hamel) #​58475
  • [28f9b43186] - doc: add missing options.info for ZstdOptions (Jimmy Leung) #​58360
  • [e19496dfc1] - doc: add missing options.info for BrotliOptions (Jimmy Leung) #​58359
  • [7f905863db] - doc: clarify x509.checkIssued only checks metadata (Filip Skokan) #​58457
  • [5cc97df637] - doc: add links to parent class for node:zlib classes (Antoine du Hamel) #​58433
  • [36e0d5539b] - doc: remove remaining uses of @@​wellknown syntax (René) #​58413
  • [2f36f8e863] - doc: clarify behavior of --watch-path and --watch flags (Juan Ignacio ...
Read more

v18.0.34

12 Jun 16:02
c761abc

Choose a tag to compare

Update dependency npm to v11.4.2

Notable changes

npm/cli (npm)

v11.4.2

Compare Source

Bug Fixes
Documentation
Dependencies
Chores

List of commits

8eb4350 (Update dependency npm to v11.4.2, 2025-06-12)