Skip to content

Releases: fluxcd/gitkit

v0.5.1

Choose a tag to compare

@pjbgf pjbgf released this 24 May 07:04
727baad

The minor release v0.5.1 fixes tests on Linux by setting git config vars and add support for Windows by removing the usage of process groups.

Changelog

  • #4: Fix tests on Linux by setting git config vars
  • #7: Add support for Windows by removing the usage of process groups

v0.5.0

Choose a tag to compare

@pjbgf pjbgf released this 05 May 17:16
e1bf804

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

Choose a tag to compare

@pjbgf pjbgf released this 05 May 14:14
cfd8a29

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.

Changelog

  • #1: Modify ssh server to be more customizable
  • #2: Replace Travis CI with Github Actions