Releases: XenitAB/git-auth-proxy
v0.9.0
What's Changed
- Update to Go 1.20 by @phillebaba in #65
- Update dependencies by @phillebaba in #66
- Add dependabot configuration by @phillebaba in #67
- Refactor main function to follow good practices by @phillebaba in #70
- Refactor git proxy implementation by @phillebaba in #92
- chore: upgrade golang, golangci-lint and all dependencies by @landerss1 in #93
- fix: can't login to docker registry by @landerss1 in #94
New Contributors
- @landerss1 made their first contribution in #93
Full Changelog: v0.8.2...v0.9.0
v0.8.2
What's Changed
- Increase ReadTimeout for Gin server by @NissesSenap in #64
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Update GitHub actions (#62)
v0.8.0
Fix metrics cardinaliy by hardcoding handler ID (#61)
v0.7.2
Ignore 0.7.1 and 0.7.2, this is the release that you should use.
We had some issues with building images, but that is now fixed.
v0.7.0
What's Changed
- Upgrade to go 1.18 by @NissesSenap in #49
- Add suport for repositories with url encoded characters by @phillebaba in #50
- Switch to publishing helm charts with OCI by @phillebaba in #51
Thanks to #50 we now support spaces in the project name of Azure DevOps.
We are also changing to OCI based way of managing the helm chart.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Configuration parameters organizations[].name
, organizations[].repositories[].project
and organizations[].repositories[].name
are now matched case-insensitive against the proxied URL. Users often enter their org name with capital letter when creating an org (e.g. "XenitAB" 😄 ). Also GitHub matches the whole path case insensitive. Thus, it makes sense for the proxy to treat the relevant elements of the configuration as case insensitive too.
v0.5.2
Remove field requirements to work with GitHub (#41) * Remove field requirements to work with GitHub * Fix lint errors
v0.5.1
Fix chart to work with old service name (#40)
v0.5.0
Fix repo rename (#39) * Fix go imports * Remove legacy secrets * Renmae ci and chart names * Fix logger na dmetrics prefix * Update docs