Compare commits
72 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79d7ee66d5 | |||
| 60bc083167 | |||
| c794c60172 | |||
| bd5fe5beda | |||
| a9cb204412 | |||
| 75e7791d57 | |||
| c37b6b05f4 | |||
| 29aa86b212 | |||
| 54d726a309 | |||
| df2ba2025c | |||
| 69c1169ad0 | |||
| 789c2e8779 | |||
| aed9a3bb79 | |||
| 7743b70a93 | |||
| b6afccc336 | |||
| 62b2ee2698 | |||
| 07cc404a24 | |||
| 343a03bed4 | |||
| c220959b9d | |||
| aa7cbe63a1 | |||
| 45958fb2d9 | |||
| adc1ba6673 | |||
| 499641c466 | |||
| 0c381a9e8b | |||
| c7ec97288b | |||
| e715a377cd | |||
| ad17b7acd0 | |||
| 6187a1cf83 | |||
| 7234388c34 | |||
| f86a923159 | |||
| 6facbef659 | |||
| ab293c439b | |||
| 990404b591 | |||
| d8f6943b8d | |||
| 64d514cd58 | |||
| fa68f5c440 | |||
| a313d5d917 | |||
|
1555b76673
|
|||
| 9e0f65f747 | |||
| 31ddaf91bc | |||
| a9f6278725 | |||
| 2d7406d122 | |||
| 9353c85cfa | |||
| 3471a62e9e | |||
| 1342deafce | |||
| c891cfca5c | |||
| ddbeecbe5e | |||
| bd82148795 | |||
| 2ad1d1921c | |||
|
0236562cab
|
|||
| 892aff02b1 | |||
| 1726082fef | |||
| a1c6c930ae | |||
| 497e895ef6 | |||
| 5d4670cdc7 | |||
| 2dcf29b955 | |||
| 14d8f744ac | |||
| f57c696627 | |||
| 4841e29680 | |||
| eb1ed8b5f4 | |||
| fd2b426e6a | |||
| 8724d9ebdd | |||
| 1bc8c99013 | |||
| 1a3a0ca7cf | |||
| e1426020e0 | |||
| 9afb2ddb63 | |||
| 67a0ec7508 | |||
|
128a6f2a6c
|
|||
| 6fc12fac2f | |||
| 98e917a2fa | |||
| ce49c475dd | |||
| e20e89e0b2 |
+2
-5
@@ -1,20 +1,17 @@
|
|||||||
include:
|
include:
|
||||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||||
|
- project: unboundsoftware/ci-templates
|
||||||
|
file: Defaults.gitlab-ci.yml
|
||||||
- project: unboundsoftware/ci-templates
|
- project: unboundsoftware/ci-templates
|
||||||
file: Release.gitlab-ci.yml
|
file: Release.gitlab-ci.yml
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
variables:
|
|
||||||
DOCKER_HOST: tcp://docker:2375/
|
|
||||||
|
|
||||||
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
services:
|
|
||||||
- docker:${DOCKER_DIND_VERSION}
|
|
||||||
script:
|
script:
|
||||||
- unset BUILDTOOLS_CONTENT
|
- unset BUILDTOOLS_CONTENT
|
||||||
- build
|
- build
|
||||||
|
|||||||
+122
@@ -2,6 +2,128 @@
|
|||||||
|
|
||||||
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.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
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to v24.11.0
|
||||||
|
|
||||||
|
## [0.0.24] - 2025-10-28
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to v24
|
||||||
|
|
||||||
|
## [0.0.23] - 2025-10-22
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 4b5601e
|
||||||
|
- *(deps)* Update node.js to 1260a4a
|
||||||
|
- *(deps)* Update node.js to v22.21.0
|
||||||
|
|
||||||
|
## [0.0.22] - 2025-09-25
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 2e68a73
|
||||||
|
- *(deps)* Update node.js to v22.20.0
|
||||||
|
|
||||||
|
## [0.0.21] - 2025-08-29
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to da46023
|
||||||
|
- *(deps)* Update node.js to v22.19.0
|
||||||
|
|
||||||
|
## [0.0.20] - 2025-08-04
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 40c53e3
|
||||||
|
- *(deps)* Update node.js to v22.17.1
|
||||||
|
- *(deps)* Update node.js to f17eb88
|
||||||
|
- *(deps)* Update node.js to v22.18.0
|
||||||
|
|
||||||
|
## [0.0.19] - 2025-06-25
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 8d23574
|
||||||
|
- *(ci)* Update CI configuration for project templates
|
||||||
|
- *(deps)* Update node.js to v22.17.0
|
||||||
|
|
||||||
|
## [0.0.18] - 2025-05-22
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to v22.16.0
|
||||||
|
|
||||||
|
## [0.0.17] - 2025-05-15
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to ab3dc40
|
||||||
|
- *(deps)* Update node.js to v22.15.1
|
||||||
|
|
||||||
|
## [0.0.16] - 2025-04-23
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 4c7ba01
|
||||||
|
- *(deps)* Update node.js to v22.15.0
|
||||||
|
|
||||||
|
## [0.0.15] - 2025-04-04
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- *(docker)* Update base image to amd64 version
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to debe7ff
|
||||||
|
- *(deps)* Update node.js to 469d57f
|
||||||
|
- *(deps)* Update node.js to 3962f5a
|
||||||
|
- *(deps)* Update node.js to 5145c88
|
||||||
|
- *(deps)* Update node.js to v22.14.0
|
||||||
|
- *(deps)* Update node.js to cfef443
|
||||||
|
- *(deps)* Update node.js to a279671
|
||||||
|
- *(deps)* Update node.js to 2094ac6
|
||||||
|
- *(deps)* Update node.js to fab5fee
|
||||||
|
|
||||||
|
## [0.0.14] - 2025-01-23
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 4f7fb7f
|
||||||
|
- *(deps)* Update node.js to d77c645
|
||||||
|
- *(deps)* Update node.js to fa54405
|
||||||
|
- *(deps)* Update node.js to v22.13.1
|
||||||
|
|
||||||
|
## [0.0.13] - 2025-01-10
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to v22.13.0
|
||||||
|
|
||||||
|
## [0.0.12] - 2024-12-28
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to cb24453
|
||||||
|
- *(deps)* Update node.js to fd453a2
|
||||||
|
- *(deps)* Update node.js to v22.12.0
|
||||||
|
- *(deps)* Update node.js to 35a5dd7
|
||||||
|
- Remove unnecessary docker services and variables
|
||||||
|
- *(deps)* Update node.js to 0e910f4
|
||||||
|
|
||||||
## [0.0.11] - 2024-11-14
|
## [0.0.11] - 2024-11-14
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
|
FROM amd64/node:24.11.1@sha256:9d22455c8577f64e168e8ed8da05e6a7116aba80dd7a8925924240518c5755d1
|
||||||
|
|
||||||
ENV PATH=${PATH}:/root/.local/bin
|
ENV PATH=${PATH}:/root/.local/bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user