14 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
4 changed files with 21 additions and 2 deletions
+1
View File
@@ -14,5 +14,6 @@ build:
stage: build
script:
- unset BUILDTOOLS_CONTENT
- unset BUILDKIT_HOST
- build
- push
+1 -1
View File
@@ -1 +1 @@
{"version":"v0.0.26"}
{"version":"v0.0.28"}
+18
View File
@@ -2,6 +2,24 @@
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
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/node:24.11.1@sha256:9d22455c8577f64e168e8ed8da05e6a7116aba80dd7a8925924240518c5755d1
FROM amd64/node:24.12.0@sha256:482f88dfffd8fe3259bef89a27880a58fd60d63fb4e03e7777fb18c43d635fb8
ENV PATH=${PATH}:/root/.local/bin