docs: add CHANGELOG entry for dynamic CA reloading
Signed-off-by: Niki Dokovski <nickytd@gmail.com>
This commit is contained in:
parent
ee20d0c27e
commit
4d3ad01773
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
## Changes since v7.14.3
|
||||
|
||||
- [#3353](https://github.com/oauth2-proxy/oauth2-proxy/pull/3353) feat: add CA certificate reloading for providers' connections (@nickytd)
|
||||
|
||||
# V7.14.3
|
||||
|
||||
## Release Highlights
|
||||
|
|
@ -78,7 +80,7 @@ We improved our supply chain security by added additional checks to prevent pote
|
|||
|
||||
## Important Notes
|
||||
|
||||
This release introduces a breaking change for Alpha Config users and moves us significantly
|
||||
This release introduces a breaking change for Alpha Config users and moves us significantly
|
||||
closer to removing legacy configuration parameters, making the codebase of OAuth2 Proxy more
|
||||
future proof and extensible.
|
||||
|
||||
|
|
@ -155,7 +157,7 @@ the project for future maintainability and future improvements like structured l
|
|||
- [#3292](https://github.com/oauth2-proxy/oauth2-proxy/pull/3292) chore(deps): upgrade gomod and bump to golang v1.25.5 (@tuunit)
|
||||
- [#3304](https://github.com/oauth2-proxy/oauth2-proxy/pull/3304) fix: added conditional so default is not always set and env vars are honored fixes 3303 (@pixeldrew)
|
||||
- [#3264](https://github.com/oauth2-proxy/oauth2-proxy/pull/3264) fix: more aggressively truncate logged access_token (@MartinNowak / @tuunit)
|
||||
- [#3267](https://github.com/oauth2-proxy/oauth2-proxy/pull/3267) fix: Session refresh handling in OIDC provider (@gysel)
|
||||
- [#3267](https://github.com/oauth2-proxy/oauth2-proxy/pull/3267) fix: Session refresh handling in OIDC provider (@gysel)
|
||||
- [#3290](https://github.com/oauth2-proxy/oauth2-proxy/pull/3290) fix: WebSocket proxy to respect PassHostHeader setting (@UnsignedLong)
|
||||
|
||||
# V7.13.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue