Compare commits

..

8 Commits

Author SHA1 Message Date
releaser 233d291c8e chore(release): prepare for 1.6.7 (#373)
Release / release (push) Successful in 42s
cron-checker / build (push) Successful in 14m20s
cron-checker / test (push) Successful in 1m52s
cron-checker / vulnerabilities (push) Successful in 1m38s
## [1.6.7] - 2026-06-15

### 🐛 Bug Fixes

- *(deps)* Update kubernetes monorepo to v0.36.2 (#372)

### ⚙️ Miscellaneous Tasks

- *(deps)* Update golang:1.26.4 docker digest to 62df9f3 (#370)

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

---

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

Reviewed-on: #373
Co-authored-by: Unbound Releaser <releaser@unbound.se>
Co-committed-by: Unbound Releaser <releaser@unbound.se>
2026-06-15 15:30:10 +00:00
renovate 0548ed43cd fix(deps): update kubernetes monorepo to v0.36.2 (#372)
cron-checker / vulnerabilities (push) Successful in 2m9s
cron-checker / test (push) Successful in 2m14s
Release / release (push) Successful in 2m29s
cron-checker / build (push) Successful in 17m31s
2026-06-15 14:23:29 +00:00
renovate 31e3a5414b chore(deps): update golang:1.26.4 docker digest to 62df9f3 (#370)
Release / release (push) Successful in 1m3s
cron-checker / test (push) Successful in 2m29s
cron-checker / vulnerabilities (push) Successful in 2m40s
cron-checker / build (push) Successful in 16m4s
2026-06-11 08:38:23 +00:00
releaser 085d7d73e2 chore(release): prepare for 1.6.6 (#369)
Release / release (push) Successful in 49s
cron-checker / build (push) Successful in 21m13s
cron-checker / vulnerabilities (push) Successful in 1m44s
cron-checker / test (push) Successful in 2m6s
## [1.6.6] - 2026-06-06

### 🐛 Bug Fixes

- *(deps)* Update kubernetes monorepo to v0.36.1 (#360)

### ⚙️ Miscellaneous Tasks

- *(deps)* Update golang:1.26.3 docker digest to 54d3246 (#362)
- *(deps)* Update go toolchain directive to v1.26.4 [security] (#366)
- *(deps)* Update golang docker tag to v1.26.4 (#368)

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

---

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

Reviewed-on: #369
Co-authored-by: Unbound Releaser <releaser@unbound.se>
Co-committed-by: Unbound Releaser <releaser@unbound.se>
2026-06-11 06:04:12 +00:00
renovate bf6fe349b7 chore(deps): update golang docker tag to v1.26.4 (#368)
cron-checker / test (push) Successful in 1m39s
cron-checker / vulnerabilities (push) Successful in 1m38s
Release / release (push) Successful in 54s
cron-checker / build (push) Successful in 8m47s
2026-06-06 08:50:52 +00:00
renovate 7bfda0f1dd chore(deps): update go toolchain directive to v1.26.4 [security] (#366)
Release / release (push) Successful in 1m44s
cron-checker / vulnerabilities (push) Successful in 1m47s
cron-checker / test (push) Successful in 2m9s
cron-checker / build (push) Successful in 12m38s
2026-06-04 15:08:31 +00:00
renovate af71dfae86 chore(deps): update golang:1.26.3 docker digest to 54d3246 (#362)
cron-checker / vulnerabilities (push) Successful in 1m58s
cron-checker / test (push) Successful in 2m0s
Release / release (push) Successful in 1m30s
cron-checker / build (push) Successful in 20m14s
2026-05-20 07:02:23 +00:00
renovate ba98bb0ad2 fix(deps): update kubernetes monorepo to v0.36.1 (#360)
Release / release (push) Successful in 1m3s
cron-checker / vulnerabilities (push) Successful in 1m43s
cron-checker / test (push) Successful in 1m56s
cron-checker / build (push) Successful in 28m36s
2026-05-15 20:02:06 +00:00
5 changed files with 47 additions and 25 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "1.6.5"
"version": "1.6.7"
}
+23 -1
View File
@@ -2,7 +2,29 @@
All notable changes to this project will be documented in this file.
## [1.6.5] - 2026-05-12
## [1.6.7] - 2026-06-15
### 🐛 Bug Fixes
- *(deps)* Update kubernetes monorepo to v0.36.2 (#372)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.26.4 docker digest to 62df9f3 (#370)
## [1.6.6] - 2026-06-11
### 🐛 Bug Fixes
- *(deps)* Update kubernetes monorepo to v0.36.1 (#360)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.26.3 docker digest to 54d3246 (#362)
- *(deps)* Update go toolchain directive to v1.26.4 [security] (#366)
- *(deps)* Update golang docker tag to v1.26.4 (#368)
## [1.6.5] - 2026-05-13
### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.3@sha256:f9a8afb8a11d7e9220a5e61cedf2bb34babc7618ee51838e16c120fc74e0d92f as build
FROM amd64/golang:1.26.4@sha256:62df9f3b009f61d598279a216566b04e5fee670eb4d979cee1b0235dd53a7571 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build
+8 -8
View File
@@ -2,16 +2,16 @@ module gitlab.com/unboundsoftware/cron-checker
go 1.26.0
toolchain go1.26.3
toolchain go1.26.4
require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/multiplay/go-slack v0.0.0-20220428123529-0762aee71fe3
github.com/robfig/cron v1.2.0
github.com/sanity-io/litter v1.5.8
k8s.io/api v0.36.0
k8s.io/apimachinery v0.36.0
k8s.io/client-go v0.36.0
k8s.io/api v0.36.2
k8s.io/apimachinery v0.36.2
k8s.io/client-go v0.36.2
)
require (
@@ -35,11 +35,11 @@ require (
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/term v0.42.0 // indirect
golang.org/x/text v0.36.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/term v0.43.0 // indirect
golang.org/x/text v0.37.0 // indirect
golang.org/x/time v0.14.0 // indirect
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
+14 -14
View File
@@ -85,16 +85,16 @@ go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
golang.org/x/net v0.53.0 h1:d+qAbo5L0orcWAr0a9JweQpjXF19LMXJE8Ey7hwOdUA=
golang.org/x/net v0.53.0/go.mod h1:JvMuJH7rrdiCfbeHoo3fCQU24Lf5JJwT9W3sJFulfgs=
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw=
golang.org/x/oauth2 v0.34.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
golang.org/x/term v0.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY=
golang.org/x/term v0.42.0/go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY=
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY=
golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4=
golang.org/x/term v0.43.0/go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk=
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=
golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=
golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI=
golang.org/x/time v0.14.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af h1:+5/Sw3GsDNlEmu7TfklWKPdQ0Ykja5VEmq2i817+jbI=
@@ -110,12 +110,12 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/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.36.0 h1:SgqDhZzHdOtMk40xVSvCXkP9ME0H05hPM3p9AB1kL80=
k8s.io/api v0.36.0/go.mod h1:m1LVrGPNYax5NBHdO+QuAedXyuzTt4RryI/qnmNvs34=
k8s.io/apimachinery v0.36.0 h1:jZyPzhd5Z+3h9vJLt0z9XdzW9VzNzWAUw+P1xZ9PXtQ=
k8s.io/apimachinery v0.36.0/go.mod h1:FklypaRJt6n5wUIwWXIP6GJlIpUizTgfo1T/As+Tyxc=
k8s.io/client-go v0.36.0 h1:pOYi7C4RHChYjMiHpZSpSbIM6ZxVbRXBy7CuiIwqA3c=
k8s.io/client-go v0.36.0/go.mod h1:ZKKcpwF0aLYfkHFCjillCKaTK/yBkEDHTDXCFY6AS9Y=
k8s.io/api v0.36.2 h1:TF6YDLIzKfccK7cq9YpTcGX8TJmEkHVRv78DM51fRYY=
k8s.io/api v0.36.2/go.mod h1:F4LbMO4brjZYh7yFkXWhynSvtB7YauxV4c+HHkNRGNg=
k8s.io/apimachinery v0.36.2 h1:0PE/W/WNy1UX61NLbXY5TMbJ6UwLL6E6lAPkYrKFxbQ=
k8s.io/apimachinery v0.36.2/go.mod h1:fvf/HOLXq9RId0rnDIbN1OEBvHXdQbLMM8nu0LcBUf4=
k8s.io/client-go v0.36.2 h1:bfgxmFKc9CgqsgX4xKLAAdmTQlWee7Ob/HlDOrJ5TBI=
k8s.io/client-go v0.36.2/go.mod h1:1vgO4OAlfPnoLcb+Rze2GF5rAr14w8qjrYMoyXJzQj0=
k8s.io/klog/v2 v2.140.0 h1:Tf+J3AH7xnUzZyVVXhTgGhEKnFqye14aadWv7bzXdzc=
k8s.io/klog/v2 v2.140.0/go.mod h1:o+/RWfJ6PwpnFn7OyAG3QnO47BFsymfEfrz6XyYSSp0=
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a h1:xCeOEAOoGYl2jnJoHkC3hkbPJgdATINPMAxaynU2Ovg=