Releases: wandera/git2kube
Releases · wandera/git2kube
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
Release v0.0.1-alpha.2
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
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