Releases: sil-org/serverless-mfa-api-go
Releases · sil-org/serverless-mfa-api-go
v3.4.3 - rebuild using Go 1.26.3
Full Changelog: v3.4.2...v3.4.3
v3.4.2 - minor cleanup, deploy using OIDC
What's Changed
- Run govulncheck on a schedule by @briskt in #172
- use the OIDC role for deployment by @briskt in #173
- upgrade GitHub actions by @briskt in #174
- use the CD role, not the access key by @briskt in #175
- add id-token permission to allow for OIDC token by @briskt in #177
- with OIDC authentication, the AWS account must be explicit by @briskt in #178
- pass the account ID into CDK by @briskt in #179
- minor cleanup (grammar, spelling, comment rules, name style, dead code) by @briskt in #176
Full Changelog: v3.4.1...v3.4.2
v3.4.1 - update to Go 1.26
What's Changed
Full Changelog: v3.4.0...v3.4.1
v3.4.0 - added a status endpoint
What's Changed
Full Changelog: v3.3.2...v3.4.0
v3.3.2 - updated to Go 1.25
What's Changed
- Update compose proxy to GHCR traefik image by @devon-sil in #167
- Remove push to DockerHub by @devon-sil in #168
- Update to Go 1.25 by @briskt in #169
Full Changelog: v3.3.1...v3.3.2
v3.3.1 -- patch golang.org/x/crypto, update Go
What's Changed
- Bump golang.org/x/crypto from 0.39.0 to 0.45.0 by @dependabot[bot] in #165
- Update go.mod by @ethancanne in #166
Full Changelog: v3.3.0...v3.3.1
v3.3.0 - add apiKey index to DynamoDB tables
v3.2.0 - refined key rotation API
What's Changed
- add the full object response to ActivateApiKey by @briskt in #157
- use the authenticated Key as the "old" key for the rotation endpoint by @briskt in #158
- improve key rotatation by @briskt in #159
- Remove scruntinizer.yml by @jason-jackson in #160
- Release 3.2.0 - Final changes on the key rotation process by @briskt in #161
Full Changelog: v3.1.0...v3.2.0
v3.1.0 - Return key ID from CreateKey request, authenticate /api-key endpoints
Added
- Return key ID (and metadata) from the CreateKey request.
Fixed
- Fixed the build workflow to push images on git tags.
Changed
- Require authentication by
x-mfa-apikeyandx-mfa-apisecretfor both/api-keyendpoints. This may be a breaking change if these endpoints are in an automated workflow. Since these are generally not used for production and are rarely-used endpoints, no major version bump is necessary.
What's Changed
- sil-org rename by @jason-jackson in #151
- Rename silinternational to sil-org by @briskt in #152
- simplify by removing unnecessary use of the compact function by @briskt in #153
- rename silinternational to sil-org by @briskt in #154
- Push an image for tags by @briskt in #155
- Release 3.1.0 - Return key ID from CreateKey request by @briskt in #156
Full Changelog: v3.0.3...v3.1.0