Skip to content

Releases: XenitAB/git-auth-proxy

v0.4.1

06 Jun 21:33
e4b6901
Compare
Choose a tag to compare
Fix network policy label selector (#32)

v0.4.0

06 Jun 18:58
13e1002
Compare
Choose a tag to compare
Fix network policy and request forwarding (#31)

v0.4.0-rc1

05 Jun 20:59
6e26131
Compare
Choose a tag to compare
v0.4.0-rc1 Pre-release
Pre-release
Update publish action (#30)

v0.3.6

01 Mar 14:21
9562547
Compare
Choose a tag to compare
Support setting username of username and password (#21)

* Support setting username of username and password

Sometimes when using basic auth only the username will be set
while at other times botht the username and password is set.
The proxy should use the username as the token only when
the password component is not set. Otherwise it should
use the password to authenticate.

Update to Golang 1.16

* Bump chart version

v0.3.5

25 Feb 15:22
a10d3a7
Compare
Choose a tag to compare
Add checksum annotation (#19)

v0.3.4

25 Feb 10:15
89af094
Compare
Choose a tag to compare
Fix secret data encoding (#18)

v0.3.3

25 Feb 09:51
f8e7c88
Compare
Choose a tag to compare
Move config secret to be created in the chart (#17)

v0.3.2

28 Jan 16:48
9b8e89a
Compare
Choose a tag to compare

Changes:

  • Bump helm version

v0.3.1

28 Jan 16:44
d3e467c
Compare
Choose a tag to compare

Changes:

  • Compare tokens incasesensitive

v0.3.0

05 Oct 18:24
814a81c
Compare
Choose a tag to compare
  • Add PAT validity check (#11)