Compare commits

...
3 Commits
Author SHA1 Message Date
releaser cf5a1de15f chore(release): prepare for v0.1.12 (#482)
Unbound Release / Check Preconditions (push) Successful in 23s
Unbound Release / Create Tag (push) Skipped
gitlab-cleanup-handler / test (push) Successful in 1m4s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 27s
Unbound Release / Create Release (push) Successful in 25s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 52s
Release / release (push) Successful in 3m31s
gitlab-cleanup-handler / build (push) Successful in 46s
## [0.1.12] - 2026-08-19

### ⚙️ Miscellaneous Tasks

- *(deps)* Update golang docker tag to v1.26.7 (#479)
- *(deps)* Update golang docker tag to v1.27.0 (#481)

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

---

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

Reviewed-on: #482
Co-authored-by: Unbound Releaser <releaser@unbound.se>
2026-08-20 07:59:26 +00:00
renovate 22d15d019b chore(deps): update golang docker tag to v1.27.0 (#481)
Unbound Release / Check Preconditions (push) Successful in 31s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 45s
Unbound Release / Create Release (push) Successful in 28s
Release / release (push) Successful in 13m7s
gitlab-cleanup-handler / build (push) Successful in 4m37s
gitlab-cleanup-handler / test (push) Successful in 1m4s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m5s
2026-08-19 23:00:18 +00:00
renovate a1a0614e50 chore(deps): update golang docker tag to v1.26.7 (#479)
Unbound Release / Check Preconditions (push) Successful in 25s
Unbound Release / Create Tag (push) Skipped
Release / release (push) Successful in 3m12s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 1m3s
Unbound Release / Create Release (push) Successful in 56s
gitlab-cleanup-handler / build (push) Successful in 4m46s
gitlab-cleanup-handler / test (push) Successful in 1m2s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m1s
2026-08-19 20:44:28 +00:00
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.11"
"version": "v0.1.12"
}
+7
View File
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
## [0.1.12] - 2026-08-19
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang docker tag to v1.26.7 (#479)
- *(deps)* Update golang docker tag to v1.27.0 (#481)
## [0.1.11] - 2026-08-17
### 🐛 Bug Fixes
+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