Compare commits

..

9 Commits

Author SHA1 Message Date
renovate 3275e7f642 chore(deps): update golang docker tag to v1.25.6 (#362)
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m26s
gitlab-cleanup-handler / test (push) Successful in 2m4s
gitlab-cleanup-handler / build (push) Failing after 35s
Release / release (push) Failing after 5m59s
2026-01-15 22:57:59 +00:00
renovate 8e9e1dd049 chore(deps): update dependency go to v1.25.6 (#361)
Release / release (push) Failing after 1m19s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m4s
gitlab-cleanup-handler / test (push) Successful in 4m3s
gitlab-cleanup-handler / build (push) Successful in 13m54s
2026-01-15 20:35:09 +00:00
renovate d02ee4fd72 chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.24.0 (#359)
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m9s
Release / release (push) Successful in 1m26s
gitlab-cleanup-handler / test (push) Successful in 2m6s
gitlab-cleanup-handler / build (push) Successful in 3m58s
2026-01-13 21:48:52 +00:00
renovate 3e3941c476 chore(deps): update golang:1.25.5 docker digest to 3a01526 (#358)
Release / release (push) Failing after 1m11s
gitlab-cleanup-handler / test (push) Successful in 1m45s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m6s
gitlab-cleanup-handler / build (push) Successful in 5m14s
2026-01-13 07:04:25 +00:00
argoyle 3909811827 Merge pull request 'chore(release): prepare for v0.1.1' (#357) from next-release into main
Release / release (push) Successful in 1m8s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m19s
gitlab-cleanup-handler / test (push) Successful in 8m30s
gitlab-cleanup-handler / build (push) Successful in 1m0s
Reviewed-on: #357
2026-01-10 18:52:49 +00:00
releaser f67c45f5ce chore(release): prepare for v0.1.1
gitlab-cleanup-handler / vulnerabilities (pull_request) Successful in 1m9s
gitlab-cleanup-handler / test (pull_request) Successful in 5m14s
gitlab-cleanup-handler / build (pull_request) Successful in 4m9s
2026-01-10 18:40:21 +00:00
releaser 8c9a8c6433 chore(release): prepare for v0.1.1 2026-01-10 18:40:14 +00:00
argoyle 494c451640 Merge pull request 'ci: run workflow on tags' (#356) from ci-run-on-tags into main
Release / release (push) Successful in 4m3s
gitlab-cleanup-handler / test (push) Successful in 5m27s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 6m59s
gitlab-cleanup-handler / build (push) Successful in 1m1s
Reviewed-on: #356
2026-01-10 18:34:32 +00:00
argoyle 70fd5d4c72 ci: run workflow on tags
gitlab-cleanup-handler / vulnerabilities (pull_request) Successful in 1m39s
gitlab-cleanup-handler / test (pull_request) Successful in 2m0s
gitlab-cleanup-handler / build (pull_request) Successful in 3m38s
2026-01-10 19:26:28 +01:00
6 changed files with 11 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@ name: gitlab-cleanup-handler
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
+1 -1
View File
@@ -22,7 +22,7 @@ repos:
- --project
- unboundsoftware/gitlab-cleanup-handler
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.23.0
rev: v9.24.0
hooks:
- id: commitlint
stages: [ commit-msg ]
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.0"
"version": "v0.1.1"
}
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.1.1] - 2026-01-10
### ⚙️ Miscellaneous Tasks
- Run workflow on tags
## [0.1.0] - 2026-01-09
### 🚀 Features
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.5@sha256:ad03ba93327b8a6143b49373790b5d92c28067bdb814418509466122ee9c9e63 as build
FROM amd64/golang:1.25.6@sha256:9860925875ac68a8fb57416cfc5c1ee267a06226730434af677b9406e8ea6ee6 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build
+1 -1
View File
@@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/gitlab-cleanup-handler
go 1.25.0
toolchain go1.25.5
toolchain go1.25.6
require (
github.com/alecthomas/kong v1.13.0