diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2ae3dc6..089df9490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Release 0.25.13 + +## What's New +- Edge + - Bug fixes +- Fabric + - N/A +- Ziti CLI + - N/A +- SDK Golang + - N/A + +## Edge +### Bug Fixes + +* [https://github.com/openziti/edge/issues/1055](Fix for an edge router panic) + # Release 0.25.12 ## What's New @@ -20,8 +37,8 @@ No functional changes, build process changes only - SDK Golang - N/A -# Edge -## Management API Breaking Changes +## Edge +### Management API Breaking Changes The following Edge Management REST API Endpoints have breaking changes: @@ -44,13 +61,13 @@ The following Edge Management REST API Endpoints have breaking changes: The above changes will render existing `ext-jwt-signers` as always failing authentication is `issuer` and `audience` were not previously set. -## Management API: New Endpoints +### Management API: New Endpoints The following new endpoints have been added: - `GET /identities/:id/enrollments` - returns a pre-filtered list of enrollments for the identity specified by `:id` -## Management API: JWKS Support +### Management API: JWKS Support JWKS (JSON Web Key Sets) is defined in [rfc7517](https://www.rfc-editor.org/rfc/rfc7517) and defines the format and methods that public and private keys may be published via JSON. JWKS support enables Ziti to obtain @@ -62,7 +79,7 @@ a JWKS JSON payload. When specified, the `certPem` and `kid` files are no longer fields matches an existing `extj-jwt-signers`'s `issuer` field and the `kid` is currently unknown, the `jwksEndpoint` will be interrogated for new signing keys. The `jwksEndpoint` will only be interrogated at most once every five seconds. -## Bug Fixes +### Bug Fixes * https://github.com/openziti/edge/issues/1027 * https://github.com/openziti/edge/issues/1025 @@ -70,13 +87,13 @@ will be interrogated for new signing keys. The `jwksEndpoint` will only be inter * https://github.com/openziti/edge/issues/1045 * https://github.com/openziti/edge/issues/1049 -# Fabric -## Bug Fixes +## Fabric +### Bug Fixes * https://github.com/openziti/fabric/issues/406 * https://github.com/openziti/ziti/issues/565 - Moved terminator information to its own field. -## Metrics API +### Metrics API The following new endpoint has been added: - `GET /metrics` - returns metrics for the controller and all routers in the Prometheus text exposition format. See [https://openziti.github.io/ziti/metrics/prometheus.html] for more information and instructions to set it up. diff --git a/go.mod b/go.mod index 2ad7ad0f6..cac7dce0a 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19 github.com/michaelquigley/pfxlog v0.6.9 github.com/openziti/channel v0.18.40 - github.com/openziti/edge v0.21.250 + github.com/openziti/edge v0.21.253 github.com/openziti/fabric v0.18.5 github.com/openziti/foundation v0.17.28 github.com/openziti/sdk-golang v0.16.77 @@ -160,7 +160,7 @@ require ( golang.org/x/image v0.0.0-20191206065243-da761ea9ff43 // indirect golang.org/x/mod v0.5.1 // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect - golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68 // indirect + golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098 // indirect golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/tools v0.1.7 // indirect diff --git a/go.sum b/go.sum index 565f3b46b..116547a94 100644 --- a/go.sum +++ b/go.sum @@ -669,8 +669,8 @@ github.com/openziti/channel v0.18.40 h1:70MUo9U3EfXwm7Hv1JLC+fEQ94YQeyOMXi+nqizv github.com/openziti/channel v0.18.40/go.mod h1:9ZZKcC57bbb5Wdy76AD1XLoXHU4Uz05i8y6k3r8y13s= github.com/openziti/dilithium v0.3.3 h1:PLgQ6PMNLSTzCFbX/h98cmudgz/cU6TmjdSv5NAPD8k= github.com/openziti/dilithium v0.3.3/go.mod h1:vsCjI2AU/hon9e+dLhUFbCNGesJDj2ASgkySOcpmvjo= -github.com/openziti/edge v0.21.250 h1:ZQrQtiEYPxkEIkO7v/AzZOMmaDJmYua3eaJMiXoFL/Y= -github.com/openziti/edge v0.21.250/go.mod h1:mOoLGe6ENjG9wJ3x59lhauS5DMumWK44JiUbZLsdpR8= +github.com/openziti/edge v0.21.253 h1:+zW2N2oCpJO8LgaImuTljmvjUaCs4DhBJoSR1aDq9Jw= +github.com/openziti/edge v0.21.253/go.mod h1:NYzO62KcL9QQhqXO0EUHaQKEHSr104k8sSRWfE7iIpY= github.com/openziti/fabric v0.18.5 h1:aZk9Gay84aAzAENqhwz6GxYI8pz/8yyig8n7lrgkMCc= github.com/openziti/fabric v0.18.5/go.mod h1:5Bqle8XHLowji3YVZSzh57RFXYWe/pvXEf71kSPFv3g= github.com/openziti/foundation v0.17.28 h1:ckYnd6SUaRPS9HU+lr5AosU7h4W37Wg01DlM5+BlG4s= @@ -1170,8 +1170,8 @@ golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68 h1:z8Hj/bl9cOV2grsOpEaQFUaly0JWN3i97mo3jXKJNp0= -golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098 h1:PgOr27OhUx2IRqGJ2RxAWI4dJQ7bi9cSrB82uzFzfUA= +golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=