From cb7b201269cf46aba32ee82651967a0cc0bb0063 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sat, 25 Jul 2026 12:20:32 +0000 Subject: [PATCH 1/5] chore(release): prepare for v0.1.1 --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b61db2c..d51c002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,25 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2026-07-25 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/stretchr/testify to v1.11.1 (#2) + +### ⚙️ 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 + ## [0.1.0] - 2026-06-15 ### 🚀 Features -- Initial version: signed `user` header middleware (ADR-0005) and the `MissingDeployedSecrets` startup guard (ADR-0005/0006), extracted from the per-service copies. +- Initial shared auth module -- 2.54.0 From 0b22d43aef948667ef1f725c5fd8f4804edc96e6 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sat, 25 Jul 2026 12:20:34 +0000 Subject: [PATCH 2/5] chore(release): prepare for v0.1.1 --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index 557859c..5e94b0f 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.1.0" + "version": "v0.1.1" } -- 2.54.0 From 2dbf17b2ea09bfd6248d9f7d1cb6fc86a6990639 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 Aug 2026 09:07:43 +0000 Subject: [PATCH 3/5] fix(deps): update module github.com/stretchr/testify to v1.12.0 (#16) --- go.mod | 8 ++------ go.sum | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/go.mod b/go.mod index eb710f8..abd958e 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,6 @@ module gitea.unbound.se/shiny/auth go 1.25 -require github.com/stretchr/testify v1.11.1 +require github.com/stretchr/testify v1.12.0 -require ( - github.com/davecgh/go-spew v1.1.1 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect -) +require gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/go.sum b/go.sum index c4c1710..054a196 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,5 @@ -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= -github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI= +github.com/stretchr/testify v1.12.0/go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= -- 2.54.0 From e51d828a6112300a753a300bb4089851c755bd9b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Aug 2026 07:06:02 +0000 Subject: [PATCH 4/5] chore(deps): update pre-commit hook golangci/golangci-lint to v2.13.1 (#19) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c808eec..3eac2f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 -- 2.54.0 From d25ee3cd23664f7e9692577e7055776390b68bef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Aug 2026 08:01:42 +0000 Subject: [PATCH 5/5] fix(deps): update module github.com/stretchr/testify to v1.12.1 (#18) --- go.mod | 4 ++-- go.sum | 10 ++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index abd958e..1b2904f 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module gitea.unbound.se/shiny/auth go 1.25 -require github.com/stretchr/testify v1.12.0 +require github.com/stretchr/testify v1.12.1 -require gopkg.in/yaml.v3 v3.0.1 // indirect +require go.yaml.in/yaml/v3 v3.0.5 // indirect diff --git a/go.sum b/go.sum index 054a196..c233683 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,4 @@ -github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI= -github.com/stretchr/testify v1.12.0/go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= -gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= -- 2.54.0