Compare commits

...

5 Commits

Author SHA1 Message Date
argoyle d1e4df4c25 Merge pull request 'chore(release): prepare for v0.1.3' (#374) from next-release into main
Release / release (push) Successful in 45s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m20s
gitlab-cleanup-handler / test (push) Successful in 3m28s
gitlab-cleanup-handler / build (push) Successful in 38s
Reviewed-on: #374
2026-02-12 11:15:18 +00:00
releaser b9b044b5dc chore(release): prepare for v0.1.3
gitlab-cleanup-handler / vulnerabilities (pull_request) Successful in 2m15s
gitlab-cleanup-handler / test (pull_request) Successful in 2m50s
gitlab-cleanup-handler / build (pull_request) Successful in 36s
2026-02-12 11:06:46 +00:00
releaser 95285154d6 chore(release): prepare for v0.1.3 2026-02-12 11:06:42 +00:00
renovate 7bd29ca6a1 chore(deps): update pre-commit hook golangci/golangci-lint to v2.9.0 (#371)
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m11s
gitlab-cleanup-handler / test (push) Successful in 3m50s
gitlab-cleanup-handler / build (push) Failing after 40m42s
Release / release (push) Successful in 1m47s
2026-02-11 14:59:48 +00:00
renovate 617801b6b9 chore(deps): update dependency go to v1.26.0 (#368)
Release / release (push) Successful in 1m2s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m56s
gitlab-cleanup-handler / test (push) Successful in 2m49s
gitlab-cleanup-handler / build (push) Successful in 2h22m10s
2026-02-11 14:34:37 +00:00
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ repos:
- id: go-vet
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.8.0
rev: v2.9.0
hooks:
- id: golangci-lint
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.2"
"version": "v0.1.3"
}
+11 -1
View File
@@ -2,11 +2,19 @@
All notable changes to this project will be documented in this file.
## [0.1.2] - 2026-02-07
## [0.1.3] - 2026-02-12
### ⚙️ Miscellaneous Tasks
- *(deps)* Update dependency go to v1.26.0 (#368)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.9.0 (#371)
## [0.1.2] - 2026-02-11
### 🐛 Bug Fixes
- *(deps)* Update module github.com/alecthomas/kong to v1.14.0 (#367)
- *(deps)* Update kubernetes packages to v0.35.1 (#372)
### ⚙️ Miscellaneous Tasks
@@ -18,6 +26,8 @@ All notable changes to this project will be documented in this file.
- *(deps)* Update golang:1.25.6 docker digest to ceda080 (#364)
- *(deps)* Update dependency go to v1.25.7 (#365)
- *(deps)* Update golang docker tag to v1.25.7 (#366)
- *(deps)* Update golang:1.25.7 docker digest to d2819ff (#369)
- *(deps)* Update golang docker tag to v1.26.0 (#370)
## [0.1.1] - 2026-01-10
+1 -1
View File
@@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/gitlab-cleanup-handler
go 1.25.0
toolchain go1.25.7
toolchain go1.26.0
require (
github.com/alecthomas/kong v1.14.0