Compare commits
33 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 |
@@ -1,5 +1,7 @@
|
||||
include:
|
||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||
- project: unboundsoftware/ci-templates
|
||||
file: Defaults.gitlab-ci.yml
|
||||
- project: unboundsoftware/ci-templates
|
||||
file: Release.gitlab-ci.yml
|
||||
|
||||
|
||||
+60
-1
@@ -2,7 +2,66 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.0.15] - 2025-03-18
|
||||
## [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
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/node:22.14.0@sha256:fab5feecdaa5b3dd169ebce16b46938412b1c3b4def5dca0a92ad5bd55b12b68
|
||||
FROM amd64/node:22.21.0@sha256:2049ba522cb154426259330277d298da7bb85960eca1c886832e0265d457c0bb
|
||||
|
||||
ENV PATH=${PATH}:/root/.local/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user