Releases: concourse/flag
Releases · concourse/flag
v2.0.0
- go mod init the repo by golang 2.0
- bump ginkgo to v2
- bump lager to v3
- replace
jwt
library to golang-jwt/jwt
v1.1.0
🔗 feature
- You can now tell an
AuthorizedKeys
object to reload its key from the key file, thanks to @gaelL. This will potentially allow you to rotate the keys without stopping your process. #5