Commit 9143c26
authored
Merge the "release/v2.1.4+node25.8.2" branch into the "maintenance/v2+node25" branch
This merge promotes `release/v2.1.4+node25.8.2` into `maintenance/v2+node25`, marking the next patch release on the Node.js 25 maintenance line. It consolidates one deployment workflow fix in `.github/workflows/deployment.yml` that disables implicit `latest` and `debug` tag generation in all `docker/metadata-action@v5` invocations used by the release and promotion flow.
In `Docker meta (version tags + labels)`, `Normalize tag (match tag)`, and `Normalize promote name (floating tag)`, the workflow now adds a `flavor:` block with `latest=false` and `debug=false`. This prevents `docker/metadata-action@v5` from generating implicit extra tags while preserving the existing explicit `type=ref,event=tag` and `type=raw,value=...` tag definitions.
This keeps deployment tag generation constrained to the configured release tag and manual promotion inputs. No migration steps are required beyond updating to `v2.1.4+node25.8.2` on the `maintenance/v2+node25` line.1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
182 | 188 | | |
183 | 189 | | |
184 | 190 | | |
| |||
205 | 211 | | |
206 | 212 | | |
207 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
208 | 217 | | |
209 | 218 | | |
210 | 219 | | |
| |||
0 commit comments