Releases: wandera/git2kube
Releases · wandera/git2kube
v0.0.5
v0.0.4
v0.0.4-beta.2
Merge pull request #24 from WanderaOrg/folder-sync Delete obsolete files in target directory
Release v0.0.4-beta.1
Merge pull request #23 from WanderaOrg/folder-sync Use plain copy for folder sync
Release v0.0.3 - Performance improvements
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
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
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
Performance improvements
Changes since v0.0.1
- Improved memory footprint for certain git repos up to 90%
Release v0.0.1
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
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