Release Notes
For: uc-cdis/sower
Notes since tag: 2021.08-hp1
Notes to tag/commit: 0.6.0
Generated: 2024-02-21
Improvements
- allow to config customized labels for job (#43)
- do not output authentication token to logs (#29)
- Proper verification of JWT token (#25)
- Update Go 1.17 (requirements to properly verify JWT token (#25)
- Build flags to make GitCommit and GitVersion available for the code (#25)
Dependency Updates
- Bumps golang.org/x/net from
0.0.0-20220121210141-e204ce36a2ba to 0.7.0. (#39) - update gopkg.in/yaml.v2 to 2.4.0 (#36)
- update gopkg.in/yaml.v3 to 3.0.1 (#36)
- run a
go get -u && go mod tidy
to update deps and update a function call
for new version (#32) - Remove unused dependencies with go mod tidy (#28)