3 Commits
Author SHA1 Message Date
releaser 85d29c1196 chore(release): prepare for v0.5.1 (#324)
Unbound Release / Check Preconditions (push) Successful in 31s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 29s
Unbound Release / Create Release (push) Successful in 31s
authz_client / test (push) Skipped
authz_client / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
Release / release (push) Successful in 6m25s
## [0.5.1] - 2026-08-21

### 🐛 Bug Fixes

- *(ci)* Use go-test-coverage binary directly to fix Gitea Actions (#303)
- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#319)
- *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#321)

### ⚙️ Miscellaneous Tasks

- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.30.1 (#296)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.4 (#298)
- *(deps)* Update dependency go to v1.26.2 (#300)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.25.0 (#304)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.0 (#306)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.1 (#308)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.2 (#309)
- *(deps)* Update actions/checkout action to v7 (#311)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#313)
- *(deps)* Update actions/setup-go action to v7 (#315)
- *(deps)* Update actions/setup-python action to v7 (#317)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#322)

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

---

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

Reviewed-on: #324
Co-authored-by: Unbound Releaser <releaser@unbound.se>
2026-08-29 11:26:44 +00:00
renovate 37d9282f7e fix(deps): update module github.com/stretchr/testify to v1.12.1 (#321)
Unbound Release / Check Preconditions (push) Successful in 21s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 39s
Release / release (push) Successful in 3m36s
authz_client / test (push) Skipped
authz_client / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Successful in 3m14s
Unbound Release / Create Release (push) Successful in 53s
2026-08-21 13:03:06 +00:00
renovate 5c2477eded chore(deps): update pre-commit hook golangci/golangci-lint to v2.13.1 (#322)
authz_client / test (push) Skipped
authz_client / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Successful in 2m8s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Create Release (push) Successful in 24s
Unbound Release / Check Preconditions (push) Successful in 30s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 48s
Release / release (push) Successful in 1m20s
2026-08-21 12:08:18 +00:00
3 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ repos:
- id: go-test
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.12.2
rev: v2.13.1
hooks:
- id: golangci-lint-full
- repo: https://github.com/gitleaks/gitleaks
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.5.0"
"version": "v0.5.1"
}
+23
View File
@@ -2,6 +2,29 @@
All notable changes to this project will be documented in this file.
## [0.5.1] - 2026-08-21
### 🐛 Bug Fixes
- *(ci)* Use go-test-coverage binary directly to fix Gitea Actions (#303)
- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#319)
- *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#321)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.30.1 (#296)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.4 (#298)
- *(deps)* Update dependency go to v1.26.2 (#300)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.25.0 (#304)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.0 (#306)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.1 (#308)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.2 (#309)
- *(deps)* Update actions/checkout action to v7 (#311)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#313)
- *(deps)* Update actions/setup-go action to v7 (#315)
- *(deps)* Update actions/setup-python action to v7 (#317)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#322)
## [0.5.0] - 2026-03-12
### 🚀 Features