Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@mfshao mfshao released this 21 Feb 15:25
· 7 commits to master since this release
6cb9742

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)

New Features

  • add GitHub Action for Golang CI (#33)
  • adding golangci-lint (#27)

Bug Fixes

  • Fix linter errors (#34)
  • fix Error: the given key ID was not found in the JWKs, it was looking
    into the wrong URL for JWKs... (#31)
  • fix for incorrect usage of log.Debug vs log.Debugf (#30)
  • Fix for x509: certificate signed by unknown authority (#25)