Compare commits

...

8 Commits

Author SHA1 Message Date
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
releaser b6a48c5a65 chore(release): prepare for v0.1.5 (#395)
Release / release (push) Successful in 55s
gitlab-cleanup-handler / test (push) Successful in 2m7s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m3s
gitlab-cleanup-handler / build (push) Successful in 18m55s
## [0.1.5] - 2026-03-19

### 🐛 Bug Fixes

- *(deps)* Update kubernetes monorepo to v0.35.3 (#394)

### ⚙️ Miscellaneous Tasks

- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.2 (#388)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.3 (#390)
- *(deps)* Update golang:1.26.1 docker digest to 984bf90 (#392)

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

---

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

Reviewed-on: #395
Co-authored-by: Unbound Releaser <releaser@unbound.se>
Co-committed-by: Unbound Releaser <releaser@unbound.se>
2026-03-19 13:12:52 +00:00
renovate bb55230218 fix(deps): update kubernetes monorepo to v0.35.3 (#394)
gitlab-cleanup-handler / test (push) Successful in 1m56s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m49s
Release / release (push) Successful in 57s
gitlab-cleanup-handler / build (push) Successful in 1m23s
2026-03-19 11:49:59 +00:00
renovate e4073ceb07 chore(deps): update golang:1.26.1 docker digest to 984bf90 (#392)
gitlab-cleanup-handler / test (push) Successful in 1m58s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m58s
Release / release (push) Successful in 1m2s
gitlab-cleanup-handler / build (push) Successful in 10m33s
2026-03-17 03:23:42 +00:00
renovate 96edb6f9c0 chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.3 (#390)
Release / release (push) Successful in 1m2s
gitlab-cleanup-handler / test (push) Successful in 2m25s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m9s
gitlab-cleanup-handler / build (push) Successful in 59s
2026-03-10 11:30:16 +00:00
renovate 6aacbbfd53 chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.2 (#388)
Release / release (push) Successful in 53s
gitlab-cleanup-handler / test (push) Successful in 1m54s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m57s
gitlab-cleanup-handler / build (push) Successful in 1m13s
2026-03-08 08:42:24 +00:00
6 changed files with 27 additions and 15 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.1
rev: v2.11.4
hooks:
- id: golangci-lint
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.4"
"version": "v0.1.5"
}
+12
View File
@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
## [0.1.5] - 2026-03-19
### 🐛 Bug Fixes
- *(deps)* Update kubernetes monorepo to v0.35.3 (#394)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.2 (#388)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.3 (#390)
- *(deps)* Update golang:1.26.1 docker digest to 984bf90 (#392)
## [0.1.4] - 2026-03-06
### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.1@sha256:27221f0ea9e7089ebfe51de26f6d5389aa8f9514f13dae7e9c91f5aa7865c2b4 as build
FROM amd64/golang:1.26.1@sha256:5ba1126a6dbb65aa517ff5eaecab6abc29480671e5c0ca176192de8da9dba4b8 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build
+4 -4
View File
@@ -5,13 +5,13 @@ go 1.25.0
toolchain go1.26.1
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
k8s.io/api v0.35.2
k8s.io/apimachinery v0.35.2
k8s.io/client-go v0.35.2
k8s.io/api v0.35.3
k8s.io/apimachinery v0.35.3
k8s.io/client-go v0.35.3
)
require (
+8 -8
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=
@@ -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.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
k8s.io/api v0.35.2 h1:tW7mWc2RpxW7HS4CoRXhtYHSzme1PN1UjGHJ1bdrtdw=
k8s.io/api v0.35.2/go.mod h1:7AJfqGoAZcwSFhOjcGM7WV05QxMMgUaChNfLTXDRE60=
k8s.io/apimachinery v0.35.2 h1:NqsM/mmZA7sHW02JZ9RTtk3wInRgbVxL8MPfzSANAK8=
k8s.io/apimachinery v0.35.2/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
k8s.io/client-go v0.35.2 h1:YUfPefdGJA4aljDdayAXkc98DnPkIetMl4PrKX97W9o=
k8s.io/client-go v0.35.2/go.mod h1:4QqEwh4oQpeK8AaefZ0jwTFJw/9kIjdQi0jpKeYvz7g=
k8s.io/api v0.35.3 h1:pA2fiBc6+N9PDf7SAiluKGEBuScsTzd2uYBkA5RzNWQ=
k8s.io/api v0.35.3/go.mod h1:9Y9tkBcFwKNq2sxwZTQh1Njh9qHl81D0As56tu42GA4=
k8s.io/apimachinery v0.35.3 h1:MeaUwQCV3tjKP4bcwWGgZ/cp/vpsRnQzqO6J6tJyoF8=
k8s.io/apimachinery v0.35.3/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
k8s.io/client-go v0.35.3 h1:s1lZbpN4uI6IxeTM2cpdtrwHcSOBML1ODNTCCfsP1pg=
k8s.io/client-go v0.35.3/go.mod h1:RzoXkc0mzpWIDvBrRnD+VlfXP+lRzqQjCmKtiwZ8Q9c=
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 h1:Y3gxNAuB0OBLImH611+UDZcmKS3g6CthxToOb37KgwE=