Compare commits

...
3 Commits
Author SHA1 Message Date
releaser 88bffc86ac chore(release): prepare for 1.6.10 (#404)
Unbound Release / Create Tag (push) Skipped
Unbound Release / Check Preconditions (push) Successful in 22s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 24s
Unbound Release / Create Release (push) Successful in 25s
Release / release (push) Successful in 2m14s
cron-checker / build (push) Successful in 8m0s
cron-checker / test (push) Successful in 1m6s
cron-checker / vulnerabilities (push) Successful in 51s
## [1.6.10] - 2026-08-19

### ⚙️ Miscellaneous Tasks

- *(deps)* Update golang docker tag to v1.26.7 (#401)
- *(deps)* Update golang docker tag to v1.27.0 (#403)

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

---

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

Reviewed-on: #404
Co-authored-by: Unbound Releaser <releaser@unbound.se>
2026-08-20 07:59:43 +00:00
renovate a798789280 chore(deps): update golang docker tag to v1.27.0 (#403)
Unbound Release / Check Preconditions (push) Successful in 28s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 46s
Unbound Release / Create Release (push) Successful in 24s
Release / release (push) Successful in 12m14s
cron-checker / build (push) Successful in 30m49s
cron-checker / test (push) Successful in 1m7s
cron-checker / vulnerabilities (push) Successful in 1m16s
2026-08-19 22:59:20 +00:00
renovate a8bd1c24c7 chore(deps): update golang docker tag to v1.26.7 (#401)
Unbound Release / Check Preconditions (push) Successful in 25s
Release / release (push) Successful in 4m31s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 44s
Unbound Release / Create Release (push) Successful in 26s
cron-checker / build (push) Successful in 13m52s
cron-checker / test (push) Successful in 1m0s
cron-checker / vulnerabilities (push) Successful in 52s
2026-08-19 20:39:42 +00:00
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "1.6.9"
"version": "1.6.10"
}
+7
View File
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
## [1.6.10] - 2026-08-19
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang docker tag to v1.26.7 (#401)
- *(deps)* Update golang docker tag to v1.27.0 (#403)
## [1.6.9] - 2026-08-17
### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.6@sha256:9262b44222fad4e87aacd26b766bc1d9dddb7ea7b1bcad03bdce0f9c7f87f2bd as build
FROM amd64/golang:1.27.0@sha256:d6efdef129f5c9de54712126159bd7e55075ce39e6801690c4fd4b2e51b980d2 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build