Compare commits

1 Commits
Author SHA1 Message Date
renovate 4b88f12c70 fix(deps): update module github.com/stretchr/testify to v1.12.1
auth / test (push) Skipped
auth / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
auth / coverage-baseline (pull_request) Skipped
auth / vulnerabilities (pull_request) Successful in 55s
auth / test (pull_request) Successful in 1m7s
pre-commit / pre-commit (pull_request) Failing after 2m49s
2026-08-20 09:02:07 +00:00
3 changed files with 3 additions and 21 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ repos:
- id: go-test
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.13.1
rev: v2.12.2
hooks:
- id: golangci-lint-full
- repo: https://github.com/gitleaks/gitleaks
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.1"
"version": "v0.1.0"
}
+1 -19
View File
@@ -2,28 +2,10 @@
All notable changes to this project will be documented in this file.
## [0.1.1] - 2026-08-21
### 🐛 Bug Fixes
- *(deps)* Update module github.com/stretchr/testify to v1.11.1 (#2)
- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#16)
- *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#18)
### ⚙️ Miscellaneous Tasks
- *(ci)* Add shared-lib scaffolding and functional coverage gate (#4)
- *(deps)* Update actions/checkout action to v7
- *(deps)* Update actions/cache action to v6
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#10)
- *(deps)* Update actions/setup-go action to v7
- *(deps)* Update actions/setup-python action to v7
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#19)
## [0.1.0] - 2026-06-15
### 🚀 Features
- Initial shared auth module
- Initial version: signed `user` header middleware (ADR-0005) and the `MissingDeployedSecrets` startup guard (ADR-0005/0006), extracted from the per-service copies.
<!-- generated by git-cliff -->