Compare commits

..

6 Commits

Author SHA1 Message Date
releaser ef790593d9 chore(release): prepare for v0.1.6 2026-04-10 01:22:34 +00:00
releaser e4a95a467a chore(release): prepare for v0.1.6 2026-04-10 01:22:26 +00:00
renovate 657dd45713 chore(deps): update dependency go to v1.26.2 (#401)
Release / release (push) Failing after 1m12s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m54s
gitlab-cleanup-handler / test (push) Successful in 2m0s
gitlab-cleanup-handler / build (push) Successful in 23m4s
2026-04-10 01:21:02 +00:00
renovate 6072b6a1e4 chore(deps): update golang:1.26.1 docker digest to 5ba1126 (#400)
Release / release (push) Failing after 1m0s
gitlab-cleanup-handler / test (push) Successful in 2m3s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m41s
gitlab-cleanup-handler / build (push) Successful in 1m9s
2026-04-07 07:28:27 +00:00
renovate 142e5b91af fix(deps): update module github.com/alecthomas/kong to v1.15.0 (#398)
gitlab-cleanup-handler / test (push) Successful in 2m19s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m46s
Release / release (push) Successful in 1m15s
gitlab-cleanup-handler / build (push) Successful in 9m39s
2026-04-01 23:30:44 +00:00
renovate 54f5a9aff4 chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.4 (#396)
gitlab-cleanup-handler / test (push) Successful in 1m56s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m50s
Release / release (push) Successful in 55s
gitlab-cleanup-handler / build (push) Successful in 13m10s
2026-03-22 19:39:29 +00:00
6 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ repos:
- id: go-vet
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.11.3
rev: v2.11.4
hooks:
- id: golangci-lint
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.5"
"version": "v0.1.6"
}
+12
View File
@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
## [0.1.6] - 2026-04-10
### 🐛 Bug Fixes
- *(deps)* Update module github.com/alecthomas/kong to v1.15.0 (#398)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.4 (#396)
- *(deps)* Update golang:1.26.1 docker digest to 5ba1126 (#400)
- *(deps)* Update dependency go to v1.26.2 (#401)
## [0.1.5] - 2026-03-19
### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.1@sha256:984bf90a420602a708a0e5b08d5660e2902daf7d26f0be3c5db5d07ced6dcce3 as build
FROM amd64/golang:1.26.1@sha256:5ba1126a6dbb65aa517ff5eaecab6abc29480671e5c0ca176192de8da9dba4b8 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build
+2 -2
View File
@@ -2,10 +2,10 @@ module gitlab.com/unboundsoftware/gitlab-cleanup-handler
go 1.25.0
toolchain go1.26.1
toolchain go1.26.2
require (
github.com/alecthomas/kong v1.14.0
github.com/alecthomas/kong v1.15.0
github.com/apex/log v1.9.0
github.com/stretchr/testify v1.11.1
gitlab.com/unboundsoftware/apex-mocks v0.2.0
+2 -2
View File
@@ -2,8 +2,8 @@ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8vS6K3D0=
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
github.com/alecthomas/kong v1.14.0 h1:gFgEUZWu2ZmZ+UhyZ1bDhuutbKN1nTtJTwh19Wsn21s=
github.com/alecthomas/kong v1.14.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
github.com/alecthomas/kong v1.15.0 h1:BVJstKbpO73zKpmIu+m/aLRrNmWwxXPIGTNin9VmLVI=
github.com/alecthomas/kong v1.15.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs=
github.com/alecthomas/repr v0.5.2/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
github.com/apex/log v1.9.0 h1:FHtw/xuaM8AgmvDDTI9fiwoAL25Sq2cxojnZICUU8l0=