1.2 KiB
1.2 KiB
0.4.3
- working out binary release process
0.4.2
- working out binary release process
0.4.1
- Automated release for both pypi and github
0.4.0
- create now has --apply to apply the generated manifest to the cluster
- generic templates endpoint for cli
- better motd for volume mounts
0.3.0
- created pypi release
- updated releases to use pyapp
- all new package
- port forward support
- additional_packages support
0.2.0
Added
- Support for imagepullsecret flag on krayt create command
- Allows pulling from private container registries by specifying an image pull secret
0.1.0
Added
- Support for initialization scripts in
~/.config/krayt/init.d/- Scripts run before package installation
- Support for proxy configuration
- Custom package repositories setup
- Environment variable configuration
- Example initialization scripts:
00_proxy.shfor proxy configuration10_install_git.shfor git installation and configuration
- Improved binary installation process
- Better platform detection
- Support for multiple archive formats (.tar.gz, .gz, .bz2, .zip, .bin)
- Improved error handling and user feedback
- Automatic sudo elevation when needed for binary installation
0.0.0
- Initial release