Releases: echocat/kubor
Releases · echocat/kubor
v0.4.6
New features
- Added wrapper
kuborw
to enable running kubor in projects without everyone having kubor locally installed and (much more important) enable that every execution inside a project is always be done with the some version of kubor - regardless which version is installed locally. Just call in the directorykubor wrapper ensure
and it will be installed or updated to your local installed version of kubor.
Improvements
- Updated docker dependencies
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Improvements
- Adding new templating functions that can also include other stuff, decode yaml etc. - just calling
kubor show template functions
will show all the supported functions with their whole syntax.