v0.0.17-rc3
Pre-release
Pre-release
github-actions
released this
16 May 14:37
·
33 commits
to refs/heads/main
since this release
What’s Changed
- deb, rpm: handle api key creation (skip/ignore) with .yaml.local or remote LAPI (#66) @mmetc
- CI: updated functional tests
- Multi-arch build workflow (#55) @mmetc
- Honor log-related settings (#54) @CyrilBrulebois
- Fix naming inconsistency (#39) @CyrilBrulebois
- support .local configuration (#41) @mmetc
- Update YAML to correct keys (#38) @LaurenceJJones
- Read from input + use go 1.19 + add prometheus (#36) @sbs2001
- get rid of golang dep, we are using golang.org's distribution (#35) @sabban
- get rid of bogus dep github.com/go-openapi/spec v0.20.5 (#34) @sabban
- Add cert auth support (#32) @blotus
- auto-remove bouncer when the package is purged (debian) or removed (rpm, uninstall.sh)
- common CI, build workflow and install scripts with the other Go bouncers
Full list:
- moved main to cmd/root.go, refact (#67) @mmetc
- deb, rpm: handle api key creation (skip/ignore) with .yaml.local or remote LAPI (#66) @mmetc
- update log handling and tests (#63) @mmetc
- include _bouncer.sh in release tarballs (#65) @mmetc
- Build with go 1.20.4 (#64) @mmetc
- Split main package in pkg/* (#62) @mmetc
- CI: packaging tests (#61) @mmetc
- deb: fixed bouncer removal when purging package (#60) @mmetc
- Updated packaging (#59) @mmetc
- Update CI with explicit permissions (#57) @mmetc
- Add TLS tests (#56) @mmetc
- Fix lint CI, bump test plugin (#53) @mmetc
- Multi-arch build workflow (#55) @mmetc
- Honor log-related settings (#54) @CyrilBrulebois
- CI: color unit tests (#52) @mmetc
- Fix phony Makefile target (#51) @mmetc
- Dependency updates and tests (#49) @mmetc
- Enforce minimum go version (#50) @mmetc
- use pipenv/pytest (#48) @mmetc
- Configreader (#46) @sabban
- read go version from runtime (#43) @mmetc
- support for .yaml.local in go bouncer (#44) @mmetc
- Fix naming inconsistency (#39) @CyrilBrulebois
- search for BUILD_VERSION only on current branch history (#42) @mmetc
- support .local configuration (#41) @mmetc
- Update YAML to correct keys (#38) @LaurenceJJones
- Read from input + use go 1.19 + add prometheus (#36) @sbs2001
- get rid of golang dep, we are using golang.org's distribution (#35) @sabban
- get rid of bogus dep github.com/go-openapi/spec v0.20.5 (#34) @sabban
- Add cert auth support (#32) @blotus
- Add codeql (#33) @blotus
- Add version flag (#31) @AlteredCoder