Commit 6da258d
authored
Merge the "release/v1.3.0+node24.15.0" branch into the "maintenance/v1+node24" branch
This merge promotes `release/v1.3.0+node24.15.0` into `maintenance/v1+node24`, marking the next minor release on the Node.js 24 maintenance line. It consolidates the Node.js base image bump from `24.14.1` to `24.15.0` and documentation updates aligning `README.md` and `CONTRIBUTING.md` with the new maintenance release state.
In `Dockerfile`, the builder stage base image is updated from `node:24.14.1-alpine3.23` to `node:24.15.0-alpine3.23`, bumping the bundled Node.js runtime from `24.14.1` to `24.15.0`. In `CONTRIBUTING.md`, the Node.js Version Bumps example is updated from `node:24.14.1-alpine3.23` to `node:24.15.0-alpine3.23`. In `README.md`, the Versioning and Tags example is updated from `v1.2.6+node24.14.1` to `v1.3.0+node24.15.0`, and the `docker/metadata-action` normalization note is updated from `v1.2.6+node24.14.1` → `v1.2.6-node24.14.1` to `v1.3.0+node24.15.0` → `v1.3.0-node24.15.0`.
No migration steps are required beyond updating to `v1.3.0+node24.15.0` on the `maintenance/v1+node24` line.3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
0 commit comments