v0.15.0
v0.15.0 Release 🎉
tkn
v0.15.0 is a major release that adds compatibility with TektonCD Pipeline v0.19.0
, TektonCD Triggers v0.10.2
and K8s v0.19
.
This release of tkn
has now a basic support for plugins
in $HOME/.config/tkn/plugins
, for example if the user pass the command tkn plugin foo
it will be passed as $HOME/.config/tkn/plugins/tkn-plugin foo
.
This release has the latest hub binary which comes with new commands like info, install, reinstall, upgrade and downgrade.
A few more features, and bug fixes, and a final deprecation of the -c
flags.
ChangeLog 📋
Features ✨
- [#1178] Basic execution plugin module 📟 @vdemeester
- [#1259, #1254, #1258] Add --no-headers flag to tkn condition/triggerbinding/eventlistenner list command @pratikjagrut
- [#1242] allow --prefix-name and --timeout to be override when using --last or --use options @danielhelfand
Fixes 🐛
- [#1265] Hoist an ActivityTimeout option. @mattmoor
- [#1250] Ignore --follow flag when TaskRun or PipelineRun is done @devholic
Deprecation 🧹
- [#1269] remove --check shorthand and add global flags to version cmd @danielhelfand
Misc 🔨
- [#1260] Use goreleaser task from tektoncd/catalog | 2020/11/18-09:01 @vinamra28
- [#1257] Use debian/VERSION when building debian package @chmouel
- [#1267] Bumps Hub CLI Dependency @sm43
- [#1270] bump pipeline and triggers dep @pradeepitm12