Compare commits

...

8 Commits

Author SHA1 Message Date
releaser 2447df48d6 chore(release): prepare for v0.1.4 (#387)
Release / release (push) Successful in 1m11s
gitlab-cleanup-handler / test (push) Successful in 1m48s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 3m53s
gitlab-cleanup-handler / build (push) Successful in 32m45s
## [0.1.4] - 2026-03-06

### 🐛 Bug Fixes

- *(deps)* Update kubernetes packages to v0.35.2 (#379)

### ⚙️ Miscellaneous Tasks

- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.10.1 (#375)
- *(deps)* Update golang:1.26.0 docker digest to 9835fb4 (#377)
- *(deps)* Update dependency go to v1.26.1 (#381)
- *(deps)* Update golang docker tag to v1.26.1 (#382)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.0 (#384)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.1 (#386)

<!-- generated by git-cliff -->

---

**Note:** Please use **Squash Merge** when merging this PR.

Reviewed-on: #387
Co-authored-by: Unbound Releaser <releaser@unbound.se>
Co-committed-by: Unbound Releaser <releaser@unbound.se>
2026-03-06 20:00:04 +00:00
renovate 422e543187 chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.1 (#386)
Release / release (push) Successful in 1m6s
gitlab-cleanup-handler / test (push) Successful in 2m13s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m14s
gitlab-cleanup-handler / build (push) Successful in 6m15s
2026-03-06 18:39:59 +00:00
renovate 8a02f8a34b chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.0 (#384)
Release / release (push) Successful in 1m14s
gitlab-cleanup-handler / test (push) Successful in 2m8s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m7s
gitlab-cleanup-handler / build (push) Successful in 6m42s
2026-03-06 14:28:38 +00:00
renovate 0e7933be3f chore(deps): update golang docker tag to v1.26.1 (#382)
Release / release (push) Successful in 1m3s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m49s
gitlab-cleanup-handler / test (push) Successful in 2m21s
gitlab-cleanup-handler / build (push) Successful in 6m2s
2026-03-06 02:31:54 +00:00
renovate 321ad98fe0 chore(deps): update dependency go to v1.26.1 (#381)
Release / release (push) Failing after 1m22s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m30s
gitlab-cleanup-handler / test (push) Successful in 3m3s
gitlab-cleanup-handler / build (push) Successful in 12m16s
2026-03-06 02:06:16 +00:00
renovate e9b6663a55 fix(deps): update kubernetes packages to v0.35.2 (#379)
Release / release (push) Successful in 1m18s
gitlab-cleanup-handler / test (push) Successful in 2m35s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 3m44s
gitlab-cleanup-handler / build (push) Successful in 10m53s
2026-02-27 09:16:39 +00:00
renovate f03617d3db chore(deps): update golang:1.26.0 docker digest to 9835fb4 (#377)
Release / release (push) Successful in 1m17s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m29s
gitlab-cleanup-handler / test (push) Successful in 3m20s
gitlab-cleanup-handler / build (push) Successful in 5m19s
2026-02-25 00:17:48 +00:00
renovate 73b32e0cb5 chore(deps): update pre-commit hook golangci/golangci-lint to v2.10.1 (#375)
gitlab-cleanup-handler / test (push) Successful in 3m15s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m54s
Release / release (push) Successful in 3m55s
gitlab-cleanup-handler / build (push) Successful in 13m2s
2026-02-17 17:28:25 +00:00
6 changed files with 28 additions and 13 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ repos:
- id: go-vet - id: go-vet
- id: gofumpt - id: gofumpt
- repo: https://github.com/golangci/golangci-lint - repo: https://github.com/golangci/golangci-lint
rev: v2.9.0 rev: v2.11.1
hooks: hooks:
- id: golangci-lint - id: golangci-lint
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "v0.1.3" "version": "v0.1.4"
} }
+15
View File
@@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.1.4] - 2026-03-06
### 🐛 Bug Fixes
- *(deps)* Update kubernetes packages to v0.35.2 (#379)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.10.1 (#375)
- *(deps)* Update golang:1.26.0 docker digest to 9835fb4 (#377)
- *(deps)* Update dependency go to v1.26.1 (#381)
- *(deps)* Update golang docker tag to v1.26.1 (#382)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.0 (#384)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.1 (#386)
## [0.1.3] - 2026-02-12 ## [0.1.3] - 2026-02-12
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.0@sha256:e7479dbd4918090d893b97245fd8c0bcf767677f8ede2e60e7fb2c2f38c94215 as build FROM amd64/golang:1.26.1@sha256:27221f0ea9e7089ebfe51de26f6d5389aa8f9514f13dae7e9c91f5aa7865c2b4 as build
WORKDIR /build WORKDIR /build
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0
ADD . /build ADD . /build
+4 -4
View File
@@ -2,16 +2,16 @@ module gitlab.com/unboundsoftware/gitlab-cleanup-handler
go 1.25.0 go 1.25.0
toolchain go1.26.0 toolchain go1.26.1
require ( require (
github.com/alecthomas/kong v1.14.0 github.com/alecthomas/kong v1.14.0
github.com/apex/log v1.9.0 github.com/apex/log v1.9.0
github.com/stretchr/testify v1.11.1 github.com/stretchr/testify v1.11.1
gitlab.com/unboundsoftware/apex-mocks v0.2.0 gitlab.com/unboundsoftware/apex-mocks v0.2.0
k8s.io/api v0.35.1 k8s.io/api v0.35.2
k8s.io/apimachinery v0.35.1 k8s.io/apimachinery v0.35.2
k8s.io/client-go v0.35.1 k8s.io/client-go v0.35.2
) )
require ( require (
+6 -6
View File
@@ -181,12 +181,12 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
k8s.io/api v0.35.1 h1:0PO/1FhlK/EQNVK5+txc4FuhQibV25VLSdLMmGpDE/Q= k8s.io/api v0.35.2 h1:tW7mWc2RpxW7HS4CoRXhtYHSzme1PN1UjGHJ1bdrtdw=
k8s.io/api v0.35.1/go.mod h1:28uR9xlXWml9eT0uaGo6y71xK86JBELShLy4wR1XtxM= k8s.io/api v0.35.2/go.mod h1:7AJfqGoAZcwSFhOjcGM7WV05QxMMgUaChNfLTXDRE60=
k8s.io/apimachinery v0.35.1 h1:yxO6gV555P1YV0SANtnTjXYfiivaTPvCTKX6w6qdDsU= k8s.io/apimachinery v0.35.2 h1:NqsM/mmZA7sHW02JZ9RTtk3wInRgbVxL8MPfzSANAK8=
k8s.io/apimachinery v0.35.1/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns= k8s.io/apimachinery v0.35.2/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
k8s.io/client-go v0.35.1 h1:+eSfZHwuo/I19PaSxqumjqZ9l5XiTEKbIaJ+j1wLcLM= k8s.io/client-go v0.35.2 h1:YUfPefdGJA4aljDdayAXkc98DnPkIetMl4PrKX97W9o=
k8s.io/client-go v0.35.1/go.mod h1:1p1KxDt3a0ruRfc/pG4qT/3oHmUj1AhSHEcxNSGg+OA= k8s.io/client-go v0.35.2/go.mod h1:4QqEwh4oQpeK8AaefZ0jwTFJw/9kIjdQi0jpKeYvz7g=
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk= k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 h1:Y3gxNAuB0OBLImH611+UDZcmKS3g6CthxToOb37KgwE= k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 h1:Y3gxNAuB0OBLImH611+UDZcmKS3g6CthxToOb37KgwE=