Releases: fluxcd/gitkit
Releases · fluxcd/gitkit
v0.5.1
v0.5.0
The minor release v0.5.0
renames the module after this fork, so users can refer to it redirectly without needing to use replace
in their go.mod files.
Other improvements:
- Rename module to github.com/fluxcd/gitkit
- Update references to github.com/fluxcd/gitkit
- Update to go 1.17
- Update dependencies
Changelog
- #3: Rename module to fluxcd/gitkit
v0.4.0
The minor release v0.4.0
brings some API changes to allow more flexibility customising the SSH server used
by gitkit. Main improvements:
- Add support for custom ssh.ServerConfig.
- Add optional timeouts for connections.
- Add option to disable connection re-use.
- Add option to disable simultaneous connections from same client.