20 Commits

Author SHA1 Message Date
Unbound Release 1fdbaeda63 chore(release): prepare for v0.0.28 2025-12-30 16:47:13 +00:00
Unbound Release 4d3375528b chore(release): prepare for v0.0.28 2025-12-30 16:47:11 +00:00
argoyle ea8352c91d Merge branch 'renovate/node-24.12.0' into 'main'
chore(deps): update node.js to 482f88d

See merge request unboundsoftware/pre-commit-node!100
2025-12-30 16:02:55 +01:00
Renovate de2dc3d0f1 chore(deps): update node.js to 482f88d 2025-12-30 04:58:00 +00:00
argoyle dc45645b7b Merge branch 'next-release' into 'main'
chore(release): prepare for v0.0.27

See merge request unboundsoftware/pre-commit-node!96
2025-12-12 08:51:19 +01:00
Unbound Release 8a315acab6 chore(release): prepare for v0.0.27 2025-12-12 08:51:18 +01:00
argoyle 71939ea72f Merge branch 'renovate/node-24.x' into 'main'
chore(deps): update node.js to v24.12.0

See merge request unboundsoftware/pre-commit-node!99
2025-12-12 08:41:54 +01:00
Renovate 9f51afb99e chore(deps): update node.js to v24.12.0 2025-12-11 19:57:31 +00:00
argoyle 34b92a7f02 Merge branch 'renovate/node-24.11.1' into 'main'
chore(deps): update node.js to aa57b08

See merge request unboundsoftware/pre-commit-node!97
2025-12-09 15:24:45 +01:00
Renovate 01b22dfaae chore(deps): update node.js to aa57b08 2025-12-09 15:17:41 +01:00
argoyle 52675f6503 Merge branch 'fix/ci-unset-buildkit-host' into 'main'
fix(ci): unset BUILDKIT_HOST in build stage script

See merge request unboundsoftware/pre-commit-node!98
2025-12-09 15:16:56 +01:00
argoyle b4d238849c fix(ci): unset BUILDKIT_HOST in build stage script
The build stage script now unsets the BUILDKIT_HOST 
environment variable to ensure a clean build process. This 
prevents potential conflicts related to Docker BuildKit 
during the build.
2025-12-09 15:12:42 +01:00
argoyle df4f769eab Merge branch 'renovate/node-24.11.1' into 'main'
chore(deps): update node.js to 11a2e11

See merge request unboundsoftware/pre-commit-node!95
2025-11-18 21:09:46 +01:00
Renovate 4c968bdcac chore(deps): update node.js to 11a2e11 2025-11-18 15:58:21 +00:00
argoyle 79d7ee66d5 Merge branch 'next-release' into 'main'
chore(release): prepare for v0.0.26

See merge request unboundsoftware/pre-commit-node!93
2025-11-13 09:20:16 +01:00
Unbound Release 60bc083167 chore(release): prepare for v0.0.26 2025-11-13 09:20:16 +01:00
argoyle c794c60172 Merge branch 'renovate/node-24.x' into 'main'
chore(deps): update node.js to v24.11.1

See merge request unboundsoftware/pre-commit-node!94
2025-11-13 08:59:13 +01:00
Renovate bd5fe5beda chore(deps): update node.js to v24.11.1 2025-11-12 20:09:06 +00:00
argoyle a9cb204412 Merge branch 'renovate/node-24.11.0' into 'main'
chore(deps): update node.js to 0601cd0

See merge request unboundsoftware/pre-commit-node!92
2025-11-04 13:39:21 +01:00
Renovate 75e7791d57 chore(deps): update node.js to 0601cd0 2025-11-04 11:58:08 +00:00
4 changed files with 28 additions and 2 deletions
+1
View File
@@ -14,5 +14,6 @@ build:
stage: build stage: build
script: script:
- unset BUILDTOOLS_CONTENT - unset BUILDTOOLS_CONTENT
- unset BUILDKIT_HOST
- build - build
- push - push
+1 -1
View File
@@ -1 +1 @@
{"version":"v0.0.25"} {"version":"v0.0.28"}
+25
View File
@@ -2,6 +2,31 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.0.28] - 2025-12-30
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to 482f88d
## [0.0.27] - 2025-12-12
### 🐛 Bug Fixes
- *(ci)* Unset BUILDKIT_HOST in build stage script
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to 11a2e11
- *(deps)* Update node.js to aa57b08
- *(deps)* Update node.js to v24.12.0
## [0.0.26] - 2025-11-13
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to 0601cd0
- *(deps)* Update node.js to v24.11.1
## [0.0.25] - 2025-10-29 ## [0.0.25] - 2025-10-29
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/node:24.11.0@sha256:219186a2b64e688cde733f723e199926a8ca7636ce6f506e9004f8cf8b336280 FROM amd64/node:24.12.0@sha256:482f88dfffd8fe3259bef89a27880a58fd60d63fb4e03e7777fb18c43d635fb8
ENV PATH=${PATH}:/root/.local/bin ENV PATH=${PATH}:/root/.local/bin