ITADN
jkroepke/openvpn-auth-oauth2

版本发布 8

v1.26.4
? · 2025-11-28

<!-- Release notes generated using configuration in .github/release.yml at v1.26.4 --> ## What's Changed ### 🐞 Bug Fixes * fix: implement `openvpn.client-config.token-claim` by @jkroepke in https://github.com/jkroepke/openvpn-auth-oauth2/pull/681 **Full Changelog**: https://github.com/jkroepke/openvpn-auth-oauth2/compare/v1.26.3...v1.26.4

v1.26.0
? · 2025-09-13

<!-- Release notes generated using configuration in .github/release.yml at v1.26.0 --> **Full Changelog**: https://github.com/jkroepke/openvpn-auth-oauth2/compare/v1.26.0-rc.5...v1.26.0

v1.26.0-rc.5预发布
? · 2025-09-13

<!-- Release notes generated using configuration in .github/release.yml at v1.26.0-rc.5 --> **Full Changelog**: https://github.com/jkroepke/openvpn-auth-oauth2/compare/v1.26.0-rc.4...v1.26.0-rc.5

v1.26.0-rc.4预发布
? · 2025-09-13

<!-- Release notes generated using configuration in .github/release.yml at v1.26.0-rc.4 --> **Full Changelog**: https://github.com/jkroepke/openvpn-auth-oauth2/compare/v1.26.0-rc.3...v1.26.0-rc.4

v1.26.0-rc.0预发布
? · 2025-09-13

<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 💥 Breaking Changes * config: openvpn.bypass.common-names accepts regular expressions now by @jkroepke in https://github.com/jkroepke/openvpn-auth-oauth2/pull/602 ### ✨ Exciting New Features * feat: update to go 1.25 by @jkroepke in https://github.com/jkroepke/openvpn-auth-oauth2/pull/588 * feat: add refresh-nonce parameter to control nonce behavior on refresh by @MisterCalvin in https://github.com/jkroepke/openvpn-auth-oauth2/pull/590 ### 🛠️ Dependencies * chore(deps): update golang docker tag to v1.25 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/584 * chore(deps): update module github.com/go-chi/chi/v5 to v5.2.3 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/593 * fix(deps): update module github.com/stretchr/testify to v1.11.1 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/594 * chore(deps): update opentelemetry-go monorepo to v1.38.0 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/597 * fix(deps): update golang.org/x/ by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/605 * chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.0 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/604 ### 📖 Documentation * docs: Remove AI scaffold text from Non-interactive session refresh.md by @MisterCalvin in https://github.com/jkroepke/openvpn-auth-oauth2/pull/587 ## New Contributors * @MisterCalvin made their first contribution in https://github.com/jkroepke/openvpn-auth-oauth2/pull/587 **Full Changelog**: https://github.com/jkroepke/openvpn-auth-oauth2/compare/v1.25.2...v1.26.0-rc.0

v1.25.2
? · 2025-08-10

<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### ✨ Exciting New Features * feat: added supply-chain attestation by @jkroepke in https://github.com/jkroepke/openvpn-auth-oauth2/pull/581 ### 🛠️ Dependencies * chore(deps): update dependency golangci/golangci-lint to v2.3.1 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/576 * chore(deps): update go tools by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/577 * fix(deps): update golang.org/x/ by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/578 * fix(deps): update module github.com/zitadel/oidc/v3 to v3.44.0 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/579 **Full Changelog**: https://github.com/jkroepke/openvpn-auth-oauth2/compare/v1.25.1...v1.25.2

v1.25.3预发布
? · 2025-08-10

<!-- Release notes generated using configuration in .github/release.yml at main --> This release replaces v1.25.2 as failed released! **Full Changelog**: https://github.com/jkroepke/openvpn-auth-oauth2/compare/v1.25.2...v1.25.3

v1.25.1
? · 2025-08-04

<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🐞 Bug Fixes * Fix signal handling: Pass correct signal channel to daemon by @Copilot in https://github.com/jkroepke/openvpn-auth-oauth2/pull/574 ### 🛠️ Dependencies * chore(deps): update dependency goreleaser/goreleaser to v2.11.2 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/568 * chore(deps): update module github.com/4meepo/tagalign/cmd/tagalign to v1.4.3 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/569 * chore(deps): update module github.com/bmatcuk/doublestar/v4 to v4.9.1 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/570 * fix(deps): update module github.com/zitadel/oidc/v3 to v3.43.0 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/571 * chore(deps): update module github.com/go-jose/go-jose/v4 to v4.1.2 by @renovate[bot] in https://github.com/jkroepke/openvpn-auth-oauth2/pull/572 ### 📖 Documentation * docs: add new cli parameters to docs by @jkroepke in https://github.com/jkroepke/openvpn-auth-oauth2/pull/567 ## New Contributors * @Copilot made their first contribution in https://github.com/jkroepke/openvpn-auth-oauth2/pull/574 **Full Changelog**: https://github.com/jkroepke/openvpn-auth-oauth2/compare/v1.25.0...v1.25.1