Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fb3c8f974 | |||
| 466ac85f9a | |||
| 4d7f26f702 | |||
|
2fc1098166
|
|||
| ffd8efd970 | |||
| 92cec80d05 | |||
| 3813146f43 | |||
| 18c6d47295 |
@@ -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
|
||||
|
||||
|
||||
+20
-1
@@ -2,7 +2,26 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.2.7] - 2025-05-06
|
||||
## [0.3.0] - 2025-07-09
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- *(ci)* Add defaults CI template to improve pipeline setup
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update golang:1.24.4 docker digest to 3494bbe
|
||||
- *(deps)* Update golang:1.24.4 docker digest to 9f820b6
|
||||
- *(deps)* Update golang docker tag to v1.24.5
|
||||
|
||||
## [0.2.8] - 2025-06-07
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update golang:1.24.3 docker digest to f255a7d
|
||||
- *(deps)* Update golang docker tag to v1.24.4
|
||||
|
||||
## [0.2.7] - 2025-05-16
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/golang:1.24.3@sha256:f169469d1e8328fd0e26a2b5156f670922a2afc0ca8c984ec17e1be51ca94c30
|
||||
FROM amd64/golang:1.24.5@sha256:c65440f3ce49841f539afae6ac1db7615706813a1fb2d2f244a32178eaf837bf
|
||||
|
||||
ENV PATH=${PATH}:/root/.local/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user