This repository was archived by the owner on Apr 22, 2024. It is now read-only.
v1.0.1
This authservice-go
release is a continuation from the v1.0.0 release with the addition of FIPS-compliant builds. There are no code or feature changes, just the addition of FIPS to the build process.
Starting from this release, all the binaries, FIPS, and non-FIPS are uploaded to the release artifacts.
FIPS Docker images are also generated with the -fips
suffix in the image tag.
What's Changed
- Upload binaries to releases by @nacx in #72
- Configure FIPS builds by @nacx in #71
- Configure CI to use Docker to build the FIPS binaries by @nacx in #74
- Remove workflow_dispatch to prevent manual pushes of images to the public repo by @nacx in #75
- Compress the binaries for smaller release artifacts by @nacx in #76
Full Changelog: v1.0.0...v1.0.1