Releases: spiffe/aws-spiffe-workload-helper
Releases · spiffe/aws-spiffe-workload-helper
v0.0.2
What's Changed
- Initial implementation of jwt support by @kfox1111 in #9
- Bump golang.org/x/crypto from 0.28.0 to 0.35.0 by @dependabot in #10
- Bump golang.org/x/net from 0.30.0 to 0.38.0 by @dependabot in #11
- Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 by @dependabot in #12
New Contributors
- @kfox1111 made their first contribution in #9
- @dependabot made their first contribution in #10
Full Changelog: v0.0.1-rc.8...v0.0.2
v0.0.1-rc.8
v0.0.1-rc.7
Changelog
- d729c47 Fix: correctly use chained certificates for AWS credential exchange
v0.0.1-rc.6
v0.0.1-rc.5
Changelog
- 7e51c8a Add
go test
to CI/CD pipeline - 022905d Add basic daemon mode loop
- 4ca0679 Add tests for force/replace mode
- 10624f0 Create parent directories and renew on sane timer
- 9d2957c Extract shared/common flags to struct
- 745798d Merge pull request #6 from spiffe/strideynet/one-shot-credential-file-write
- 3bf726c Merge remote-tracking branch 'origin/main' into strideynet/one-shot-credential-file-write
- 9f040ce Refactor core logic into exchangeX509SVIDForAWSCredentials and add flags
- 26b977c Split commands into seperate files
- c148711 Start hacking on AWS credentials file compatible mode
- 7b02989 Update readme
- ecd01c6 Update the help commands and slogging
v0.0.1-rc.4
Changelog
- f037a83 Update documentation and binary help strings
v0.0.1-rc.3
v0.0.1-rc.2
Changelog
- ffa1eb5 Fix name of
.goreleaser.yaml
configuration file