5 Commits

Author SHA1 Message Date
Unbound Release 9fb3c8f974 chore(release): prepare for v0.3.0 2025-07-10 17:12:15 +02:00
Renovate 466ac85f9a chore(deps): update golang docker tag to v1.24.5 2025-07-09 18:54:38 +00:00
Renovate 4d7f26f702 chore(deps): update golang:1.24.4 docker digest to 9f820b6 2025-07-01 05:54:01 +00:00
argoyle 2fc1098166 feat(ci): add defaults CI template to improve pipeline setup
Adds the Defaults.gitlab-ci.yml to the CI configuration, allowing for 
a more standardized setup across projects. This change enhances 
efficiency by leveraging shared configurations, reducing the need for 
duplicate settings in individual pipeline files.
2025-06-23 13:45:56 +02:00
Renovate ffd8efd970 chore(deps): update golang:1.24.4 docker digest to 3494bbe 2025-06-11 03:01:24 +00:00
3 changed files with 16 additions and 2 deletions
+2
View File
@@ -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
+13 -1
View File
@@ -2,7 +2,19 @@
All notable changes to this project will be documented in this file.
## [0.2.8] - 2025-06-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
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.4@sha256:40891f7b63de861049787c5262bff91906d30cbe221753840e276b3e785a66ab
FROM amd64/golang:1.24.5@sha256:c65440f3ce49841f539afae6ac1db7615706813a1fb2d2f244a32178eaf837bf
ENV PATH=${PATH}:/root/.local/bin