Releases: chartmuseum/auth
Releases · chartmuseum/auth
v0.6.0
What's Changed
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot[bot] in #13
- all: bump jwt dependency to v4 due to the incompatiblity of v3 by @scbizu in #14
New Contributors
Full Changelog: v0.5.0...v0.6.0
chartmuseum/auth v0.5.0
- Add JMESPath support (thank you @marcoklaassen)
- Update JWT dependency to new maintained version (https://github.com/golang-jwt/jwt)
- Upgrade Go dependencies
chartmuseum/auth v0.4.5
- upgrade dependencies
chartmuseum/auth v0.4.4
- update jwt-go dependency (#11)
chartmuseum/auth v0.4.3
- update jwt-go dependency (#11)
chartmuseum/auth v0.4.2
- upgrade dependencies
chartmuseum/auth v0.4.1
- upgrade to go 1.14
- upgrade dependencies (testify)
chartmuseum/auth v0.4.0
- Allow for case-insensitive "Bearer" prefix in token auth header ("bearer" / "Bearer" / "BEARER" etc.)
- Add
EmptyDefaultNamespaceoption on Authorizer, which will use empty string for default namespace when token contains none (e.x. scope of "repository::pull")
chartmuseum/auth v0.3.1
Just a re-release of v0.3.0 due to issues with sum.golang.org ...
chartmuseum/auth v0.3.0
- Update dependencies
- Build with Go 1.13