Skip to content

Releases: wandera/git2kube

Release v0.0.4-beta.1

12 Feb 12:03
12f4b04
Compare
Choose a tag to compare
Release v0.0.4-beta.1 Pre-release
Pre-release
Merge pull request #23 from WanderaOrg/folder-sync

Use plain copy for folder sync

Release v0.0.3 - Performance improvements

07 Nov 09:34
ed0f2f9
Compare
Choose a tag to compare

Performance improvements

Changes since v0.0.2

  • Improved memory footprint
  • Using git shallow clone to save time & bandwidth
  • Refactored both fetcher and uploader code
  • Migrated to go modules
  • Migrated to Go 1.11

Release v0.0.2

24 Jul 08:29
0a1722e
Compare
Choose a tag to compare

Performance improvements

Changes since v0.0.1

  • Improved memory footprint for certain git repos up to 90%
  • Using git shallow clone to save time & bandwidth

Release v0.0.2-beta.2

17 Jul 09:17
08bf646
Compare
Choose a tag to compare
Release v0.0.2-beta.2 Pre-release
Pre-release

Performance improvements

Changes since v0.0.1

  • Improved memory footprint for certain git repos up to 90%
  • Using git shallow clone to save time & bandwidth

Release v0.0.2-beta.1

16 Jul 10:41
016b92a
Compare
Choose a tag to compare
Release v0.0.2-beta.1 Pre-release
Pre-release

Performance improvements

Changes since v0.0.1

  • Improved memory footprint for certain git repos up to 90%

Release v0.0.1

14 Jun 07:56
029d214
Compare
Choose a tag to compare

Initial release

Basic feature set complete, first general release.

Roadmap to v0.0.1 release

  • Tests
  • Documentation
  • Deployment examples

Changes since beta.1

  • Improved documentation
  • Added deployment examples
  • SSH key authentication (thanks to @sboschman)

Release v0.0.1-beta.1

22 May 07:07
c9d6143
Compare
Choose a tag to compare
Release v0.0.1-beta.1 Pre-release
Pre-release

This is a pre-release

Many features are still missing but this should be the first usable version of the application.

Roadmap to v0.0.1 release

  • Tests
  • Documentation
  • Deployment examples

Changes since alpha.2

  • Added UTs covering basic functionality
  • Added Healthcheck

Release v0.0.1-alpha.2

10 May 08:52
2bcbfb4
Compare
Choose a tag to compare
Pre-release

This is a pre-release

Many features are still missing but this should be the first usable version of the application.

Roadmap to v0.0.1 release

  • Tests
  • Documentation
  • Deployment examples

Changes since alpha.1

  • Possibility to sync Secrets
  • Possibility to sync Folders
  • Added initial sync for watch command
  • Simplified branch switching and also added possibility to work with branches with changed history (using git reset)

Release v0.0.1-alpha.1

27 Apr 08:14
Compare
Choose a tag to compare
Pre-release

This is a pre-release

Many features are still missing but this should be the first usable version of the application.

Roadmap to v0.0.1 release

  • Tests
  • Documentation
  • Deployment examples