Compare commits

..

1 Commits

Author SHA1 Message Date
renovate f51fd5fe61 chore(deps): update golang:1.26.4 docker digest to 62df9f3
renovate/stability-days Updates have met minimum release age requirement
cron-checker / vulnerabilities (pull_request) Successful in 1m39s
cron-checker / test (pull_request) Successful in 2m11s
cron-checker / build (pull_request) Successful in 26m32s
2026-06-11 06:03:22 +00:00
3 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "1.6.6"
"version": "1.6.5"
}
+1 -13
View File
@@ -2,19 +2,7 @@
All notable changes to this project will be documented in this file.
## [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)
## [1.6.5] - 2026-05-13
## [1.6.5] - 2026-05-12
### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.4@sha256:7e2272a5fbd7b0c36ea4923f6ac62c371cfa6fbd93b22b21ee86fa7a1ba5d720 as build
FROM amd64/golang:1.26.4@sha256:62df9f3b009f61d598279a216566b04e5fee670eb4d979cee1b0235dd53a7571 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build