Compare commits

..

1 Commits

Author SHA1 Message Date
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
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "1.6.5"
"version": "1.6.6"
}
+13 -1
View File
@@ -2,7 +2,19 @@
All notable changes to this project will be documented in this file.
## [1.6.5] - 2026-05-12
## [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
### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.4@sha256:62df9f3b009f61d598279a216566b04e5fee670eb4d979cee1b0235dd53a7571 as build
FROM amd64/golang:1.26.4@sha256:7e2272a5fbd7b0c36ea4923f6ac62c371cfa6fbd93b22b21ee86fa7a1ba5d720 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build